Appcelerator Android 推送通知
有谁知道在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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
使用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
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.