In fact, IOS 7.1 has been modified manifest.plist The access protocol of files can be accessed through HTTP protocol before, and after IOS 7.1, it must be accessed through HTTPS protocol.
For example, the previous link code is:
itms-services://?action=download-manifest&url= http://example.com/manifest.plist
After IOS 7.1, it needs to be modified to:
itms-services://?action=download-manifest&url= https://example.com/manifest.plist
An SSL certificate is needed to install IPA files online.
暂时无法评论哦~
暂无评论