I am currently implementing a push function using Amazon SNS
in 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 registrationID
from the Google dev console and check the mailbox if any notifications really appeared? All without creating an application?
source
share