richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

How to send multiple Messages / iOS #131

Open develth opened 8 years ago

develth commented 8 years ago

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!

TheFox commented 8 years ago

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