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?
source
share