Hello,
I am developing an application which needs the location of the user in order to function properly.
I have no problems with the geolocation and so on but i have a question regarding the iphone build.
When i start the app on any iOS device (tested on iPad iOS 7 and iPhone iOS 6) i get a confirm alert which asks permission to get my current location. All good till here.
When the first page is loaded (which has the geolocation service on page load), another popup comes up, asking for permission, saying:
"/var/mobile/Applications/D76ADCE1-...-AD^/appname.app/www/project/login_screen.html" Would Like To Use Your Current Location
Is there any way to avoid this popup? Or at least change the message to:
"Appname Would Like To Use Your Current Location"
as it is on the first app load?
Thank you in advance.