Android 1.5上如何实现推送?

发布于 2024-11-18 23:44:17 字数 172 浏览 6 评论 0原文

我正在开发一个适用于android v1.5的应用程序,

我需要使用推送消息服务来通知用户一些信息。在 android 版本 1.5 上实现推送的最佳方式是什么?如果有任何例子可以告诉我。我看过 MQTT ,但我不太明白如何使用它,而且 dale Lanes 示例代码仅适用于 4 级以上的 Android 手机。

I am developing an application for android v1.5,

I need to use Push messaging service to inform users of some information. What is the best way of implementing push on the android version 1.5. If there are any example out there could you let me know. i have looked at MQTT , and i dont really understand how to use it, also dale lanes sample code only works for android phones above level 4.

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

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

发布评论

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

评论(1

太阳男子 2024-11-25 23:44:17

由于 C2DM 可能不适合您,请查看 pubnub。他们提供了一个慷慨(足够)的免费模式供您开始使用,并且由于它是您导入的库,因此理论上它应该与 Android 1.5 兼容。

您可以查看的另一项服务是Urban Airship - 同样不是C2DM免费,但聊胜于无。

As C2DM is probably not an option for you, have a look at pubnub. They offer a generous (enough) free mode for you to get going and since it's a library you import in, it should theoretically work with Android 1.5.

Another service you can look into is Urban Airship - again not C2DM free but better than nothing.

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