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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.