iOS Deployment Overview
From Xojo Documentation
Contents
There are several ways to deploy iOS apps to devices, which are briefly outlined below.
Ad-Hoc Deployment to Devices
With Ad-Hoc Deployment, you build your iOS apps using an iOS Development Profile and manually copy the built app to the device. To create this profile you need to be a member of the Apple Developer Program (currently $99/year from Apple) or you can use the free provision profile provided by Apple. You can deploy apps built in this manner on up to 100 devices.
For details on the steps to do this, refer to:
TestFlight
For beta testing purposes, you can also use Apple's TestFlight server to allow up to 1000 users to install a beta version of your app. Use of TestFlight requires that you are a member of the Apple Developer Program.
For details on the steps for using TestFlight, refer to the Submitting to TestFlight topic.
App Store
To get your app in the hands of end users, you will typically want to use the App Store. To do so, you will build your app using an iOS Distribution Profile. You will have to be a member of the Apple Developer Program.
For details on the steps to submit to to the App Store, refer to the Submitting to the App Store topic.
Volume Purchase Program
The Volume Purchase Program provides a way for you to distribute apps to businesses or educational institutions without having to publish your app to the App Store.
Enterprise Deployment
Businesses can use the iOS Developer Enterprise Program to get tools and resources for developing proprietary, in-house iOS apps that you can distribute to your employees. These apps are distributed outside of the App Store.
For more information, visit Apple's iOS Developer Enterprise Program page.
See Also
UserGuide:iOS_Device_Deployment, UserGuide:Deploy to Device With Free Xcode Provisioning Profile, UserGuide:Submitting to TestFlight, UserGuide:Submitting to the iOS App Store topics