C2DM background technology

笑着哭i 提交于 2019-12-11 22:38:08

问题


I need further information about C2DM on android. The informations on http://code.google.com/intl/de-DE/android/c2dm/index.html are not clear about the background technology.

Which protocolls are used? How does the Google server find my cell phone?

I need such informations.


回答1:


You can get some info about C2DM internals from Google I/O 2010 video: Building push applications for Android




回答2:


C2DM maintains an open TCP socket connection to the messaging server. Its really rather simple, other than keeping the socket open, which is no exactly trivial.



来源:https://stackoverflow.com/questions/6426198/c2dm-background-technology

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!