Certificate
✢ Notes
- Developer account: needs to pay
- Create a Apple Developer ID.
- Pay for distribution & Publish.
- Personal: pay for 1 developer ID only.
- Organization: pay for 1+ developer IDs. Add the personal developer ID in organization and all developer ID in organization can use paid functions.
- Add Certificate Steps
- Develop Authority
- Create certificate private key on Mac.
- Created by KeyChain.
- Certificate private key is a file: *.certSigningRequest.
- Upload certificate private key to Apple developer web site and create certificate file on the web site.
- Have to login account which has paid.
- Apply certificates for Mac by uploading certificate private key.
- Every Mac has a certificate only. So if already apply before, just download.
- Apply certificates has to wait for approve.
- If the developer account is personal, it will be approved immediately.
- If the developer account is a group, like company, it has to wait for manager to approve.
- Download 2 certificate files:
- ios_development.cer
- AppleWWDRCA.cer
- Add certificate file into Mac keychain.
- Click certificate files to install.
- Check the certificate files are in KeyChain.
- iOS Device Authority
- Apply a certificate file for iOS device.
- Get the identifier ID of iOS Device and add in Apple Developer web site.
- Apply for adding identifier ID of iOS Device.
- Add certificate file in Xcode.
✢ References