iOS開発ノート-46:ジャンプシステム設定(自分のappの設定)

1387 ワード

17.06.19:親測定が利用可能
//NSString * urlString = @"App-Prefs:root=Privacy&path=LOCATION";
//         app  
NSString * urlString = @"App-Prefs:root=   app bunbleId";
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:urlString]]) {
                                             if (IS_IOS10) {
                                                 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString] options:@{} completionHandler:nil];
                                             } else {
                                                 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];
                                             }
                                         }

     Prefs:root=BATTERY_USAGE
     Prefs:root=General
     Prefs:root=General&path=STORAGE_ICLOUD_USAGE/DEVICE_STORAGE
     Prefs:root=MOBILE_DATA_SETTINGS_ID
Wi-Fi    Prefs:root=WIFI
     Prefs:root=Bluetooth
     Prefs:root=Privacy&path=LOCATION
     Prefs:root=General&path=ACCESSIBILITY
     Prefs:root=General&path=About
     Prefs:root=General&path=Keyboard
     Prefs:root=DISPLAY
     Prefs:root=Sounds
App Store    Prefs:root=STORE
     Prefs:root=Wallpaper
     Mobilephone://
     Clock-worldclock://
   Clock-alarm://
   Clock-stopwatch://
    Clock-timer://
     Photos://