All Collections
General Questions
iOS AdHoc Distribution
iOS AdHoc Distribution

How to distribute iOS apps in the early stages of development.

Jihye E avatar
Written by Jihye E
Updated over a week ago

You will need to use the following steps to generate an IPA package for your application. For full details of this process please see the official Apple documentation.

  1. Register UDIDs for all hardware devices in your provisioning profile.

  2. Archive your application. In Xcode go to Product > Archive

  3. Export the archive using the proper provisioning profile. Make sure to remember where the IPA file was placed on disk.

Did this answer your question?