-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
IOS - Crash on RNPermissions lockHandler #885
Comments
I have the same issue but it is due to the LocationAlways and LocationAlwaysWhenInUse don't have the podspec file inside it. The last version that has the podspec are 3.10.1 and I was able to run pod install. Apple is kicking my app back to me due to deprecated code using the CLLocationManager authorizationStatus. I believe now authorizationStatus is part of the CLLocationManager now. So should add something similar to the following
Not entirely sure yet if that is the fix but that is what I am currently seeing from the crash report that Apple sent to me. |
I got the same crash, but it happened the first time the app launched, and request the location permission. Do we have any news about this crash? |
@datngotan-aavn what version pf the library are you using? |
@zoontek |
Before submitting a new issue
Bug summary
Hello,
In Crashlytics, we are seeing the following crash when app is in the background:
Podfile config:
Library version
4.1.5
Environment info
Steps to reproduce
Taken from Crashlytics, so not clear reproduction steps.
Reproducible sample code
Ask for permissions using this code:
The text was updated successfully, but these errors were encountered: