문제

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 :

enter image description here

What it this way ?

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top