Tuesday, April 1, 2014

How to Distribute iOS Application

Before you can distribute your app, youʼll need to certify and provision your application within the Enterprise Developer Program and sign and build your project in Xcode. A simple 3 step process will have you ready to distribute your app straight from Xcode.

1. Create a Distribution Certificate

In order to distribute your iOS application, the Agent or Admin within your developer program membership will need to create a Distribution Certificate. This certificate is distinct from a Development Certificate and only this certificate will enable enterprise app distribution.

2. Create a Provisioning Profile

Distribution Provisioning Profiles are matched to your Distribution Certificate, and allow you to create applications that your users can run on their device. You create a provisioning profile for a specific application, or multiple applications, by specifying the AppID that is authorized by the profile. If a user has an application, but doesnʼt have a profile that authorizes its use, the user isnʼt able to use the application. Because these profiles are tied to your certificate when you revoke your certificate or it expires the application will no longer run on the device.

3. Sign and build in Xcode

Once you’ve installed your distribution certificate and provisioning profile, you’ll need to sign your code in Xcode. For more details on the code signing process, follow the step by step provided in the Developer Provisioning Portal.
More Details............... http://www.apple.com/business/accelerator/deploy/