IOS 7.1 cannot be installed when enterprise applications are deployed.

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.