Hi,
I am trying out eas and wanted to upload the Android build in the Google Play Store.
When I run eas build I get the following error:
“Google Api Error: forbidden: Release artifacts require permissions that are missing from permission declaration.”
My permissions in app.json are: “permissions”: [“ACCESS_BACKGROUND_LOCATION”, “ACCESS_FINE_LOCATION”, “ACCESS_COARSE_LOCATION”]
I’ve tried also just “LOCATION”, just “ACCESS_BACKGROUND_LOCATION” and just “ACCESS_COARSE_LOCATION” and I got the same error.
Also, my app was deleted from the store because of the Location permissions.
Can anyone help with this? Or with a suggestion about what am I doing wrong?
Thank you!