推送通知在 iOS 5.0.1 上不起作用
推送通知在 iOS 5.0.1 上不起作用。我的服务器上有一个用于推送通知的开发 SSL 证书。我是否需要分发证书来推送通知才能在使用分发临时配置文件签名的构建上工作?当我在具有开发配置文件的 iPod 上测试应用程序时,它们工作正常。我希望我能够解释我的问题:(
Push notifications doesn't work on iOS 5.0.1. I have a development SSL certificate for the push notifications on my server. Do i need a distribution certificate for push notification to work on the builds signed with an distribution adhoc provisioning profile? They work fine when i test the app on my iPod which has the development provisioning profile. I hope i am able to explain my problem :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您需要使用分发证书进行临时构建和应用程序商店构建。分发证书必须与正确应用程序 ID 的生产推送证书相关联。
我发现本指南对于入门有很大帮助 http://code.google .com/p/apns-php/wiki/CertificateCreation
Yes, you need to use a distribution certificate for ad-hoc builds and appstore builds. The distribution certificate has to be associated with the production push certificate for the right app id.
I found that this guide was a huge help in getting started http://code.google.com/p/apns-php/wiki/CertificateCreation