Original address: http://www.zhihu.com/question/24304345
Two methods:
1. beta version Support any type of developer account, need to set up authorization DeviceID in developer background, can be directly packaged to each other or to a Web address download, such as with http:// firapp.duapp.com
2. Using the Enterprise certificate, you need to apply for a $299 enterprise account number, need a few steps:
1. Need to apply for a d-u-n-s code, this code is free, not through the domestic to register (many of the online Raiders are wrong),
Apply DUNS Code click here:https://developer.apple.com/ios/enroll/dunslookupform.action
Fill in according to the requirements, not online rumors of the kind of business license copy, but will still check the information. After the application is over, China's staff will call you to check the information and then send you a code. will tell you to use 2 weeks later, I was 1 weeks after filling out the seems to be no problem. Process you can log in to Duns official website to check whether storage.
2. Apply for Enterprise Certificate: IOS Developer Enterprise Program (fill in according to normal process), then receive customer service mm telephone communication. Here to praise the quality of Apple customer service, I then applied when the mobile phone number has a wrong, and then I call in the past to actively consult, the consultation process of mobile Phone no electricity, customer service mm active access to my information, hit my backup phone, and is a tracking service, especially intimate.
The whole process lasts about 3 weeks.
3. According to the Enterprise certificate process published, not here (online technology paste a lot), in a word, a certificate file will be generated, you can make a Web page. The Enterprise Edition certificate is published in an IPA file that can be distributed through certificates without authorization, without jailbreak, direct installation, or even entering the itunes password.
Note Several points:
First: 7.1 Only system links must be HTTPS
Second: Need enterprise version of the Development Account, the individual only tested through the binding UUID can be installed using the normal
Third: plist file contents
<?xml version= "1.0" encoding= "UTF-8"? ><! DOCTYPE plist Public "-//apple//dtd plist 1.0//en" "Http://www.apple.com/DTDs/PropertyList-1.0.dtd" ><plist Version= "1.0" ><dict><key>items</key><array><dict><key>assets</key ><array><dict><key>kind</key><string>software-package</string><key >url</key><string>https://xxx.xxx.com/xxx.ipa</string></dict></array><key >metadata</key><dict><key>bundle-identifier</key><string>com.xxx.xxx</ String><key>bundle-version</key><string>1.0.3.0</string><key>kind</key> <string>software</string><key>title</key><string> name </string></dict> </dict></array></dict></plist>
IV: Import PHP Web file code
<! DOCTYPE html>
Publish iOS apps via Web pages.