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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…