How to test GCM notifications without an app?

I am currently implementing a push function using Amazon SNSin my backend. Now I would like to write tests for the backend and have the published notifications delivered to the endpoint (GCM mobile device).

Is there a way to get the layout registrationIDfrom the Google dev console and check the mailbox if any notifications really appeared? All without creating an application?

+4
source share
1 answer

GCM also works with Chrome.

Chrome: https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/gcm-notifications - Chrome registration_id sender_id, Chrome. , .

+5

Source: https://habr.com/ru/post/1613324/


All Articles