We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"@capacitor/google-maps": "^5.4.1"
💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 6.0.0 @capacitor/core: 6.0.0 @capacitor/android: 6.0.0 @capacitor/ios: 6.0.0 Installed Dependencies: @capacitor/android: not installed @capacitor/cli: 5.0.4 @capacitor/ios: 5.0.4 @capacitor/core: 5.7.0
IOS
The app crashes when map enables geolocation after geolocation permissions are requested and accepted. Error is thrown from google maps plugin.
App should not crash
code.zip
<key>NSLocationWhenInUseUsageDescription</key> <string>NSLocationWhenInUseUsageDescription</string> <key>NSLocationAlwaysUsageDescription</key> <string>NSLocationAlwaysUsageDescription</string>
or
Maybe this is a similar issue to this one:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Plugin(s)
Capacitor Version
Platform(s)
IOS
Current Behavior
The app crashes when map enables geolocation after geolocation permissions are requested and accepted. Error is thrown from google maps plugin.
Expected Behavior
App should not crash
Code Reproduction
code.zip
or
Additional Context
Maybe this is a similar issue to this one:
The text was updated successfully, but these errors were encountered: