Page 1 of 3

MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 12:20 pm
by zimennik

Hello again.
I'm try to send push notification follow this guide (http://devcenter.appery.io/tutorials/...), and got error "MismatchSenderId". What could be wrong?

p.s. without any filters


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 12:49 pm
by Evgene Karachevtsev

Hello Zimennik,

Could you please check that Sender ID and API Key are correct? Could you please regenerate them just in case?


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 12:57 pm
by zimennik

it seems to be right. I regenerate my API Key and now have this error: "Request to GCM was not successful: HTTP Status Code: 401(Unauthorized error, please check your android api key)"


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 2:09 pm
by zimennik

"MismatchSenderId" again


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 2:29 pm
by M&M

Not sure of the below piece of advice can help

In the Google API Console, look at the URL of your project:

https://code.google.com/apis/console/...
The xxxxxxxxx is the project ID, which is the sender ID.

And make sure the API Key belongs to 'Key for server apps (with IP locking)'

*you must use the numeric ID from the url, and also double check your registration id


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 2:35 pm
by zimennik
  1. Copy the Project Number to Sender ID in the push notifications Settings tab of your app

    Project ID is not sender ID.


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 2:39 pm
by M&M

I don't see much of a logical difference though...especially when it says
"The xxxxxxxxx is the project ID, which is the sender ID." .... no harm in giving it a try I guess


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 2:52 pm
by zimennik

ok, i'll try


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 2:59 pm
by zimennik

It actually now work without any errors (I don't change anything). But push notification is not delivering (but there is "1" in "delivered" status)


MismatchSenderId error on sending push notification

Posted: Tue Jan 27, 2015 3:06 pm
by M&M

I am not that experienced with the push thingy...but then you'd have to select / choose the device(s) that the msg would be delivered to, rite