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

Allowing injecting a client to AndroidGCMNotification #29

Closed davedevelopment closed 11 years ago

davedevelopment commented 11 years ago

I've been having problems with GCM timeouts, this allows me to configure a client with a reasonable timeout and inject it

Haehnchen commented 11 years ago

pls merge. i had to disable the ssl cert check in the client. there to no way to get the client object or reconfigure it.

richsage commented 11 years ago

Thanks :-) I've merged this for now, but I think it might be prudent to make this more configurable at a later stage - via a config file or similar.

davedevelopment commented 11 years ago

@richsage yeah sorry I didn't go all the way with that, but I'm not using this with symfony and there doesn't seem to be a simple way to update configuration and test without doing so as part of a symfony app, so I just did what I needed