confusion with c2dm messaging in android
问题 i have implemented a small demo that uses this c2dm code http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html .it works.i am getting push notifications from server but the problem is whenever i send notification from server it sends old notification.It only sends current new notification whenever i register my android device and send registration id to server.Please suggest me what should be the issue.Thanks in advance.. 回答1: As far as I remember from when I followed