使用 MQTT 与其他 Android 推送通知服务相比有何优势?
大家好,我是 Android 开发新手,我很好奇从服务器在 Android 应用程序上启用推送通知的“最佳”或最常用方法是什么。
我一直在网上阅读,发现人们实现推送通知服务的两种主要方式是使用 MQTT 和 C2DM。任何人都可以详细说明这些或其他可用的服务,它们是实现推送通知的最佳解决方案。
Hey guys, I am new to android development and I am curious on what is the "best" or most customary way to enable push notifications on an android app from a server.
i have been reading online and have seen two major ways that people implement push notifications service are with MQTT and C2DM. Can anyone please elaborate on these or other services that are available that are the best solution to implementing push notifications.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我一直在我的 RnD 中使用 MQTT,到目前为止看起来不错,但现在的问题是它对客户端 1032 有一些限制,如果我没记错的话?所以我想我需要了解更多。
关于c2dm我稍后会研究。
i have been using MQTT in my RnD and so far looks good, but the question now is it has some limitation of clients 1032 if im not mistaken? so i guess that i need to know more.
about c2dm i will study that later on.