I have a use case where I need to send some information from my webservice to an Android App. I just got to know about C2DM which is used for such use cases (correct me if I am wrong).
Does someone know how much latency one can expect while using this service? In my use case, I want the message to be sent from the webservice to the phone within 1-2 sec.
Has someone used C2DM and have an idea of how much is the average message delay? Thanks!
Yes you should now move to GCM : –
If you are going to start with any messaging or push notification functionality then avoid C2DM as more support would be given to GCM (google cloud messaging). Also it has simpler API and more reliability for notification delivery.
Just a thought :