-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
isLocationAuthorized return error on iOS13 #406
Comments
It runs fine on the iPhone 8 simulator of iOS 13.6, and it seems like a bug in iOS 13.5.1. |
I upgraded the system version of the real device with this problem to iOS 13.6. The problem still exists. So far I am not sure what caused this error. I will use more colleagues’ iPhones to test this problem. |
I ran the sample project on iOS 13.4.1 on another colleague’s iPhone 11, and still had the same problem, unable to detect location authorization status. |
After I removed the plug-in and reinstalled version 5.0.2, they all worked normally. It always works normally in the simulator, and calling
|
Thanks for reporting - I must have missed this bug in regression testing because I tested in the Simulator rather than on a device. |
The above fix has been published to npm in patch version |
Bug report
CHECKLIST
I have read the issue reporting guidelines
I confirm this is a suspected bug or issue that will affect other users
Current behavior:
Gettiing the following error after calling 'isLocationAuthorized' method on iOS 13 device:
Expected behavior:
Return successful callback
Steps to reproduce:
Run example project on iOS 13
Screenshots
Environment information
Runtime issue
The text was updated successfully, but these errors were encountered: