Would it be possible not to force permissions for location when initializing the plugin?
Meaning, if an app wishes to improve their fill, they can add the permission manually.
I’m talking about:
"android.permission.ACCESS\_COARSE\_LOCATION", "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.ACCESS\_NETWORK\_STATE", "com.google.android.providers.gsf.permissions.READ\_GSERVICES"
and
NSLocationAlwaysUsageDescription = { "" }, NSLocationWhenInUseUsageDescription = { "" },
So if we don’t want to ask for these permissions we don’t have to, but still use the Corona Ads plugin.
Thanks