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

Push/Parse Android App Data Migration Issue #1408

Closed
fabuhelow opened this issue Apr 7, 2016 · 3 comments
Closed

Push/Parse Android App Data Migration Issue #1408

fabuhelow opened this issue Apr 7, 2016 · 3 comments

Comments

@fabuhelow
Copy link

Hi,

I have created a new parse-server and migrate push notification users data to my new server, i have tried to send new notification but the the notification does not receive.

Any help please, and in case the migration not working on android devices why i should do it?

Thanks,

@flovilmart
Copy link
Contributor

Start your server with VERBOSE=1, if running on heroku search for 'set environment variables heroku', on your local machine, that would be setting VERBOSE=1 <command to start>.

With verbose on, try to send a push again, and we'll get a better sense of what's going on

@fabuhelow
Copy link
Author

Thanks @flovilmart i have got the same error that i have mentioned before .. "MismatchSenderId"

results:
[ { error: 'MismatchSenderId' },
{ message_id: '0:1460030703713632%2fc90b0cf9fd7ecd' } ] }
verb parse-server-push-adapter GCM GCM Response: {
verb parse-server-push-adapter GCM "multicast_id": 4984017450201891000,
verb parse-server-push-adapter GCM "success": 0,
verb parse-server-push-adapter GCM "failure": 1,
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 }
verbose: sent push! 0 success, 1 failures

@flovilmart
Copy link
Contributor

this is an error from GCM: http://stackoverflow.com/questions/20641393/gcm-error-codes

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