mac-cain13 / notificato

Takes care of Apple push notifications (APNS) in your PHP projects.
MIT License
224 stars 44 forks source link

Send a message to multiple devices at once #1

Closed mac-cain13 closed 11 years ago

mac-cain13 commented 11 years ago

To support this we would need an MessageBuilder, you configure the message with the builder give it all the devices that should receive the message and then call getMessages() to get an array of Messages to queue on the sender/gateway.

mac-cain13 commented 11 years ago

With the new MessageBuilder you can compose your message and then in a loop just update the receiver, I think that would do for now.