appodeal-cordova-plugin icon indicating copy to clipboard operation
appodeal-cordova-plugin copied to clipboard

Please remove new Permission ACCESS_COARSE_LOCATION

Open wo-github opened this issue 7 years ago • 1 comments

On Android the user have to confirm a new Permission ACCESS_COARSE_LOCATION, if you using this plugin. Even if you set in the app disableLocationPermissionCheck() Could you change the plugin, that this permission is optional, only required if the disableLocationPermissionCheck() is not set?

wo-github avatar Jan 31 '18 08:01 wo-github

@wo-github please try the following fork: https://github.com/Tamplier/appodeal-cordova-plugin.git

And you still need to call disableLocationPermissionCheck() to disable toast message.

Tamplier avatar Feb 01 '18 06:02 Tamplier