This article mainly describes the following:
- Application for an iOS development certificate,
- Application of the Enterprise certificate,
- The creation of AppID,
- Provision profile generation,
- Develop a binding for device devices,
- And the relationship between each certificate file,
- Finally, use these certificates to publish the method process for apps used within the enterprise.
The following is the developer certificate for the Enterprise Certificate: After installation, Ios_development.cer automatically enables the Keychains program to be added to the login certificate. The provision profile is managed by the iphone Configuration utility program, such as the app ID that you can see when it's installed. The general developer profile can see the number of machines it binds to devices. Connect to your own phone (not a development machine), you can see the installed two Enterprise Edition of Provision profile, and its expiration time.
Compile the settings, note that the bundle identifier is set to the app ID of the above Enterprise Certificate (note that the previous alphanumeric ID is removed) and only fill in the Com.comanyName.appName. Set code Signing identity to distribution certificate. The following is the production of IPA files, first of all, to find the generated. app files just compiled. Open itunes and go to the Apps feature page. Drag and drop the app file to the itunes app features page to automatically generate programs that can be installed by your company's employees (development machines are not required, and normal users can install them).
Reference:
1. Enterprise Certificate application process, use, release method: http://blog.csdn.net/kmyhy/article/details/6418280
2. Apple Developer Center Settings Generate developer certificate, publish certificate, AppID, provision profile generation process: http://blog.csdn.net/holydancer/article/ details/9219333
iOS Development certificate and Enterprise certificate related file application installation and how to use it