how do I transfer my iPhone application to my real iPhone?
I am a reg开发者_开发技巧istered iOS developer. How do I get my iPhone application transferred to my personal iPhone?
For testing? Just select your device instead of the simulator.
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.
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
For ios7 and Xcode 5 and for testing it, follow the below steps:
- You need to request a certificate (if this is your first time)
Connect you iPhone to your Mac and then click on "Development in Xcode's Organizer window"
Sign in with the Apple ID associated with your iOS Developer Program membership and Xcode will automatically generate your certificates.
- in Xcode, Click on "Product" -->"Destination" --> you should see the name of your iPhone list there so click on it :)
- in Xcode ,Click "Product" --> "Build for Running" --> "Allow"
- in Xcode ,Click "Product --> "Run" --> "Allow"
source
After you login into iOS Dev Center, you will be able to reach the iOS Provisioning Portal.
There, you will have all procedures and step-by-step guides on how to create your development certificate, register your device, create a mobile provisioning, etc.
https://developer.apple.com/ios/manage/overview/index.action
精彩评论