wcf 数据服务中 android 的推送通知

发布于 2024-11-11 03:55:40 字数 120 浏览 5 评论 0原文

是否有任何示例代码或项目可用于在 C# 中实现 android 推送通知服务。 我想开发一个数据服务来向 android 手机发送通知,是否有任何 API 或 Helper 类可用于在 c# 中实现 android 推送通知。

is there any sample code or project available for implementing android push notification service in c#.
i want to develope a data service to send notification to android phones is there any API or Helper class available for implementing android push notification in c#.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

踏月而来 2024-11-18 03:55:40

我几乎可以肯定,WCF,尤其是 WCF 数据服务不是为 PUSH 通知设计的技术 - WCF 服务是为 PULL 场景(= 池化)设计的。唯一的例外是双工 WCF 服务,它会带来很大的复杂性并且不可互操作。 WCF 数据服务基于 REST / OData,不支持 PUSH。

I'm almost sure that WCF and especially WCF data services are not technologies designed for PUSH notifications - WCF services are designed for PULL scenarios (= pooling). The only exception are duplex WCF services which introduce large complexity and are not interoperable. WCF Data Services are based on REST / OData and doesn't support PUSH.

过度放纵 2024-11-18 03:55:40

您可以在移动客户端中开发调度服务,以预定义的时间间隔从企业服务器获取数据,而不是将数据推送到移动设备。

Instead of pushing data to the mobile, you may develop a scheduling service in the mobile client that gets data from the enterprise server in a predefined interval.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文