今天突發奇想,想做個應用之間能夠切換的demo。
前提條件是,你得知道對應應用程式的url scheme。url scheme不一定和bundle id相同,但是,一定要是一致的。
bb://bb
"]];
其中,最主要的就是這句話。這個的引數是怎麼確定的呢?
string:@「%@://%@」,identifier,url scheme
也就是說,前面填identifier,後面填url scheme。identifier可以為空,url scheme不可以為空。
這樣填寫後,在另乙個程式裡,也填入其相應的引數,以便於另外乙個程式進行喚醒。
IOS 應用之間呼叫
1 在plist檔案中,註冊對外介面 滑鼠右擊information property list 然後從列表中選擇url types 右擊 add row 新增乙個物件 item 右擊item add row 從列表中選擇 url schemes 再右擊新增乙個物件 item1 plist如下圖所示...
ios應用之間的跳轉
ios應用之間的跳轉是通過url scheme實現的。url scheme ios應用將自身繫結到乙個自定義的url scheme上,該scheme用於從瀏覽器活其他應用中啟動本應用。在應用a中新增url scheme 如 a 在應用b的info.plist中設定白名單,新增應用a的url sche...
IOS開發之 應用之間呼叫
iphone應用之間呼叫步驟 1 在plist檔案中,註冊對外介面 滑鼠右擊information property list 然後從列表中選擇url types 右擊 add row 新增乙個物件 item 右擊item add row 從列表中選擇 url schemes 再右擊新增乙個物件 i...