Page 1 of 1

Strange message

Posted: Fri Jan 25, 2013 10:18 am
by BjornS

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 Image


Strange message

Posted: Fri Jan 25, 2013 11:20 am
by Kateryna Grynko

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?


Strange message

Posted: Fri Jan 25, 2013 1:11 pm
by BjornS

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.


Strange message

Posted: Fri Jan 25, 2013 1:38 pm
by Kateryna Grynko

We will look for what caused this...


Strange message

Posted: Tue Jan 29, 2013 8:42 pm
by Kateryna Grynko

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.