iPhone 和应用程序证书以及 APPID
所以我在这里有几个问题。
我不久前开始做应用程序开发,并开始提交应用程序。我的问题网站主要围绕 APPId。我问的原因是因为我收到签名错误,我认为这就是原因。
com.Company1.App1
com.Company2.App2
或者
com.MyCompany.App1
com.MyCompany.App2
我使用 com.MyCompany.App1
和 com.MyCompany.App2
的格式,并且我最近创建了 APP ID 和配置配置文件,安装了它们,它们在“分发的构建设置”中选择。我已经重新启动 XCode,在构建应用程序之前对应用程序进行了清理。但它一直给我错误,因此我无法上传到应用商店。
另外,我假设您只是使用您在线应用程序开发人员资料中的公司名称为所有应用程序创建一个证书...正确吗?
更新:这是具体的错误消息。而且它是 XCode 4,当我转到“项目”->“应用程序名称”->“构建设置”时,会在“分发”下选择正确的分发配置文件。
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
So I have a few questions here.
I started doing App development a while ago and am starting to submit Applications. And my question site mostly around the APPId's. Reason I am asking is because I am getting signing error's, and I think this is why.
com.Company1.App1
com.Company2.App2
or
com.MyCompany.App1
com.MyCompany.App2
I am using the format of com.MyCompany.App1
and com.MyCompany.App2
, and I have recently created the APP ID's and provisioning profiles, have them installed, have them selected in Build Settings for Distribution. I have restarted XCode done a Clean on the Apps before Building them. But it keeps giving me the error and therefore I can't upload to the App Store.
Also, I assume you just create one Certificate for all your apps, using the Company Name you have in your App Developer Profile online...correct?
UPDATE: Here is the specific error message. Also it's XCode 4 and when I goto Project->AppName->Build Settings, the correct Distribution profile is selected under Distribution.
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到 Target->yourapp->Get Info->Build in xcode 并在代码签名身份中选择适当的配置文件。
如果您有任何疑问,请告诉我。
Go to Target->yourapp->Get Info->Build in xcode and selected appropriate profile in code signing identity.
Let me know if you have any question.