> when i use apns-php,there is a error:Unable to read certificate file
> 'server_cerificates_bundle_sandbox.pem'
Hi, there is a typo in source code in the sample files - not library (sorry, I will fix it asap).
server_cerificates_bundle_sandbox.pem
^
please change it to
server_certificates_bundle_sandbox.pem
(add a "t").
Thanks,
Aldo
> thanks,but i don't think that's the key of the problem,the pem file is
> named 'server_cerificates_bundle_sandbox.pem' too,which is same like
> in php functions.
>
Ok, so you should verify the path.
Aldo
> i just put the pem file in the same folder of the push php file
>
Try to use the full path (eg. /home/xxx/test/xxx)
A.