I'm struggling with GCM these days. I've already:
- Created the Google apis project for the game, and obtained the project ID.
- Configured the Notification Provider in YGN panel with the server key obtained in the API Access section.
- Used this ANE to call GoogleCloudMessaging.register like the docs state.
- Registered the device with the registration ID returned, by calling Notifications.registerEndpoints
But my device doesn't receive any notifications, even though the endpoints seem to be successfully registered in the YGN panel:
It even prompts "successful" when I send a Test Notification:
Does anyone know what can be wrong here?