Dear all,
>From "http://code.google.com/android/c2dm/"; there show below statement
saying the Registration ID for the device will refresh by C2DM server:

"If the registration is successful, the C2DM server broadcasts a
REGISTRATION Intent which gives the application a registration ID.

The application should store this ID for later use. Note that Google
may periodically refresh the registration ID, so you should design
your application with the understanding that the REGISTRATION Intent
may be called multiple times. Your application needs to be able to
respond accordingly."

I wish to know why the Registration ID will refresh by C2DM server? If
the reg ID refreshed, existing reg ID stored at third party server
will be useful and terminate future message push.

If really the reg ID refresh, how to relate the NEW reg ID to the OLD
red ID so that my app can replace the OLD reg ID with NEW reg ID into
storage for future use?

Thank you,


-- 
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