iOS 跳转系统设置

  1. 1 app位置访问 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
  2. 2 系统隐私设置 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=LOCATION_SERVICES"]];
  3. 3 打开浏览器 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.baidu.com"]];
  4. 4调用App Store [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://"]];
  5. 5 调用 电话phone [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://18310747868"]];
  6. 拨打电话之后不跳转回app [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://18310747868"]]; 拨打电话之后跳转回app
  7. 6 调用map [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"maps://"]];
  8. 7 跳转到设置页面
  9. About — prefs:root=General&path=About Accessibility
  10. — prefs:root=General&path=ACCESSIBILITY Airplane Mode On
  11. — prefs:root=AIRPLANE_MODE Auto-Lock
  12. — prefs:root=General&path=AUTOLOCK Brightness
  13. — prefs:root=Brightness Bluetooth
  14. — prefs:root=General&path=Bluetooth Date & Time
  15. — prefs:root=General&path=DATE_AND_TIME FaceTime
  16. — prefs:root=FACETIME General
  17. — prefs:root=General Keyboard
  18. — prefs:root=General&path=Keyboard iCloud
  19. — prefs:root=CASTLE iCloud Storage & Backup
  20. — prefs:root=CASTLE&path=STORAGE_AND_BACKUP International
  21. — prefs:root=General&path=INTERNATIONAL Location Services
  22. — prefs:root=LOCATION_SERVICES Music
  23. — prefs:root=MUSIC Music Equalizer
  24. — prefs:root=MUSIC&path=EQ Music Volume Limit
  25. — prefs:root=MUSIC&path=VolumeLimit Network — prefs:root=General&path=Network Nike + iPod
  26. — prefs:root=NIKE_PLUS_IPOD Notes
  27. — prefs:root=NOTES Notification
  28. — prefs:root=NOTIFICATIONS_ID Phone
  29. — prefs:root=Phone Photos — prefs:root=Photos Profile
  30. — prefs:root=General&path=ManagedConfigurationList Reset
  31. — prefs:root=General&path=Reset Safari — prefs:root=Safari Siri
  32. — prefs:root=General&path=Assistant Sounds — prefs:root=Sounds Software Update
  33. — prefs:root=General&path=SOFTWARE_UPDATE_LINK Store
  34. — prefs:root=STORE Twitter
  35. — prefs:root=TWITTER Usage
  36. — prefs:root=General&path=USAGE VPN
  37. — prefs:root=General&path=Network/VPN Wallpaper
  38. — prefs:root=Wallpaper Wi-Fi
  39. — prefs:root=WIFI INTERNET_TETHERING Internet_tethering
  40. — prefs:root= INTERNET_TETHERING

QQ交流群 436337987  

 
 
posted @ 2015-12-29 13:16  shao621  阅读(135)  评论(0编辑  收藏  举报