在我们的应用程序中使用PHP 5.6版本。在此版本中未启用HTTP2协议。因此,我们无法将推送通知发送到APNS。突然我们无法升级PHP版本。
如何启用HTTP2协议并向APNS发送通知。
我们尝试了很多事情。
阅读此内容可能有帮助(将参数param:protocol_version设置为1.1):
https://www.php.net/manual/en/function.stream-context-create.php
https://www.php.net/manual/en/context.http.php
https://www.php.net/manual/en/function.stream-socket-client.php