Disable ACCESS_BACKGROUND_LOCATION

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): All

My app is rejected in Play Store because i have this permission “ACCESS_BACKGROUND_LOCATION”, i use “Expo-Location” a few months ago but i uninstalled.

If i put in “app.json” the property “Permission” i have an error:

“Error: Problem validating fields in app.json. See Configuration with app.json / app.config.js - Expo Documentation
• should NOT have additional property ‘Permissions’.”

1 Like

Hey @desarrollomarrocar, did Google say why the app was rejected beyond the permission? Also, can you clarify how you modified your app.json? The property Permission is not a valid property, you’d need to use android.permissions https://docs.expo.io/versions/v39.0.0/config/app/#permissions

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.