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
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!
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: