tags:

views:

44

answers:

2

I'm trying to get just ONE copy of my application on my real iPhone to test it. How can I do this without going through the appstore?

A: 

Assuming you have all your certs in order all you have to do is add the said phone to your list of development iPhones on the developer portal. Once you do that you will need to generate the provision file and assign it to the iPhone in the xcode organizer. For more information just reference the iPhone development documentation Apple provides on deploying your games onto development iPhones.

resolveaswontfix
+1  A: 

First, go to the program portal. From here, you should read through the program portal user guide and you can also launch the assistant to help you through the steps of configuring your project and workstation.

slf