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

Ability to add all identifiers at once #92

Closed maximgeerinck closed 9 years ago

maximgeerinck commented 9 years ago

When you want to add a lot of GCM Identifiers (for example 100 000). You can't just use the addGCMIdentifier function since that would be too slow. Sometimes the validation on that function is not necessary.

richsage commented 9 years ago

Thanks! :-)