ApnsPHP icon indicating copy to clipboard operation
ApnsPHP copied to clipboard

No errors are returned, but the devices do not receive notifications.

Open JohnyDays opened this issue 9 years ago • 3 comments

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.

JohnyDays avatar Apr 29 '15 16:04 JohnyDays

Same Issue for me!

xabaras avatar Oct 02 '15 15:10 xabaras

@xabaras check out #86 for a temporary fix, and the ultimate fix/reason

JohnyDays avatar Oct 02 '15 15:10 JohnyDays

I have the same issue. I use PHP 5.5.9, PHP 5.5.12, PHP 5.6.7

OlexandrPopov avatar Nov 05 '15 17:11 OlexandrPopov