Citation: http://my.oschina.net/u/728866/blog/175018
Through the enterprise account can be created without the need to bind the device to install the app, today actually took a hand, leave some records, for forgetting.
First of all, you need a business account, the specific application is not the content of our discussion, so ignore, after landing like a general development certificate to apply for a distribution certificate;
Second, you need a appid, note that the AppID here cannot use the wildcard character * number;
Again, to apply for the profile description file, it is important to note that in the House (for example), you will not need to select a device after you generate it. Double-click Import of the requested certificate and profile file. Attach a comparison chart of $299 and $99 developer account
$299 Account:
$99 Account:
Again, compile, and pay attention to selecting iOS Device for reasons not explained.
Then, after succeeding in archives Select Distribution, select Save for Enterprise or Ad Hoc Deployment. Next select the profile file that we just applied to, and if unsuccessful, check back to see if the correct distribution certificate is selected.
Finally, be sure to tick the save for Enterprise distribution to show the settings, and then fill in the corresponding and application name, save it in your saved location to find the IPA and plist files.
PostScript: According to the background colleagues feedback, set the download should also set the file size and MD5 check value to succeed.
Reference: http://homelink.iteye.com/blog/2019667//What is this?
I'm not telling you.
Apple's Enterprise development certificate can be posted directly to its website without the App Store. Other people can download the installation directly. But if you want to use Apple's own browser (Safari) to download, other browsers do not recognize the protocol.
First, the production certificate
Open the Keychain Access tool and change the configuration of keychain to such as:
From the menu, select Keycahin access->certificate assistant->request a Certificate from a Certificate authority ... As shown in the following:
Fill in the necessary information, generate the certificate to be saved on the desktop or elsewhere, etc. will be used:
Second, build and install the certificate
Sign in to Apple Developer Center with an enterprise Apple ID: https://developer.apple.com, select the option after logging in, upload the previously generated certificate file, such as:
After the certificate file is generated, download it and double-click it to install it.
Third, add app ID
Iv. Generating Profiles files
In the Dev Center click Provisioning Profiles in the distribution, click "+", add profiles. APP ID selected just added.
Once added, you can download it and drag it to Xcode. or drag it into the organizer.
V. Release of applications
Select the signature in the targets of Xcode:
Select Package in the Xcode menu product->archive. When you pack your ipad or iphone to a computer and choose to target an ipad or iphone to succeed.
Enterprise Edition Packaging