我可以对开发和分发配置文件使用相同的 .pem 文件吗

发布于 2024-12-03 11:41:05 字数 204 浏览 0 评论 0原文

在让我的应用程序监听推送通知时,我阅读了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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长途伴 2024-12-10 11:41:05
  1. 调试/开发人员 pem 必须与开发人员 mobileprovision 和 Apple 的沙箱 APNS URL 一起使用

  2. 分发 pem 可以与 Adhoc 和 App Store mobileprovision 以及 Apple 的生产 APNS URL 一起使用

不确定是否这回答了你的问题。如果您需要更多详细信息,请在您的问题中注明。

  1. The debug/developer pem has to be used with a developer mobileprovision and Apple's sandbox APNS URL

  2. 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文