[android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-10-02 Thread NickL
While true that the App responds to notifications from C2DM (Google), what is to keep the app from sending an http post message back to Google's C2DM server with a registration ID intended for the server- based app (along with a returned payload of data/message)? On Sep 22, 12:59 am, Sourav

Re: [android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-22 Thread kdı gjofd
can you give us example project ?? PLEASE 2011/9/22, Streets Of Boston flyingdutc...@gmail.com: Nope. The phone gets notified from C2DM if something happens.That's it. Then it's the task of your app to communicate (two-way if necessary) with your app's server. -- You received this message

[android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-21 Thread Streets Of Boston
Nope. The phone gets notified from C2DM if something happens.That's it. Then it's the task of your app to communicate (two-way if necessary) with your app's server. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-21 Thread Sourav Howlader
Hi NickL, What Streets said is correct. Check this C2DM documentation http://code.google.com/android/c2dm/ Regards, Sourav -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to