Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a way to disable background location permission? #63

Open
ghost opened this issue May 17, 2022 · 0 comments
Open

is there a way to disable background location permission? #63

ghost opened this issue May 17, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented May 17, 2022

google has repeatedly rejected our application due to the fact that we have access to background location that we aren't using, we've updated the privacy policy, added a modal prompt to tell user we are going to be using background location (even when we are not ), app was still rejected, went through the console and came across this set of permission

`

android.permission.ACCESS_BACKGROUND_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION

`
currently looking for a way to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants