I am creating an application in which I need to automatically program device settings. Earlier we can open it using the following code
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
But I found out that it is deprecated from iOS 5.1. Please let me know if there is another way to open it. Thanks in advance.
source share