iOS通過openURL開啟原生應用與頁面

2021-07-07 05:38:20 字數 2231 閱讀 6107

通過給url不同的值,可以實現呼叫系統自帶 **/簡訊/郵箱/瀏覽器/...

1、呼叫 **phone

800888"]]; 

800888"]]; 

2、呼叫自帶 瀏覽器safari

3、呼叫 自帶mail

4、呼叫 sms

6、呼叫 ibook

itms-books://"]]; 

7、呼叫 map

8、呼叫 

facetime

facetime://"]]; 

9、呼叫 

music

music://"]]; 

10 、跳轉到系統設定相關介面

以下為設定的跳轉關鍵字

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 

internet_tethering internet_tethering — prefs:root= internet_tethering

利用openURL,在IOS應用中開啟另外乙個應用

在ios中,實現乙個應用啟動另外乙個應用,使用uiapplication的openurl 方法就可實現,這裡以test跳到test02為例。需要先建立這兩個工程 首先被啟動的應用需要向iphone註冊乙個自定義url協議。這是在info.plist檔案進行的。1.右鍵,選擇 add row 2.ke...

使用openURL開啟另外乙個應用程式

一 開啟系統允許的應用程式 詳情見api文件 1.郵件 協議 mailto 這裡不必有 但是必須有 3.facetime facetime 4.簡訊 sms 136 phonenumber 簡訊協議是用來在應用中發簡訊的,url的格式是sms 是乙個可選的引數用來指定收信人的號碼,這個引數可以包含0...

通過openURL啟動第三方app並傳引數

ios 5.1.1怎樣去掉鎖屏介面的相機快捷圖示?ios越獄原理 posted on byrainbird 工程a 0.建立工程a,先調出url types 工程b 3.建立工程b,新增呼叫語句 4.編譯執行工程b,結果是 b啟動 a啟動 a彈出alert ios sdk working with ...