第一步:
//在要跳轉(zhuǎn)頁(yè)面的觸發(fā)跳轉(zhuǎn)方法中寫入跳轉(zhuǎn)路徑
//格式:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"要跳轉(zhuǎn)到的應(yīng)用名稱://"]];
//點(diǎn)擊按鈕跳轉(zhuǎn)到應(yīng)用2
[[UIApplication sharedApplication] openURL:[NSURLURLWithString:@"App2://"]];
第二步:
//在要跳轉(zhuǎn)到頁(yè)面設(shè)置路徑
//identifier可隨意寫
//URL Schemes要寫入該APP的名稱

設(shè)置