美文网首页
iOS 跳转更新连接

iOS 跳转更新连接

作者: 自律_自强_通达 | 来源:发表于2019-01-29 10:41 被阅读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];

    相关文章

      网友评论

          本文标题:iOS 跳转更新连接

          本文链接:https://www.haomeiwen.com/subject/biwtsqtx.html