Apple 推送通知服务出现问题

发布于 2024-12-06 06:38:24 字数 427 浏览 0 评论 0 原文

我尝试在我的 iPhone 应用程序上设置推送通知。 我创建了证书,然后使用 Web 服务器上的 apns php 库来创建通知,但这是错误:

Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error messages: error:14094414:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate revoked

enter图像描述在这里>
<img src=

I tried to set the push notification on my app iPhone.
I created the certificate and then I used the apns php library on my web server to create the notify, but this is the error:

Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error messages: error:14094414:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate revoked

enter image description here
enter image description here

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

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

发布评论

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

评论(1

吃素的狼 2024-12-13 06:38:24

这意味着您的 apns 证书已被吊销。您可以重新生成新证书,然后重试。

It means that your apns certificate has been revoked. You can regenerate a new certificate and then try again.

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