我可以对开发和分发配置文件使用相同的 .pem 文件吗
在让我的应用程序监听推送通知时,我阅读了Apple给出的指南。明确提到Sandbox和Production的证书要分开创建。
我的问题是,生产证书也与“发行配置文件”一起使用吗?
如果是,那么这是否意味着即使我出于测试目的创建此配置文件,我也必须将我的生产证书与该配置文件一起附加?
先感谢您。
While making my application to be listened for Push Notification, I have read the guideline given by Apple. It is clearly mentioned that Certificate for Sandbox and Production should be separately created.
My question is, is that Production certificate goes with "Distribution Profile" also?
If yes, then does this means that even though I am creating this profile for testing purpose I have to attach my Production Certificate with that Profile?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
调试/开发人员 pem 必须与开发人员 mobileprovision 和 Apple 的沙箱 APNS URL 一起使用
分发 pem 可以与 Adhoc 和 App Store mobileprovision 以及 Apple 的生产 APNS URL 一起使用
不确定是否这回答了你的问题。如果您需要更多详细信息,请在您的问题中注明。
The debug/developer pem has to be used with a developer mobileprovision and Apple's sandbox APNS URL
The distribution pem can be used with an Adhoc and App Store mobileprovision and Apple's production APNS URL
Not sure if this answers your question. If you need any more details, please specify in your question.