BjornS
Posts: 0
Joined: Tue Nov 20, 2012 12:22 pm

Strange message

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Strange message

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?

BjornS
Posts: 0
Joined: Tue Nov 20, 2012 12:22 pm

Strange message

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Strange message

We will look for what caused this...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Strange message

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.

Return to “Issues”