Is this safe to use if I disable the IAP stuff in manifest?
Edit: Tested and it appears to be no issue.
FULL_VERSION_URL = "http://www.subsoap.com"
if iap then
local provider = iap.get_provider_id()
if provider == iap.PROVIDER_ID_AMAZON then
FULL_VERSION_URL = "http://www.amazon.com/gp/mas/dl/android?p=com.subsoap.fsh"
elseif provider == iap.PROVIDER_ID_GOOGLE then
FULL_VERSION_URL = "https://play.google.com/store/apps/details?id=com.subsoap.fsh"
elseif provider == iap.PROVIDER_ID_APPLE then
end
end