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

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


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.


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.