Hi all

I am currently working on implementing C2DM stuff and have got this
far.

1. Register the device and get back a device registration ID
2. The server gets a Client Authorization Token for "ac2dm" service
3. The server then sends a message to the device via C2DM using the
registration id and the client authorization code and gets the
following "NotRegistered" message back.

Meaning:
NotRegistered — The registration_id is no longer valid, for example
user has uninstalled the application or turned off notifications.
Sender should stop sending messages to this device.

The thing is as soon as i get the registration id i am sending it to
my server which is then sending a message via C2DM all within the
space of 1 minute. so how can it not be valid?

I have registered for use the C2DM service and i would expect that if
i was not registered with Google then i would not get a registration
device id right? Although i don't remember getting an email from
google saying i was registered apart from that when i registered to be
white listed it did say something about being added to a list.

Anyway your views and opinions are welcome.

thanks!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to