Hello everyone its my first time on the foro.
I have my app with askAsync Location and works fine on my expo client app and android emulator but when i upload the apk to google play console the app dont ask for the location permission and we cant get the data.
i used this example
https://docs.expo.io/versions/latest/sdk/location/
and on my app.json
“android”: {
“package”: “com.fewcom.ciudadsegurammp3”,
“versionCode”: 5,
“permissions”: [
“android.permission.ACCESS_COARSE_LOCATION”,
“android.permission.ACCESS_FINE_LOCATION”,
]
}
Can you help me?