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.
The send function in AppleNotification adds an messageId to the messages array. After that there is the $this->sendMessages($messageId, $apnURL); called with the firstMessageId to send.
But it looks like that currently it isn´t possible to add multiple messages to the message array?
IMHO there should be another send function where we could set a message array as parameter?
Thanks!
The text was updated successfully, but these errors were encountered:
The send function in AppleNotification adds an messageId to the messages array. After that there is the $this->sendMessages($messageId, $apnURL); called with the firstMessageId to send.
But it looks like that currently it isn´t possible to add multiple messages to the message array?
IMHO there should be another send function where we could set a message array as parameter?
Thanks!
The text was updated successfully, but these errors were encountered: