Liron Harel
Liron Harel

Reputation: 11247

Disable "Would Like to Use Your Current Location" alert in iOS Phonegap app

I am developing a phonegap app, I removed all the plugins that uses the GPS. However, in iOS when I run my Phonegap app I get the following alert box after capturing a photo using the camera:

"..Would Like to Use Your Current Location"

Is there an option to entirely disable the Location based features so I won't get this arlt box anymore.

BTW: I've checked the config.xml file and the Geolocation plugin, Compass all removed.

Thanks.

Upvotes: 0

Views: 1790

Answers (2)

saddam
saddam

Reputation: 321

Please see the link

Add these lines in config.xml

i have fixed this problem.

Upvotes: -1

rckoenes
rckoenes

Reputation: 69479

No, since the camera app uses the GPS to geotag the images there is not way to remove that warning.

Upvotes: 2

Related Questions