从 App Store 下载后,推送通知停止工作

发布于 2024-11-18 11:19:38 字数 228 浏览 2 评论 0原文

当我使用 apn_development_cer 测试推送通知时,它可以与 iPhone 设备上从 Xcode 加载的应用程序一起使用。

但是,当我从 App Store 下载相同的应用程序或从 Xcode 在同一 iPhone 设备上使用 Ad Hoc Distribution 下载相同的应用程序时,它只是停止使用 apn_product_cer 发送推送通知。

提前致谢!

维韦克·丹达奇

When i test Push Notification with apn_development_cer, it works with the loaded app on the iPhone device from Xcode.

But, when i am downloading the same application from App Store or with the Ad Hoc Distribution on the same iPhone device from Xcode, it just stops sending Push Notification with apn_production_cer.

Thanks in advance!

Vivek Dandage

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

℉絮湮 2024-11-25 11:19:38

您是否使用通过 gateway.sandbox.push.apple.com、端口 2195 提供的沙箱(开发)环境?对于应用商店构建,您需要生产环境,可通过 gateway.push.apple.com、端口 2195 获取;

Are you using sandbox (development) environment which is available through gateway.sandbox.push.apple.com, port 2195 ? For app store build, you will need production environment which is available through gateway.push.apple.com, port 2195;

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