Don't use C2DM. Its deprecated. Use GCM (http://developer.android.com/guide/google/gcm/index.html) instead which is the production version of C2DM.
I believe it uses a PROJECT_ID instead of a whitelisted email address. On Thursday, August 16, 2012 6:48:33 AM UTC-7, Android Developer wrote: > > Hi, > > I have android application that is in play store. Application has C2DM > push notification feature and i used *[email protected] <javascript:>* as > a whitelisted email address. Now i need to change to > *[email protected]<javascript:> > *. If i change it to new one and push it to play store then what will be > the side effects? > > 1. If the enduser update the app does it switch to new whitelist email > address and notification will work as expected? > 2. If the user does not update then no notification to them. > 3. Is there any issues for changing one account to another? > > > > Thanks in advance > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

