Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between In House versus Ad Hoc distribution for Enterprise apps?

I have an Apple iOS Enterprise account and am creating a distribution provisioning profile, and was surprised to see that I had to choose a distribution method of either In House or Ad Hoc.

This confused me - if I was creating a distribution profile for a non enterprise account then the choices here would be Ad Hoc or App store, this makes sense as there are different profiles for testing and for releasing. But this is for an enterprise account and I don't understand what the difference is between In House or Ad Hoc distribution methods for an Enterprise app.

like image 979
Gruntcakes Avatar asked Feb 13 '13 16:02

Gruntcakes


People also ask

What is Adhoc distribution?

Ad hoc distribution means great things for proprietary apps for teams, classrooms, and large organizations. Sure, a 100-client limit might be a little small, and it remains to be seen how clients will be certified (that is, if you have to connect to the Mothership).

How do I distribute IOS app ad hoc?

In the sidebar, click Profiles. Then, next to the heading Profiles, click the + button to create a new provisioning profile. Under Distribution, select Ad Hoc. Click Continue.

What is enterprise distribution?

An Enterprise App Distribution platform allows organizations to securely deploy and manage policy-enabled mobile apps through a variety of distribution methods, including direct links to users, a corporate portal, a private app store, or MDM/EMM systems.

What is adhoc deployment?

Ad Hoc deployment. Principle. This type of deployment allows you to distribute your application on an iPhone or iPad device. The "Ad Hoc" mode is reserved for the deployment of applications on a small telephone/tablet fleet (up to 100 devices). This mode can, for example, be used for an internal application in an SME.


1 Answers

Ad-Hoc releases have to be provisioned to specific devices. Your account allows you to register up to 100 devices.

In-House is for distribution to any company device.

So in most cases In-House can serve all your needs. But in the event that you wanted someone who was not part of your company to test something or you wanted to restrict distribution to specific devices you could use the ad-hoc provisioning.

Update: Ad-Hoc now allows up to 100 of each type of device. ie. 100 iPhones, 100 iPads, 100 Apple TVs, etc

like image 97
Dancreek Avatar answered Sep 28 '22 11:09

Dancreek