You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
I had been looking to experiment with App Engine for GCM for a long time, and I'm glad I finally got to it. As easy as it looks, I unfortunately fail to register a token from a real device at any point. Specifically, the regService.register(registrationID) code runs without exception, but the tokens aren't visible in the API Explorer (and pushes are not working).
The same tokens, if pushed from the API explorer itself, work perfectly. Is there any way to get the response code of the Register.register() method?
I had been looking to experiment with App Engine for GCM for a long time, and I'm glad I finally got to it. As easy as it looks, I unfortunately fail to register a token from a real device at any point. Specifically, the regService.register(registrationID) code runs without exception, but the tokens aren't visible in the API Explorer (and pushes are not working).
The same tokens, if pushed from the API explorer itself, work perfectly. Is there any way to get the response code of the Register.register() method?
My code is visible on the following link.
https://github.com/raveeshbhalla/Hermes/tree/gcm-endpoint-experimentation
Specifically, you want to be looking at this BroadcastReceiver that is fired whenever a registration occurs.
https://github.com/raveeshbhalla/Hermes/blob/gcm-endpoint-experimentation/hermesexample/src/main/java/in/raveesh/hermesexample/GcmBroadcastReceiver.java
The text was updated successfully, but these errors were encountered: