I have an application that I developped using the iPhone/iPad simulator.
I am now at the point I want to test it on a real device.
I just got a license from apple.
Where should I go on the net to find out the information on how to transfer my application to a real device ?
Thanks.
You can follow any one of these links :-
1) http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iphone_development/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html
2) http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices
EDIT : If you’ve got the license , go to your Apple ID -> Provisioning Portal -> Certificates -> Download the Certificate.
Save it to the Disk.
Double Click on it to install.
Open your XCode.
Change the Build from Simulator to Device (Make Sure your device is connected.)
Just Build and Run.
Hope this can help you 🙂