Hi everyone,
Im having a problem on Google Play with our game compiled with CocoonJS.
Our app rating is limited due to something (the support) says is:
android.permission.ACCESS_COARSE_LOCATION
How do i remove that from our app?
Develop games in your browser. Powerful, performant & highly capable.
You will have to remove the Geolocation plugin from your game i guess because it locates the user's current location through network location sources !! Try removing the geolocation plugin.