vote up 1 vote down star

How do you change the string on the alert saying: "(Appname/whatever it is) would like to use your current location"?

Of course, I only want to change the appname part. Because when you use the framework phonegap, the string is VERY ugly, something like this: "/var/mobile/Applications/157EB70D-4AA7-826E-690F0CBE0F/appname.app/www/index.html".

Someone having an idea?

flag

3 Answers

vote up 0 vote down

What is the Bundle display name of your project?

Try changing manually from the default value ${PRODUCT_NAME} and see..

That Permission to use location alert picks your bundle display name only!!

link|flag
It doesnt matter, I have set both "bundle display name" and "bundle name" properties manually! The one I havent set manually is "Executable file" which is ${EXECUTABLE_NAME}. But if I change that I cant compile, obviously.. – blmstr Nov 4 at 14:45
vote up 0 vote down check

I found the answer myself and I thought I would share it with you! In iPhone OS > 3.0 Safari supports geolocation and therefore in phonegap when you use the navigator.geolocation it triggers the geolocation in Safari and because Safaris permission alert text is printing the url of the site it gets ugly when you use it with phonegap. I solved this by not using navigator.geolocation. Not the best solution but a working one.

link|flag
vote up 0 vote down

so how do you get the geolocation of the device without using navigator.geolocation?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.