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

AndroidGCMNotification returns an Array of responses when sending Message #68

Closed ihenchi closed 10 years ago

ihenchi commented 10 years ago

In order to process the responses from GCM servers, we need to access the content of the HTTP responses and not just have a boolean to determine success.

CoreFloDev commented 10 years ago

I don't understand why you want to do that. The next method is getResponses() with give you access to $this->responses.

richsage commented 10 years ago

@CoreFloDev is correct - that's the reason for having the getResponses() method. But thanks for the suggestion :-)