Possible Duplicate:
CLLocation ask again for permission
How to prompt user to turn on Location Services…again
I would like to have the “use your current location” alert to keep prompting if the user says “no”.
Currently in the app I’m working on, if the user says “no” the prompt never shows again. I’m wondering how to keep the prompt/alert alive if they return to the view controller.
thanks for any help
I’m pretty sure it is designed to ask only once (and for good reason). You can check if location services are enabled for your app and pop a message like “Please enable location services…”.
Edit: you can check if location services are enabled with