How can I deploy an iPhone application from Xcode to a real iPhone device?

前端 未结 12 1407
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 12:31

How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?

相关标签:
12条回答
  • 2020-11-22 13:02

    Solution posted by Cawas works perfectly with XCode4, too. However, there are some changes to IDE's UI, so you need to make some research to find Run Script :)

    In the Project Navigator view click the root item of the project, then in the middle window select Target, then click Build Phases tab and at the bottom you'll see Add Build Phase button, click and select Add Run Script, then paste "codesign" script posted by Cawas.

    0 讨论(0)
  • 2020-11-22 13:04

    You'll have to jailbreak your device.

    0 讨论(0)
  • 2020-11-22 13:05

    I was going through the Apple Developer last night and there in the Provisioning Certificate I found something like - "Signing Team Members". I think there is a way to add team members to the paid profile. You can just ask to the App Id Owner(paid one) to add you as a team member. I am not sure. Still searching on that.

    0 讨论(0)
  • 2020-11-22 13:15

    Nothing I've seen anywhere indicates you can ad-hoc deploy to a real iPhone without a (paid for) certificate.

    0 讨论(0)
  • 2020-11-22 13:16

    You can't, not if you are talking about applications built with the official SDK and deploying straight from xcode.

    0 讨论(0)
  • 2020-11-22 13:22

    There is no workaround. You can only ad hoc deploy apps if they are registered with your device. This prevents you from building your own app store..

    0 讨论(0)
提交回复
热议问题