Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error : "Not Registered when sending push Notification #1405

Closed
3 tasks done
HemanParbhakar opened this issue Apr 7, 2016 · 1 comment
Closed
3 tasks done

Comments

@HemanParbhakar
Copy link

Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!

Environment Setup

Steps to reproduce

Logs/Trace

verbose: sending push to 2 installations
verb parse-server-push-adapter GCM sending to 2 devices
verb parse-server-push-adapter GCM GCM Response: {
verb parse-server-push-adapter GCM "multicast_id": 5857879351594494000,
verb parse-server-push-adapter GCM "success": 0,
verb parse-server-push-adapter GCM "failure": 2,
verb parse-server-push-adapter GCM "canonical_ids": 0,
verb parse-server-push-adapter GCM "results": [
verb parse-server-push-adapter GCM {
verb parse-server-push-adapter GCM "error": "MismatchSenderId"
verb parse-server-push-adapter GCM },
verb parse-server-push-adapter GCM {
verb parse-server-push-adapter GCM "error": "NotRegistered"
verb parse-server-push-adapter GCM }
verb parse-server-push-adapter GCM ]
verb parse-server-push-adapter GCM }
verbose: sent push! 0 success, 2 failures

@HemanParbhakar HemanParbhakar changed the title sending push to 3 devices but verbos show for only 2 getting error : "Not Registered when sending push Notification Apr 7, 2016
@flovilmart
Copy link
Contributor

This is a problem with your configuration, specific to google GCM push API, see stackoverflow for more informations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants