abandroid / gcm

Google Cloud Messaging
http://endroid.nl/
MIT License
47 stars 14 forks source link

Empty responses? #4

Closed mrzepinski closed 12 years ago

mrzepinski commented 12 years ago

I've tried to use your code to send push notifications, but I alwasy get null / empty response. Is any issue? I want to get Google JSON response about message status.

endroid commented 12 years ago

Are you using the getResponses() method? The send() method only returns a boolean indicating success or failure. If you get null responses using the getResponses() method, please provide a code sample so I can reproduce and solve the problem.