Friday, February 10, 2012

Installing an iOS Development Certificate in your program

Once a certificate has been requested and approved it must be installed on the development system so that Xcode can access it and use it to sign any applications you develop. The first step in this process is to download the certificate from the iOS Provisioning Portal by clicking on the Download button located on the certificates page outlined in the previous section. Once the file has downloaded, double click on it to load it into the Keychain Access tool. The certificate will then be listed together with a status (hopefully one that reads This certificate is valid).
Your certificate is now installed into your Keychain and you are ready to move on to the next step. 

No comments:

Post a Comment