From: HTTP://WWW.JKQNB.COM/YDKF/ARTICLE/27
Preview Map
2. Create a certificate
The certificate is divided into two types,
One is the developer certificate, mainly for the real machine debugging
The other is to publish the certificate, which is used to publish the application,
It is best to download the two, otherwise compile time may be error, I guess maybe Apple afraid you don't use the real machine debugging
There are two steps to creating a certificate:
Generate certificate signing public key on Apple Computer
Submit certificate Public key file to developer website
1) Create a developer certificate
1. Generate Certificate Signing Public key
Open "Applications"-"utilities"-"Keychain access" in the operating system with Mac OS X to open the following interface
Select the top keychain access, such as Operation
For example, the mailbox filled in is registered app ID mailbox, commonly used name casually write
Then select Save to disk
Click Continue pop up like interface, here is the storage location, default Click Storage directly to the desktop
Will generate a certificatesigningrequest.certsigningrequest this file is the public key
2. Submit the certificate public key file to the developer website
Open the Apple Developer site https://developer.apple.com Click Member Center link to switch to the Personal center page
2) Create a publishing certificate
the publishing certificate creation process is the same as the developer certificate mentioned above, the only difference is the choice of different options, the specific look
Develop certificates and publish certificates The basic process is this, see next