what the name of service in ClientLogin for Android cloud to device?
i wonder what is the name of the开发者_如何学运维 service in ClientLogin for Android cloud to device, i found this link for all the service but i didnt find C2DM in it .
The service is ac2dm
. Here is a sample authentication shell script.
The service is "ac2dm", means Android C2DM. You can use "curl" command to get ClientLogin token. Or fire a http post with program language like Java. You may want to check this post C2DM: Get ClientLogin Authentication Token
精彩评论