Current location - Quotes Website - Personality signature - Where are the iOS applications distributed in the enterprise?
Where are the iOS applications distributed in the enterprise?
Before you start publishing enterprise applications, you need to meet the following conditions:

Must be? IOS developer enterprise plan? Team member (at least one administrator). You need to pay Apple $299 a year. Ordinary iOS developer programs cannot publish enterprise applications.

The domain name used to place the application requires a valid SSL certificate. Without a valid SSL certificate, iOS devices will not be able to install applications from this website. Such SSL certificates are also expensive.

Configuration of related environment in development

Use Xcode 5. 1 and iOS 7. 1.

Content starting point

Xcode has a project for enterprise distribution.

Create an application ID for this project in the IOS developer enterprise project team.

Steps:

Create a distribution certificate.

Create a preset profile.

Create IPA and list.

Create a publishing certificate

For enterprise publishing, you need a publishing certificate (a publishing certificate is different from a development certificate) to sign the code. IOS development center? , navigate to? Certificate section.

Select the CSR file and click it.

Create a configuration file

Locate it? Preset the distribution part of the description file. And click? Button. Now see the interface as shown in the figure below:

Select the application ID created for this program, now select the correct publishing certificate, and then install and download it.

Create IPA and list

Open Xcode and start creating IPA files. Click the project name in the upper left corner. In the middle area, select? Target? The name of the project in.

In the middle area, select? Project? The name of the project in. Click on the top? Build settings. Are you online? Code signing? Select the following location to publish the certificate:

Select the publishing certificate in debugging, any iOS SDK, publishing and any iOS SDK.

In the next interface, check? Save for enterprise distribution. Some text boxes will appear, and this information will be filled in the list file of the program. The URL above is the path to access IPA files on the Internet.

Precautions:

Although the following procedure is based on HTTPS, IPA URL must be HTTP. (Note: The path that the translator tried IPA can be either http or https, of course, it is not excluded that Apple will strictly restrict it in the future).