使用PHP连接到APNS

时间:2015-06-16 10:00:57

标签: php apple-push-notifications apns-php

我在使用PHP连接到APNS时遇到问题。根据我到目前为止的学习: -

  1. 证书,私钥和密码是正确的,因为我已经使用第三方通知提供商对其进行了测试,它也可以在我的服务器上运行一段时间然后停止工作。
  2. 它在应用中配置正确,因为我有时会收到通知。
  3. 简而言之,它可以正常工作2-3次,然后它会停止使用以下错误:

        Warning:  stream_socket_client() [function.stream-socket-client]: SSL: Connection reset by peer in /home/sites/mydomain.com/public_html/saloon-app/webservices/test.php on line 52
    
    
    
        Warning:  stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in /home/sites/mydomain.com/public_html/saloon-app/webservices/test.php on line 52
    
    
    
        Warning:  stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.push.apple.com:2195 (Unknown error) in /home/sites/mydomain.com/public_html/saloon-app/webservices/test.php on line 52
    
        ERROR:: CODE(0):: bool(false)
    

0 个答案:

没有答案