iOS 跳转更新连接

2019-01-29  本文已影响0人  自律_自强_通达

NSString *ITMS_SERVICES = @"itms-services://?action=download-manifest&url=";
NSString *plist_URL = @"https://gitee.com/lishimayi/test_IPA/raw/master/ipa.plist";
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@",ITMS_SERVICES,plist_URL]];
[[UIApplication sharedApplication] openURL:url];

上一篇 下一篇

猜你喜欢

热点阅读