-
-
Notifications
You must be signed in to change notification settings - Fork 33
requestPermissions fails after checkPermissionStatus is called on iOS #7
Comments
@rahulgs12 this exception explains that you have an active request for permissions when a second call to the A common mistake is that people call the If you keep on having problems please feel free to send us a code example, even better would be a small app that shows how to reproduce the error and we will be glad to have a look at it. |
Hello @mvanbeusekom Thank you for your response. Please, anyone, I need help with this simple geolocation app. It is very simple but I'm having the same problem in ios. It's Working in Android. info.plist file ==============
|
Sorry, I was missing these: it works NSLocationWhenInUseUsageDescription |
Ps. Only after running the app directly in xcode did the message appear that stated there are missing permissions in the info.plist |
🐛 Bug Report
If requestPermissions is called, this exception is thrown:
Expected behavior
This should work with no exception.
Reproduction steps
Version: 2.0.0
Platform:
The text was updated successfully, but these errors were encountered: