We have a strange issue: We use PushSharp to send out notifications to Android devices, and the logs say Notification sent
, but none are received on the device. If I change the Registration ID (replacing a character with something else), I do get "Invalid token" error, so I believe my requests make it to the server.
I'm wondering if there is a way to see a log of all sent (and/or queued) notifications somewhere on Google server, or if it's possible to enable such logging.
Basically - How can I troubleshoot notification delivery?