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

Permission.request() doesn't prompt the user if the Location Service is turned off #175

Closed
decodez opened this issue Nov 2, 2017 · 11 comments

Comments

@decodez
Copy link

decodez commented Nov 2, 2017

If the user turned off the location services, Permission.request() doesn't prompt the user to turn it on. How do we handle this situation

@ncuillery
Copy link

👍 I have this problem too

@doniyor2109
Copy link

+1

@doniyor2109
Copy link

I have same situation in simulator.

Perrmission.request() //  returns false and does not open any dialog

However openSetting is working correctly
I have tested on IPhone6s simulator

@jaseemabbas
Copy link

+1

2 similar comments
@rizwanahmed19
Copy link

+1

@digitaldavenyc
Copy link

+1

@danielemontecchi
Copy link

me too, same problem.

@lfkwtz
Copy link

lfkwtz commented Feb 7, 2018

Not sure why this is an open issue still, this is the expected behavior.

You should check if the status is either undetermined or denied. If it's denied, you should show the user steps on how to manually re-enable and offer a link to the settings section.

@iranmanesh
Copy link

@lfkwtz unfortunately when GPS is off it returns authorized

@cstd
Copy link

cstd commented Apr 27, 2018

+1

@zoontek
Copy link
Owner

zoontek commented Sep 28, 2019

I am closing this since this issue does not exists anymore with the 2.0.0 release.

@zoontek zoontek closed this as completed Sep 28, 2019
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