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

I have a "OS type rms_push_notifications.os.android.gcm not supported " error #35

Closed redamimouni closed 11 years ago

redamimouni commented 11 years ago

Hello everybody,

I'm just beginning using RMSPushNotificationBundle and that's what i did:

I have a problem sending AndroidMessage with GCM enabled, it said: "OS type rms_push_notifications.os.android.gcm not supported" Do i need to configure something else ?

richsage commented 11 years ago

Did you enable the bundle in your kernel? Also, your API key should be set in your Symfony2 application configuration file, not in the bundle itself.

redamimouni commented 11 years ago

My bundle was enabled in the kernet. I make a mistake when I set my API key in the bundle itself, now I configured it in my application and it works :). Thanks a lot.

richsage commented 11 years ago

Great! :-)