❶ 如何ios在一個程序中啟動另一個程序
一,
調用自己開發的應用
1)在plist文件中,注冊對外介面
在xcode
group&files 裡面,展開 resources選擇info.plist
滑鼠右擊information
property list ,然後從列表中選擇URL types
右擊
add row 添加一個對象(item)右擊item add row
從列表中選擇
URLSchemes 再右擊添加一個對象(item1)
將item1得值設置為:myapp
這個myapp就是對外介面,其它應用可以通過它,調用該應用
plist如下圖所示: