大家都知道,在ios5.0時時可以跳轉到系統的設定頁的。但是在5.1之後就不可以了。
下面說下ios8是如何跳轉的,以下是**:
[objc]view plain
copy
?}
***************====2015-07-22補充********************====
跳轉到系統wifi設定頁面**:
[objc]view plain
copy
?nsurl*url=[nsurlurlwithstring:@"prefs:root=wifi"];
另附其他設定頁面:
[objc]view plain
copy
?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
setting —prefs:root=internet_tethering
-----------警告⚠️------------
經過試驗,在lz的裝置上跳轉都沒有問題(裝置iphone6,ios8.3),但是在iphone5s,iphopn6 plus(都是8.4)上是無法跳轉的。感覺蘋果在走一條不歸路啊~
IOS應用內跳轉到系統設定
ios應用內跳轉到系統設定 設定跳轉有三種方式,每一種的使用場景都不同。並且你跳轉到系統中自己應用下面設定的時候,你的應用要提前至少申請了某乙個許可權,如 通訊錄,通知,定位等 否則,會引起崩潰。本篇針對ios7 ios8 ios9 ios10,來介紹其中區別。一 跳轉方法 二 跳轉到 去?系統的設...
iOS10 系統跳轉到系統設定
1 在 info.plist中新增 prefs urlsechem 2 ios10 蘋果將系統的設定頁的urlsechem路徑改變了 if progress ws.cropsliderview cropendtime progress ws.videotime else 3 收錄的可使用的urlsc...
iOS跳轉到設定介面
定位服務設定介面 nsurl url nsurl urlwithstring prefs root location services 這樣就可以跳到系統設定的定位服務介面啦!我們繼續看幾個列子。facetime設定介面 nsurl url nsurl urlwithstring prefs roo...