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

Feature/bulk sending #44

Open rjmunro opened 11 years ago

rjmunro commented 11 years ago

Begin work on bulk sending of push messages. Not ready for merging yet, just posting for comment purposes.

Depends on: https://github.com/richsage/RMSPushNotificationsBundle/pull/36 being merged first.

ghost commented 10 years ago

I think this is a quite important feature actually. How can we accelerate the work on this?

richsage commented 10 years ago

@rjmunro are you able to look at this again?

abbood commented 10 years ago

can't this just be done by combining this library with a delayed job kinda library like BCCResqueBundle?

rjmunro commented 10 years ago

@abbood The push message providers offer nice bulk sending capabilities, but we are not using them. Adding a queue library would not help with this.

guidolodetti commented 10 years ago

Does this bundle work with multiple messages? I'm viewing the source code but really, I can't understand!

muffe commented 9 years ago

@rjmunro Whats the status of this?

ruscon commented 9 years ago

ping ?

romeugodoi commented 6 years ago

@rjmunro How is this issue? tks.

rjmunro commented 6 years ago

I'm not able to do any more work on this. If someone wants to take it over, please do.