ApnsPHP icon indicating copy to clipboard operation
ApnsPHP copied to clipboard

ApnsPHP: Apple Push Notification & Feedback Provider

Results 75 ApnsPHP issues
Sort by recently updated
recently updated
newest added

We wanted to update our PushNotifications service by sending with Http/2, but it takes way too long compared to the normal (binary) method. For about 15000 devices, binary method takes...

Hi, I've changed some PHP keywords to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!

I can't send message on russian lang. servers params default_charset utf8 mbstring.internal_encoding utf-8 mbstring.func_overload 2 no errors, just not recive Thu, 14 Apr 2016 16:31:41 +0200 ApnsPHP[4956]: INFO: Trying ssl://gateway.push.apple.com:2195......

Hello after the translation of website to utf-8, push no longer sent Writes: Internal error (127 by written in instead of 105 bytes) If I try to send in Latin,...

Push notifications could not be sent from server, "Unable to connect to 'tls://gateway.sandbox.push.apple.com:2195":(0)

Fixes #59, as well as an issue I ran into where code was attempting to load PHPUnit classes using the ApnsPHP autoloader.

See this previous [Pull Request](https://github.com/immobiliare/ApnsPHP/pull/130) comments This is the rebase on the http2 branch. I can't test this version since I don't have HTTP2 myself. But the previous version on...

I would propose that the classes are structured under a namespace. Like Immobiliare\ApnsPHP

is it possible to send push with image? Using this library? As i read it should be possible from ios 10+ https://www.appboy.com/blog/ios-10-rich-notifications/ > iOS 10 brings support for rich content...

While using userNotificationCenter didReceive to get clicks on a notification, I can't seem to get these custom properties anywhere? Is this not what these properties are for? I'm trying to...