You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting "always" permission when user has previously selected "whenInUse" causes request to hang (promise never resolves) (deprecate this library)
#191
Since iOS 13 apps are only allowed to request location permission a single time. If a user has previously selected to share location when in use, the ios code will attempt to ask for always permission even though it's impossible to ask for permissions a second time.
SO, the promise never resolves. In my case, my app froze forever because I am performing a location services check and waiting for it to resolve before navigating the user to the main screen of the app.
Pretty clear that this library isn't being actively maintained. If it's not going to be fixed, then please for the love of god update the read me to point out that this library doesn't work properly with iOS 13+ and that it's not being maintained and that it should not be used.
The text was updated successfully, but these errors were encountered:
iway1
changed the title
Requesting "always" permission when user has previously selected "whenInUse" causes request to hang (promise never resolves) or deprecate this library
Requesting "always" permission when user has previously selected "whenInUse" causes request to hang (promise never resolves) (deprecate this library)
Apr 13, 2022
Same in my case this heppens in android after give the allow location permission when i put the apk in background and open again second time it ask for the location, some time while i close the application and open at that time still it ask for permission. after second time permission can see the location pop-up
Since iOS 13 apps are only allowed to request location permission a single time. If a user has previously selected to share location when in use, the ios code will attempt to ask for always permission even though it's impossible to ask for permissions a second time.
SO, the promise never resolves. In my case, my app froze forever because I am performing a location services check and waiting for it to resolve before navigating the user to the main screen of the app.
Pretty clear that this library isn't being actively maintained. If it's not going to be fixed, then please for the love of god update the read me to point out that this library doesn't work properly with iOS 13+ and that it's not being maintained and that it should not be used.
The text was updated successfully, but these errors were encountered: