Search code examples
iphonebuildapp-storedistributionadhoc

Ad hoc distribution vs App Store distribution.


I want to distribute my app to our few company employees, but when I tried to create an ad hoc distribution profile, it requires the device ID for every single device that I want to install my app on. It is not possible for me to get IDs and I am not sure app store distribution actually submits my app for approval (I am not ready for approval yet).

Is there any simply where I can build my app with distribution profile and then I can share the binary file with our employees so they can install it from iTunes or some other way.

I hope my question is pretty clear. Thanks.


Solution

  • There is the "Enterprise" model of the developer program. This is specifically designed for companies that want to design vertical integration into their software. With this program, you are allowed to push/install software to employees without the use of the App Store.

    If you are looking just to do basic testing, you best bet is to get the UDIDs of the employees iPhone OS devices that want to test the app. Then you make the code and distribute with Ad Hoc.

    Pain.