iOS跳转到系统设置界面

跳转系统设置界面,例如提示用户打开定位、蓝牙或者WIFI,提醒用户打开推送或者位置权限等

在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个prefs值,如下图:

跳转系统设置根目录中的项目使用下面的方法


如果要跳转第三方应用的设置界面中,使用prefs:root=boundleId的方式,boundleId是第三方应用的boundleId。

如果需要继续向项目内层进行跳转,可以通过添加path路径的方式,如下:




iOS10 11跳转系统设置等的URL收集:

Settings  

App-Prefs:root  

Settings -> About  

App-Prefs:root=General&path=About  

Settings -> Accessibility  

App-Prefs:root=General&path=ACCESSIBILITY  

Settings -> Autolock  

App-Prefs:root=DISPLAY&path=AUTOLOCK  

Settings -> Background App Refresh  

App-Prefs:root=General&path=AUTO_CONTENT_DOWNLOAD  

Settings -> Battery Usage  

App-Prefs:root=BATTERY_USAGE  

Settings -> Bluetooth  

App-Prefs:root=Bluetooth  

Settings -> CallerID  

App-Prefs:root=Phone&path=CallerID  

Settings -> Cellular/Mobile  

App-Prefs:root=MOBILE_DATA_SETTINGS_ID  

Settings -> Compass  

App-Prefs:root=COMPASS  

Settings -> Control Center  

App-Prefs:root=ControlCenter  

Settings -> Date/Time  

App-Prefs:root=General&path=DATE_AND_TIME  

Settings -> Dictionary  

App-Prefs:root=General&path=DICTIONARY  

Settings -> Display/Brightness  

App-Prefs:root=DISPLAY  

Settings -> Do Not Disturb  

App-Prefs:root=DO_NOT_DISTURB  

Settings -> Facebook  

App-Prefs:root=FACEBOOK  

Settings -> Facetime  

App-Prefs:root=FACETIME  

Settings -> Flickr  

App-Prefs:root=FLICKR  

Settings -> Game Center  

App-Prefs:root=GAMECENTER  

Settings -> General  

App-Prefs:root=General  

Settings -> iCloud  

App-Prefs:root=CASTLE  

Settings -> iCloud Backup  

App-Prefs:root=CASTLE&path=BACKUP  

Settings -> iCloud Storage  

App-Prefs:root=CASTLE&path=STORAGE_AND_BACKUP  

Settings -> International  

App-Prefs:root=General&path=INTERNATIONAL  

Settings -> iTunes & App Store  

App-Prefs:root=STORE  

Settings -> Keyboard  

App-Prefs:root=General&path=Keyboard  

Settings -> Keyboard -> Keyboards  

App-Prefs:root=General&path=Keyboard/KEYBOARDS  

Settings -> Location Services  

App-Prefs:root=Privacy&path=LOCATION  

Settings -> Mail, Contacts, Calendars  

App-Prefs:root=ACCOUNT_SETTINGS  

Settings -> Manage Storage  

App-Prefs:root=General&path=STORAGE_ICLOUD_USAGE/DEVICE_STORAGE  

Settings -> Maps  

App-Prefs:root=MAPS  

Settings -> Messages  

App-Prefs:root=MESSAGES  

Settings -> Multitasking  

App-Prefs:root=General&path=MULTITASKING  

Settings -> Music  

App-Prefs:root=MUSIC  

Settings -> Music EQ  

App-Prefs:root=MUSIC&path=com.apple.Music:EQ  

Settings -> Notes  

App-Prefs:root=NOTES  

Settings -> Notifications  

App-Prefs:root=NOTIFICATIONS_ID  

Settings -> Passcode  

App-Prefs:root=PASSCODE  

Settings -> Personal Hotspot  

App-Prefs:root=INTERNET_TETHERING  

Settings -> Phone  

App-Prefs:root=Phone  

Settings -> Photos  

App-Prefs:root=Photos  

Settings -> Privacy  

App-Prefs:root=Privacy  

Settings -> Profiles  

App-Prefs:root=General&path=ManagedConfigurationList  

Settings -> Reminders  

App-Prefs:root=REMINDERS  

Settings -> Reset  

App-Prefs:root=General&path=Reset  

Settings -> Ringtone  

App-Prefs:root=Sounds&path=Ringtone  

Settings -> Safari  

App-Prefs:root=SAFARI  

Settings -> SIM/PIN  

App-Prefs:root=Phone&path=SIM%20PIN  

Settings -> Siri  

App-Prefs:root=SIRI  

Settings -> Sounds  

App-Prefs:root=Sounds  

Settings -> Software Update  

App-Prefs:root=General&path=SOFTWARE_UPDATE_LINK  

Settings -> Storage & iCloud Usage  

App-Prefs:root=General&path=STORAGE_ICLOUD_USAGE  

Settings -> Touch ID & Passcode  

App-Prefs:root=TOUCHID_PASSCODE  

Settings -> Twitter  

App-Prefs:root=TWITTER  

Settings -> Usage  

App-Prefs:root=General&path=USAGE  

Settings -> Videos  

App-Prefs:root=VIDEO  

Settings -> Vimeo  

App-Prefs:root=VIMEO  

Settings -> Volume Limit  

App-Prefs:root=MUSIC&path=com.apple.Music:VolumeLimit  

Settings -> VPN  

App-Prefs:root=General&path=VPN  

Settings -> Wallet & apple pay  

App-Prefs:root=PASSBOOK  

Settings -> Wallpaper  

App-Prefs:root=Wallpaper  

Settings -> Weibo  

App-Prefs:root=WEIBO  

Settings -> Wi-Fi  

App-Prefs:root=WIFI  

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容