As the subject says, I can't get the geolocations on my iPhone or iPad.
Therefor my onLocationChanged is not triggered and my HtmlDrawables are not drawn.
Also the app is not asking for geolocation permission, so it looks like the plugin does not require it from the device.
Do I need to add some kind of special permission for iOS or something?
Kind regards,
E. van der Weel
A
Andreas Schacherbauer
said
over 7 years ago
Hi E. va der Weel, Did you add the 'NSLocationWhenInUseUsageDescription' to your application plist? Did you also check the Xcode console output of your running application? It might be that our SDK is logging a message if the key is not added.
E van der Weel