Im having a problem opening the settings preferences in my IOS iphone app. At the moment im just using a simple button to test and it doesn't seem to be working correctly.
Basically when I click the button I want a specific settings preference page to open. This is what Im currently using within my buttons IBACTION:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General"]];
Hope you guys can help me out with a solution for this, thanks in advance.
5.0. The prefs shortcuts were removed in 5.1. Related: stackoverflow.com/questions/8246070/… – Matthias Bauch Apr 7 '12 at 16:00