Workaround for itms-services online installation failure under IOS 7.1

Source: Internet
Author: User
Tags ssl certificate

Some time ago, the customer was asked for help, primarily about the inability to install enterprise apps online through Safari. After a series of tests did not find the same phenomenon, and finally found that customers use the Restore function, the ipad iOS upgrade to 7.1. Search on the Internet, found that starting from iOS7.1, before using the Itms-services://url method of online installation of the IPA file is invalid, mainly in the click Installation, the error is: "Cannot install the application, because the xxx.com certificate is invalid." The main reason is that Apple modified the access protocol for the Manifest.plist file in iOS 7.1, accessing the original HTTP protocol and upgrading to HTTPS protocol access. In this respect, we need to modify the original access agreement ourselves. For example, the previous link code is:itms-services://?action=download-manifest&url=http://example.com/manifest.plistafter iOS 7.1, you need to change to:itms-services://?action=download-manifest&url=HTTPS://example.com/manifest.plistAdditionally, an SSL certificate is required to enable the ability to install the IPA file online. Although on-line to see someone with self-signed SSL certificate to implement the online installation, they have not yet realized, pending research.

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.