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

GCM support #9

Closed richsage closed 12 years ago

richsage commented 12 years ago

Thanks to @mrzepinski for his submission which was used as the basis for this addition :-)

Adds GCM support but keeps BC with C2DM.

NB. This also includes an adjustment to the configuration format for Android. The old configuration will still work for the time being, but if you are using C2DM, please move to the new format:

android:
    c2dm:
        username: foo@example.com
        password: bar
        source: 123
    gcm:
        api_key: ABC123