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.
Apple does not provide a URL schema for achieving this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With