iOS iOS 跳轉到系統的設定介面

2021-07-13 09:31:30 字數 2195 閱讀 3973

}about — prefs:root=general&path=about

accessibility — prefs:root=general&path=accessibility

airplane mode on — prefs:root=airplane_mode

auto-lock — prefs:root=general&path=autolock

brightness — prefs:root=brightness

bluetooth — prefs:root=general&path=bluetooth

date & time — prefs:root=general&path=date_and_time

facetime — prefs:root=facetime

general — prefs:root=general

keyboard — prefs:root=general&path=keyboard

icloud — prefs:root=castle

icloud storage & backup — prefs:root=castle&path=storage_and_backup

international — prefs:root=general&path=international

location services — prefs:root=location_services

music — prefs:root=music

music equalizer — prefs:root=music&path=eq

music volume limit — prefs:root=music&path=volumelimit

network — prefs:root=general&path=network

nike + ipod — prefs:root=nike_plus_ipod

notes — prefs:root=notes

notification — prefs:root=notifications_id

phone — prefs:root=phone

photos — prefs:root=photos

profile — prefs:root=general&path=managedconfigurationlist

reset — prefs:root=general&path=reset

safari — prefs:root=safari

siri — prefs:root=general&path=assistant

sounds — prefs:root=sounds

software update — prefs:root=general&path=software_update_link

store — prefs:root=store

twitter — prefs:root=twitter

usage — prefs:root=general&path=usage

vpn — prefs:root=general&path=network/vpn

wall***** — prefs:root=wall*****

wi-fi — prefs:root=wifi

大家可以根據自己的需求,跳到不同的設定介面。

如果想要在ios6.0以後的版本進行跳轉的話,必須附加以下的設定,新增 url schemes 為 prefs的url

定位服務

//定位服務設定介面  

nsurl *url = [nsurl urlwithstring:@"prefs:root=location_services"];

facetime

//facetime設定介面  

nsurl *url = [nsurl urlwithstring:@"prefs:root=facetime"];

藍芽

//藍芽設定介面  

nsurl *url = [nsurl urlwithstring:@"prefs:root=bluetooth"];

跳轉到系統設定頁面

如何跳到指定的設定介面,例如設定wifi的時候,想直接跳到wifi設定介面。在url types新增 乙個叫prefs的url schemes 複製 2.新增這段 把下面的bundle identifier替換為相應的字段即可 複製 3.對應的字段 蜂窩網路 prefs root mobile da...

ReactNative跳轉到iOS原生介面

最近專案需要react native 和原生的互動,當需要用到跳轉的時候,官方文件寫的也是雲裡霧裡,網上的部落格也是你吵我我抄你,亂糟糟一片.最終關於rn跳轉原生自己使用的方法,親證有效.具體原理好好看一下就能理解,直接貼 了 1.首先在原生專案建立乙個module類,m檔案中將這個module匯出...

iOS10 系統跳轉到系統設定

1 在 info.plist中新增 prefs urlsechem 2 ios10 蘋果將系統的設定頁的urlsechem路徑改變了 if progress ws.cropsliderview cropendtime progress ws.videotime else 3 收錄的可使用的urlsc...