RMSPushNotificationsBundle
RMSPushNotificationsBundle copied to clipboard
How to send multiple Messages / iOS
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!
I wonder for the same. It would be nice if I could add multiple Messages with addMessage()
and then send them all at once.