简体   繁体   中英

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?

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.

For ios7 and Xcode 5 and for testing it, follow the below steps:

  1. You need to request a certificate (if this is your first time)
  2. Connect you iPhone to your Mac and then click on "Development in Xcode's Organizer window" 在此处输入图片说明

  3. Sign in with the Apple ID associated with your iOS Developer Program membership and Xcode will automatically generate your certificates.

  4. in Xcode, Click on "Product" -->"Destination" --> you should see the name of your iPhone list there so click on it :)
  5. in Xcode ,Click "Product" --> "Build for Running" --> "Allow"
  6. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM