iOS企业包客户端直接更新

把企业包上传到服务器,拿过来一个.plist的链接,在前端通过NSUrl访问

itms-services://?action=download-manifest&url=https://apps.sinosig.com:8083/dhmi/appstore/downloadLB/ios/unios.plist

NSURL* nsUrl = [NSURLURLWithString:[NSStringstringWithFormat:@"itms-services://?action=download-manifest&url=%@",self.client_url]];[[UIApplicationsharedApplication]openURL:nsUrl];

你可能感兴趣的:(iOS企业包客户端直接更新)