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

gitignore rule for Netbeans metadata + GCM service #6

Closed mrzepinski closed 12 years ago

mrzepinski commented 12 years ago

I've added simple service for new Google Cloud Messaging for Android. Check this out and comment please.

travisbot commented 12 years ago

This pull request passes (merged e82c67dc into afb98ad3).

richsage commented 12 years ago

Hi - thanks for your PR :-) The service will need a bit of extra work to go with the code you've submitted - integration with the existing Symfony2 services already in the bundle, and perhaps some GCM-specific configuration?

mrzepinski commented 12 years ago

It's simple code to use, without any exceptions and configuration. We can work it out together.