The previous internal version has been released using the enterprise application deployment method. For specific settings, see the previous article:
Http://blog.csdn.net/sing_sing/article/details/7489906
However, a test version has been released in the past two days, but the certificate is always incorrect and cannot be installed. For example:
After checking, it turns out to be iOS7.1, it adds security and uses https to install the app.
You can change the previous http to https as follows:
Itms-services ://? Action = download-manifest & amp; url = http ://...
Change
Itms-services ://? Action = download-manifest & amp; url = https ://...
If you use https, the server must install a security certificate. There are several ways to handle the problem:
1. Install a self-Signed/purchased certificate.
2. Deploy to dropbox.
For more details, refer to the Q & A in stackoverflow:
Http://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-work-on-ios-7-1/22325916#22325916