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

前端 未结 2 1268
失恋的感觉
失恋的感觉 2020-12-30 04:52

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 dis

2条回答
  •  旧时难觅i
    2020-12-30 05:10

    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.

提交回复
热议问题