Hello,
We have this ‘weird’ behavior on our project. When I compile from my mac the Android package I do not get the user request permission to access the Localtion on Android device, but when we compile on Windows10, the package build works perfectly.
We tried to compare plugins, platforms but could not identify what are the differences that could explain this.
Could anyone one help us to identify what could be the problem on the mac ?
Yes, I mean Android Permission request (the pop-up that the user has to accept when you need the GPS location)
from my mac, I have never managed to get this pop-up (event after deletion and complete reinstall) but when we compile on the windows, it does pop-up …
Could you check the target Android version when building on the mac?
If it has an API level lower than Android 6.0 (the version permissions where introduced), it could be that.
ok MattE, I reinstall all from scratch, and now this is also working on my mac…make no sense to rm/add all the time platform, plugins, etc… but this is now working again
thanks for your help.