How to download and install .ipa outside App Store with .plist

Viv*_*ier 7 app-store ios ipa

Today I discovered an app.

This app is not available to the App Store, if I want to try this, I just have to click on the link since my iPhone :

itms-services://?action=download-manifest&url=http://*********.s3.amazonaws.com/********-ios.plist

And the application installs in my home page.

The link forced to download a .plist :

在此输入图像描述

What it this way ?

What it's the deal with provisioning profile or the certificats ?

Ant*_* MG 8

这只是一种使用您的分发配置文件分发应用程序进行beta测试的方法,但不会将其提交给Apple.

.plist它只是存储.ipa(应用程序)的链接.

你可以在这里找到一个教程:

如何通过无线方式分发您的iOS应用程序

  • 这也是违反Apple政策的一个很好的例子:不允许使用企业分发配置文件进行公开发布. (6认同)