Hi,
I’ve just noticed that for all my recent app updates that includes ads Google Play warns the user that the app requires a charge permission for Sending MMS. I’m not sure which android permission I have in the settings cause this and couldn’t find something on the web explaining it. I do now that its not mandatory (and none of my apps are using SMS/MMS), so I’d like a way to remove it from my apps’ permission list.
How can I do that?
These are the permissions I have in my apps:
"com.android.vending.CHECK\_LICENSE", "com.android.vending.BILLING", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.INTERNET", "android.permission.READ\_PHONE\_STATE", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.ACCESS\_NETWORK\_STATE",
None should trigger MMS charge. Perhaps one of the ad network plug-ins is adding it automatically?
I’m using the following plug-ins:
["plugin.advertisingId"] = { publisherId = "com.coronalabs" }, ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs", },--the AdMob v2 plugin ["plugin.fbAudienceNetwork"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true },}, ["plugin.adbuddiz"] = { publisherId = "com.adbuddiz",}, ["plugin.applovin"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true },}, --apple only ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, --amazon only ["plugin.amazon.iap"] = { publisherId = "com.amazon", supportedPlatforms = { ["android-kindle"]=true }, }, --google only ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true }, }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true }, },