“应用程序未通过协同设计验证”关于 Xcode 4.2 上的非通配符配置
在 Xcode 4.2 上,我可以验证使用通配符配置签名的二进制文件,但不能验证非通配符配置(用于推送通知)。
有人有同样的问题吗?
On Xcode 4.2, I could validate the binary signed with wildcard provisioning, but not the non-wildcard provisioning (for push notification).
Anyone has the same problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于推送通知,您必须有一个唯一的应用程序 ID(不带 *)。
只有具有特定捆绑包 ID 的应用程序 ID 才能与 APN 一起使用。您不能使用“通配符”应用程序 ID。
For push notifications, you have to have a unique app id (without *).
Only App IDs with a specific bundle ID can be used with the APNs. You cannot use a “wild-card” application ID.