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

I am not receiving push notification on IOS device and getting below message Thu, 21 Oct 2021 09:20:25 +0200 ApnsPHP[27538]: INFO: Trying tls://gateway.push.apple.com:2195... Thu, 21 Oct 2021 09:20:25 +0200 ApnsPHP[27538]:...

While playing around with MDM service and ApnsPHP, I notice that mdmd daemon on the supervised device is not happy with empty "aps" property. BTW, the APNS documentation says that...

It isn't clear in the documentation for this library - is this library using the binary APNS protocol only, or does it also support the newer JSON method? The binary...

The samples are done according to the old Apple certificates. Is there a way to use the .p8 certificate file without the need to convert pem?

Apple offers a never expiring p8 file you can use for signing to send push notifications. Any chance this is in the works? I have a working shell script and...

I'm getting regular message send errors - roughly every 100 to 150 messages (roughly once per second) sent there appears to be a disconnection. Could this be due to an...

Hi, we are using PHPStan and we have lot of tests analysed by phpstan, with data providers, that looks like this: ```php yield [ [ 'a' => '1', 'b' =>...

Pushing to 16500 Devices takes over 2 minutes. Is it allways so slow or is it me?

``` yii\base\ErrorException: call_user_func_array() expects parameter 1 to be a valid callback, class 'ApnsPHP_Message' does not have a method 'sound' in /domain/vendor/bryglen/yii2-apns-gcm/Apns.php:204 ``` any idea why the above error is throwing?

From sample_push_many.php lines 45-47 a comment reads: ``` // To speed up the sending operations, use Zero as parameter but // some messages may be lost. ``` What is the...