Directly install applications on iOS devices without using App Store

Source: Internet
Author: User

Install the Tianyi cloud storage app on your iOS device today. Open http://cloud.189.cn/wap/index.jspon on safari and click here for free. For example:

The magic thing happened. The device directly downloaded the app and installed it without going through the app stroe. After the installation is complete, click the app to open the app for the first time, and a message such as "whether to enable distribution" is displayed. I searched for the App Store and found that there was no "Tianyi cloud storage" app.

I was shocked at this. I may be ignorant. iOS apps can also be installed in this way. Will it be inconvenient in the future?

Curious, I studied it and found that the Link opened by clicking is as follows:

Itms-services :///? Action = download-manifest & url = http://cloud.189.cn/download/client/iOS/cloud189.plist? V = d1.0.6

After a few Googles, I finally got a little eye off. Open this address: http://cloud.189.cn/download/client/ios/cloud189.plist, and you will see a plistfile for reference:

<? XML version = "1.0" encoding = "UTF-8"?> <! Doctype plist public "-// Apple // DTD plist 1.0 // en" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version = "1.0"> <dict> <key> items </key> <array> <dict> <key> assets </key> <array> <dict> <key> kind </key> <string> Software-package </string> <key> URL </key> <string> http://cloud.189.cn/download/client/iOS/cloud189_1.1.1.ipa </string> </dict> </array> <key> metadata </key> <dict> <key> bundle-identifier </Key> <string> com.21cn. cloud189 </string> <key> bundle-version </key> <string> 1.1.1 </string> <key> kind </key> <string> Software </string> <key> title </key> <string> Tianyi cloud storage </string> </dict> </array> </dict> </plist>

Put IPA in this location:

Http://cloud.189.cn/download/client/iOS/cloud189_1.1.1.ipa

This installation method uses the deployment method of the enterprise certificate signature app recommended by Apple to install the program. Tianyi cloud storage uses this method to bypass the App Store, directly installed on iOS devices, strictly speaking, does not comply with Apple's related regulations.
For more information, in addition to the enterprise certificate signature app, you can use this method to install an app using a common signature method on the 100 devices specified in the profile package. Well, this is fine. Now we can solve the issue of releasing apps without review or internal testing apps. If it is not too late, we will immediately start testing.

Follow-up:

After testing, the personal certificate signature can be published in this way. The specific steps are as follows:

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.