Reputation: 1556
I am making an app in which I need to open settings of device programatically. Previously we can open it using following code
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
But I come to know its been deprecated from iOS 5.1. Please let me know if there is some other way to open it.
Upvotes: 4
Views: 4359