2011/12/13

iPhone Device Setup for Develop



http://boga.wordpress.com/2008/07/16/debugging-ipod-provision-profilescertificates/

If you’re in the iPhone Developer Program, you’ll be able to run you code in a phisical device, with the following process:
- Create a Certificate Signing Request (CSR) and submit to the developer portal
- Download and install the code singing certificate (Development/Distribution certificate) to your Keychain
- Download and install the WWDR certificate
- Create/Download a Provisioning profile listing the devices you intend to run the program on
- Install the provisioning profile to your development machine by dropping it into iTunes
- Set the Certificate/Provision profile in your XCode project

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...