Monday, April 30, 2012

[android-developers] android C2DM send MismatchSenderId

Hello

I am running into an issue related to c2dm messaging, I just arrived in a company. They got an application registered with the personnal email address of a developper who left the company. 
The devices registration_id are saved into a database, relative to the application. The call to the registration intent to get the registration_id must have been made using this old email address.

I created another address and when I call https://www.google.com/accounts/ClientLogin service ac2dm with the new address I get a fresh new token.
But when I try sending a push message to a device using the new auth token and the database's registration id, of course I get a MismatchSenderId error. Are all the registered tokens become invalid now? How can I do to get my new auth token working?
Cheers, Nicolas.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment