Appcelerator Android 推送通知

发布于 2024-12-25 06:48:59 字数 71 浏览 1 评论 0原文

有谁知道在 Android 设备上使用 appcelerator 实现推送通知的方法,而不使用 UrbanAirship 模块?

Does anyone know of a way to implement push notifications using appcelerator for an android device, without using the UrbanAirship module?

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

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

发布评论

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

评论(3

埋葬我深情 2025-01-01 06:49:00

Pusher(我为之工作的)有一个适用于 Android 和 iPhone 的 Appcelerator Titanium 模块。如果您有兴趣,请联系[电子邮件受保护]

注意:显然这不使用 UrbanAirship,但我不能 100% 确定您是否真的想要删除所有私有的第 3 方依赖项

Pusher (who I work for) have an Appcelerator Titanium module for Android and iPhone. You should contact [email protected] if you are interested.

Note: Clearly this doesn't use UrbanAirship, but I'm not 100% sure if you actually mean you want to remove all private 3rd party dependencies

以歌曲疗慰 2025-01-01 06:49:00

使用Appcelerator Cloud Service(ACS),您可以实现推送通知。

这是最简单、最可靠的一种。请按照以下教程在 Android 上实施 ACS 推送通知

http: //www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html

希望对某人有帮助

Using Appcelerator Cloud Service(ACS) you can implement the Push Notification.

It is the simplest and reliable one. Follow the below tutorial for ACS Push Notification implementation on Android

http://www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html

Hope it helps someone

回忆那么伤 2025-01-01 06:48:59

Android“推送通知”称为云到设备消息传送 (C2DM)。

这篇博文直接来自开发队员。

更新

要使用 Titanium 的 C2DM,请尝试 titanium-c2dm 模块。

Android "push notifications" are called Cloud to Device Messaging (C2DM).

This blogpost is straight from the development team member.

Update:

To use C2DM from Titanium, try the titanium-c2dm module.

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