C2DM folks.
I am facing a peculiar issue that I wanted some help with. It looks
like changing gmail/google accounts on my device somehow hampers C2DM
notifications reaching my device. My assumption is that there should
be one signed in google account on the phone - not necessarily the one
that the phone was registered with google originally.
Here're the steps I follow
1. On a device signup as
X...@gmail.com as the only signed up account.
2. App registers and sends back the device registration id.
3. Push a notification to the device,
4. Notification successfully reaches the device.
5. Now, from the browser, change the password of
X...@gmail.com
6. On the device,
X...@gmail.com reports authentication problems (as
expected).
7. Now, add a new gmail account on the device
Y...@gmail.com.
8.
Y...@gmail.com is the only active account on the device.
9. Push a notification to the device.
10. Although "send" request is successful, the notification never
reaches the device. (Even after waiting for a long time).
What can I do to get the notifications working again - does my app
have to re-register again ?
Any help appreciated.
Thanks
KS.