Possible Duplicate:
Opening the Settings app from another app
Is there a way to direct the user to the Settings.app whenever I show a UIAlertView
prompt? This prompt alerts the user that his location services is turned off and I want the user to open the Settings.app when he taps the button inside my UIAlertView
.
UPDATE: I'm looking for a similar code stated here:
How to launch myapplication settings tab in settings app from my application in ipad