Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I transfer my iPhone application to my real iPhone?

I am a registered iOS developer. How do I get my iPhone application transferred to my personal iPhone?

like image 962
DeShawn Terrell Avatar asked Feb 06 '11 20:02

DeShawn Terrell


3 Answers

For testing? Just select your device instead of the simulator.

like image 151
Wolfador Avatar answered Oct 21 '22 16:10

Wolfador


You use Build and Archive in Xcode to create an ipa file that you can drag into iTunes. The chosen answer to this question explains it with a screenshot.

like image 4
Banjer Avatar answered Oct 21 '22 16:10

Banjer


Follow Apple's guide here:

http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iphone_development/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html

like image 1
Dave Avatar answered Oct 21 '22 18:10

Dave