Search code examples
iphoneiosios4ios5

Navigate to settings screen in iphone


I want to move from my app to settings screen of iphone when a button in the app is pressed. Can any one please help by telling how to do it? Any help is appreciated. Sorry for my bad english.

Thanks


Solution

  • [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General"]];
    

    you may look at this

    iOS Launching Settings -> Restrictions URL Scheme