What is the difference between ad hoc distribution and app store distribution in ios

烈酒焚心 提交于 2019-11-29 12:06:10

问题


I am new in Iphone development.I have a little idea about app_store distribution.My questions are

1) what is the need of ad hoc distribution in ios application distribution?

2)Is any other license need for ad hoc distribution from Apple?

if anybody know ,please help me. Thanks in advance.


回答1:


Ad-Hoc Distribution: Distribution builds of an app, which can be installed on 100 devices designated by the developer on his provisioning portal. The distribution mechanism can be websites, mails or OTA. These type of builds are generally for beta testing or demos.

App-store Distribution: Distribution builds that are intended for general public(for sale). The distribution mechanism is App store only.




回答2:


Ad Hoc distribution allows you to share your application with up to 100 iPhone, iPad or iPod touch users, and to distribute your application through email or by posting it to a web site or server.

App Store provisioning profiles do not allow for a distribution built application to be installed on an Apple device. To install your distribution ready application on a device, you must create an Ad Hoc provisioning profile.

App Store distribution allows you to post your application in Apple Store.



来源:https://stackoverflow.com/questions/8354121/what-is-the-difference-between-ad-hoc-distribution-and-app-store-distribution-in

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