由于蘋果在iOS10中禁用了跳轉(zhuǎn)設(shè)置界面(僅允許跳轉(zhuǎn)app自身的設(shè)置界面),如果想跳轉(zhuǎn)其他設(shè)置層級钳榨,比如關(guān)于本機(jī)舰罚,可以通過私有API來跳:
//注意首字母改成了大寫,prefs->Prefs
NSURL*url=[NSURL URLWithString:@"Prefs:root=General&path=About"];
Class LSApplicationWorkspace = NSClassFromString(@"LSApplicationWorkspace");
[[LSApplicationWorkspace performSelector:@selector(defaultWorkspace)] performSelector:@selector(openSensitiveURL:withOptions:) withObject:url withObject:nil];
————————
完結(jié)撒花