You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
I have a problem, when I curl a push notification, it's working but when I try with the bundle, it fails because the message response is equals to NULL.
I'm testing with postman and Post request.
Someone have an idea please?
$androidMessage = new AndroidMessage();
$androidMessage->setMessage($message);
$androidMessage->setDeviceIdentifier($device->getUuid());
$androidMessage->setFCM(true);
$this->notification->send($androidMessage);
I have a problem, when I curl a push notification, it's working but when I try with the bundle, it fails because the message response is equals to NULL.
I'm testing with postman and Post request.
Someone have an idea please?
This is the response :
The text was updated successfully, but these errors were encountered: