I’m using the latest expo SDK 40
Google play constantly reject my updates because of
ACCESS_BACKGROUND_LOCATION
ACCESS_COARSE_LOCATION
ACCESS_FINE_LOCATION
But I don’t have them in my project
I saw a lot of developers face this issue. I tried almost all solutions… and nothing helps
I used before expo-location and some MapView components
But I removed them all, I removed manually package.json package-lock.json node_modules everything with related to location permissions
But google still rejects my updates…
I’m completely frustrated.
"android": {
"package": "myapp.my",
"permissions": [
"CAMERA",
"USE_FINGERPRINT",
"USE_BIOMETRIC",
"VIBRATE",
"READ_PHONE_STATE"
],
"config": {
},
},