exponent-server-sdk-php
exponent-server-sdk-php copied to clipboard
Server-side library for working with Expo push notifications using PHP
Is there a way to include image in the notification?
Hello. We are using this repo in our project. There is no problem in local tests, but when we perform it on the server, we get a 500 error. Our...
I was trying to use only the token to send multiple notifications, first sending the token on the server and the server is responsible for subscribing to the token in...
Error occurs whenever notification is being sent to over 100 recipients. Unexpected response was received from Expo API. `(ExponentPhpSDK\\Exceptions\\UnexpectedResponseException(code: 500):` Unexpected response was received from Expo API. at` .../vendor/alymosul/exponent-server-sdk-php/lib/Expo.php:221)` **Exploring...
Getting this error in production [2021-06-11 04:46:41] staging.ERROR: Creating default object from empty value {"userId":1,"exception":"[object] (ErrorException(code: 0): Creating default object from empty value at /var/app/current/vendor/alymosul/exponent-server-sdk-php/lib/Repositories/ExpoFileDriver.php:49) [stacktrace] #0 /var/app/current/vendor/alymosul/exponent-server-sdk-php/lib/Repositories/ExpoFileDriver.php(49): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Creating...
Please I need help in sending push notifications to anybody that installs my app on their android phone to get a push notification each time I create a post using...
Our error log showed this: > Attempt to assign property "newmessage6089" on null I'm pretty sure that the error comes from these lines: https://github.com/Alymosul/exponent-server-sdk-php/blob/615f04f4777b27900fe646e0f11058513a4bd26a/lib/Repositories/ExpoFileDriver.php#L48-L49 And https://github.com/Alymosul/exponent-server-sdk-php/blob/615f04f4777b27900fe646e0f11058513a4bd26a/lib/Repositories/ExpoFileDriver.php#L140-L141 It looks like `json_decode`...
I have this issue in production where Android users specifically are not receiving notifications properly. iOS on the other hand receives notifications each time they are pushed. I have them...
An notify exception occurs on certain tokens. Error message is "\\Exceptions\\UnexpectedResponseException(code: 500): Unexpected response was received from Expo API". The causative token ends in "_lD]". If you register multiple tokens...