ApnsPHP
ApnsPHP copied to clipboard
ApnsPHP: Apple Push Notification & Feedback Provider
Just upgraded to PHP 5.5.24, and ApnsPHP stops working. It now sends the notification, but hangs in the send function consuming all server resources on the thread. No errors (apart...
Hi, I'm in trouble with **push to many** and I'm probably doing something wrong. My main question is : Is it a good idea to use it to send more...
The function strlen behaves differently when mbstring.func_overload is enabled for the strlen function. This was causing the message sending to fail I've updated the code based on the comment from...
In attempting to use this for a Passbook update, I am getting an "invalid device token" error. Fatal error: Uncaught exception 'ApnsPHP_Message_Exception' with message 'Invalid device token '9275172de8d10xxx5d4d9d4afdf5eff0'' in /home/xxx/apns/ApnsPHP/Message.php:77...
This patch allows you to customize the verbosity of the built in logger. The log levels are derived from existing usage.
In laravel I have often run in to issues where this autoloader doesn't fully autoload things correctly. For instance this strange error: `PHP Fatal error: Uncaught exception 'BadMethodCallException' with message...
``` Fri, 28 Dec 2012 12:04:42 +0600 ApnsPHP[10318]: INFO: Trying ssl://gateway.push.apple.com:2195... Fri, 28 Dec 2012 12:04:42 +0600 ApnsPHP[10318]: ERROR: Unable to connect to 'ssl://gateway.push.apple.com:2195': (0) Fri, 28 Dec 2012 12:04:42...