Install iOS app directly from website - no password, no iTunes, no UDID

不想你离开。 提交于 2019-11-27 19:51:24
joern

They seem to have an Enterprise Developer Account that allows over the air distribution to any iPad without the need to add each device's UDID.

The process to provide such an app is similar to providing an AdHoc Distribution with your "normal" Developer Account. You build your app for distribution and upload the .ipa bundle and a manifest .plist file to your server. Then you can use a link like this to make the app downloadable to users:

<a href="itms-services://?action=download-manifest&url=http://example.com/manifest.plist">Install App</a>

The only difference with an Enterprise Developer Account is, that you do not have to provide the UDID for each device you want to use. The link works with any device.

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