uiapplication

iOS Launching Settings -> Restrictions URL Scheme

◇◆丶佛笑我妖孽 提交于 2019-11-26 00:11:02
问题 I\'ve recently discovered the awesome iOS5 custom Settings URL Scheme , which can be explained in detail at this great website. I\'ve found this to work, directing the user to the Settings app from my application: [[UIApplication sharedApplication] openURL: [NSURL URLWithString:@\"prefs:root=General\"]]; But cannot seem to route directly to the Restrictions path via the path parameter: [[UIApplication sharedApplication] openURL: [NSURL URLWithString:@\"prefs:root=General&path=Restrictions\"]]