iPhone CodeSign failed

后端 未结 3 1256
一生所求
一生所求 2020-12-12 06:36

So - I am a registered iPhone developer (Having paid my $99/year). I have followed all the steps provided by Apple to get the provisioning and code-signing files. However, w

3条回答
  •  温柔的废话
    2020-12-12 07:04

    Since you are able to run the .app on your device, your problem might be that you have buildt it with your developer provision profile. That won't work. You need to build it with a distribution provisioning profile for App store.

    Apple provides good information of how to do this, but I think the info is kind of hidden in all this itunesconnect/provisioning portal stuff... Check this link: http://developer.apple.com/iphone/manage/distribution/index.action . There you sould see two important points: "Create and download your iPhone Distribution Provisioning Profile for App Store Distribution" "Building your Application with Xcode for Distribution"

    Good luck :-)

提交回复
热议问题