The correct position of the jump system setting for iOS10 development, and the jump system setting for ios10

Source: Internet
Author: User

The correct position of the jump system setting for iOS10 development, and the jump system setting for ios10

All redirects supported by iOS10 are available for test (test systems: 10.2.1 and 9.3.1) 
Jump Writing Method
Wireless LAN App-Prefs: root = WIFI
Bluetooth App-Prefs: root = Bluetooth
Cellular Mobile Network App-Prefs: root = MOBILE_DATA_SETTINGS_ID
Personal hotspot App-Prefs: root = INTERNET_TETHERING
Operator App-Prefs: root = Carrier
Notification App-Prefs: root = icationications_id
General App-Prefs: root = General
General-about Local Machine App-Prefs: root = General & path = About
General-keyboard App-Prefs: root = General & path = Keyboard
General-Auxiliary Functions App-Prefs: root = General & path = ACCESSIBILITY
General-language and region App-Prefs: root = General & path = INTERNATIONAL
General-restoration App-Prefs: root = Reset
Wallpaper App-Prefs: root = Wallpaper
Siri App-Prefs: root = SIRI
Privacy App-Prefs: root = Privacy
Safari App-Prefs: root = SAFARI
Music App-Prefs: root = MUSIC
Music-balancer App-Prefs: root = MUSIC & path = com. apple. Music: EQ
Photos and cameras App-Prefs: root = Photos
FaceTime App-Prefs: root = FACETIME

NSURL * url = [NSURL URLWithString: @ "App-Prefs: root = Bluetooth"];

If ([[UIApplication sharedApplication] canOpenURL: url]) {

If (@ available (iOS 10.0 ,*)){

[[UIApplication sharedApplication] openURL: url options :@{} completionHandler: nil];

} Else {

[[UIApplication sharedApplication] openURL: url];

}

} Else {

[SVProgressHUD showInfoWithStatus: @ "enable Bluetooth manually"];

}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.