简体   繁体   English

C2DM设备到云的数据传输可能吗?

[英]C2DM Device to Cloud data transfer possible?

Is it possible to send data from device to cloud in c2dm? 是否可以在c2dm中将数据从设备发送到云? If yes how can this be done? 如果是,该怎么办?

I don't think so. 我不这么认为。 C2DM is a server to mobile notification system. C2DM是服务器到移动通知系统。 If you have to do it the other way round you can expose a service on the cloud and access it directly from the device. 如果您必须反过来做,则可以在云上公开服务并直接从设备访问它。 What would be the point of using C2DM anyway? 无论如何,使用C2DM有什么意义?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM