Hi all !
I have made an app using remote notifications, i've used the Apns certificate and his private key to create my cert-production.pem removing the passphrase.
An another guy of my team works on php side. We have managed to use it during developpement, get the token and send a push using a payload.
But after submission t the app store he gets : Warning: stream_socket_client() funtion.stream-socket-client http://mysite/iphone/function.stream-socket-client : unable to connect to ssl://gateway.push.apple.com:2195(connection timed out) in /home/push.php on line 23
How can i know if it is the cert.pem which is no good or an error in his php code ? ? thanks to all