Push notification in PHP
问题 I get this error after trying to execute my php script to send a push notifcation to my iphone. I have tried everything and nothing works. I believe that this means my ck.pem is wrong but im not sure if its the key.pem or the cert.pem that is wrong. Please help Script // This this a fake device id: $deviceToken = '9870h8v088bj29u080af894jj67klfgcv9mmm79k8e4l23456h908743n093e359'; // fake password: $passphrase = '123456'; // Put your alert message here: $message = 'New Message'; //////////////