One of the hardest parts in developing for iOS is the total mess they made with their overly complex certificate/provisioning process. Relatively for the complexity the guys at Apple did a great job of hiding allot of the crude details but its still difficult to figure out where to start.
Start by logging in to the iOS provisioning portal
In the certificates section you can download your development and distribution certificates.
In the devices section add device id's for the development devices you want to support. Notice no more than 100 devices are supported!

Create an application id, it should match the package identifier of your application perfectly!
Create a provisioning profile for development, make sure to select the right app and make sure to add the devices you want to use during debug.
Download the distribution provisioning profile.
In the IDE we enter the project settings, configure our provisioning profile, the password we typed when exporting and the p12 certificates. It is now possible to send the build to the server.

0 comments:
Post a Comment