Solve the problem of ios7.1 system download app failure

Source: Internet
Author: User
Tags ssl certificate

iOS 7.1 itms-services Online installation failed solution, iOS upgrade 7.1 after the plist file must be used with HTTPS encryption
IOS 7.1 Official release, before using the Itms-services://url method to install the IPA file online is invalid, click on the error is: "Unable to install the application, because the xxx.com certificate is invalid" How should this solve?


Because the previous version of iOS7.1 was accessed through the HTTP protocol, is plaintext transmission, is not secure, so iOS 7.1 modified the Manifest.plist file access Protocol, after iOS 7.1 must use the HTTPS protocol access, HTTPS is through the ciphertext transmission.


For example, the previous link code is:

Itms-services://?action=download-manifest&url=http://example.com/manifest.plist

After iOS 7.1, you need to change to:

Itms-services://?action=download-manifest&url=https://example.com/manifest.plist

An SSL certificate is required to enable the ability to install the IPA file online. Fortunately find a company in Shenzhen to do SSL certificate, cheap and easy to use, can solve the problem

You can go to the website of the Wharton to apply for SSL certificate.

Solve the problem of ios7.1 system download app failure

Related Article

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.