ApnsPHP
ApnsPHP copied to clipboard
No errors are returned, but the devices do not receive notifications.
The logs from Apns_PHP echo "STATUS: Sending message" once per notification, they never fail, and then it echoes "Disconnected". No errors are reported, but the devices never receive the notifications (trying with 3 different devices, all have their notifications enabled for the app)
Attempting to open a socket and sending a binary notification with a simple example using the same certificate file and tokens works.
Same Issue for me!
@xabaras check out #86 for a temporary fix, and the ultimate fix/reason
I have the same issue. I use PHP 5.5.9, PHP 5.5.12, PHP 5.6.7