I. Clear several concepts
1, Enterprise version of the IDP: that is, iOS development enterprise program. Attention is $299/year, not $99/year.
2, in the House: refers to the enterprise within the release, only for enterprise internal personnel use.
Second, in-house features:
1, can not be published to Applestore for sale
2. No Apple review required
3, you can use any one of the private API
4, can be installed on any Apple device, without any signature and authentication
5, user installation as long as an IPA file, no need for certificates and signature files
Third, the certificate generation process
1, generate development and release certificate (CER file), and the same as the account
2, create the app ID, and the same as the account
3, create the development mobileprovision file, and the same as the $
4. Create a release (in-house) mobileprovision file, which is different from the $ $ account. Adhoc is released in the same way as the one in which we chose the House
5, the newly generated certificate and signature files are installed, you can start our release.
Four, in-house packaging
Simple process:product-->archive--> (Validate, Submit, Export) export-->save for Enterprise Deployment Click Next, Select the corresponding Enterprise certificate and click Export to succeed. (Xcode 6 The following IPA and plist generated at the same time, Xcode6 above only generated IPA, can copy the previous plist modification can be).
Five, Enterprise Web server distribution
1. Follow the three or four steps to create IPA and plist, put the packaged IPA on the server, the iOS device can be installed by visiting the URL.
2. Create Web page (Note: iOS7 plist previous version with HTTP, but must use HTTPS after iOS7)
<! DOCTYPE html>
3. Deployment and TestingThe installation can be done by entering the specified URL on the phone. The plist file is as follows:
Plist Outbound links can be selected: Https://git.oschina.net, by creating a new item--point + fill in the file name--Copy the plist file to the content area and submit.
A reference to a problem is encountered:
1, http://blog.csdn.net/zhaoxy_thu/article/details/17277527
2, http://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-work-on-ios-7-1/22767699#22767699
3, https://laoyur.com/?p=414
4, http://blog.csdn.net/zhaoxy_thu/article/details/21133399
5, http://www.2cto.com/kf/201312/264286.html
6, http://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-work-on-ios-7-1/22367111#22367111
7, http://www.cnblogs.com/zzy0471/p/3658572.html
iOS InHouse Publishing Apps