I have done a app using the Geolocation services on the phone. When i start my app on iphone i got this strange message - See screenshot
Hi,
Are you running your app on browser or is it compiled to .ipa?
If on browser - browser asks whether access to GPS is allowed
If on phone - check project settings. Are location-services ang GPS selected in UIRequiredDeviceCapabilities section?
The screenshot is from my iphone. The app reports the coordinates and the geolocation works but that alert window looks really strange with having /var/app etc in the alert message. It should just be the name of the app not a search path in the alert.
We will look for what caused this...
Hello,
We finally reproduced the issue and found a solution.
There is a Geolocation service called on Load in your project.
You should call it on "Device Ready" action.