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

ぐ巨炮叔叔 提交于 2019-12-03 13:04:23

问题


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 ?


回答1:


It's just a way of distributing an app for beta testing using your distribution profile, but without submitting it to Apple.

The .plist it's just a link to where the .ipa (the app) is stored.

You can find a tutorial here:

How to Distribute your iOS Apps Over the Air



来源:https://stackoverflow.com/questions/17543574/how-to-download-and-install-ipa-outside-app-store-with-plist

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!