RMSPushNotificationsBundle icon indicating copy to clipboard operation
RMSPushNotificationsBundle copied to clipboard

How to send multiple Messages / iOS

Open develth opened this issue 8 years ago • 1 comments

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!

develth avatar Apr 21 '16 10:04 develth

I wonder for the same. It would be nice if I could add multiple Messages with addMessage() and then send them all at once.

TheFox avatar Jun 16 '16 15:06 TheFox