简体   繁体   English

Appcelerator Android推送通知

[英]Appcelerator Android Push Notifications

有没有人知道如何使用appcelerator为Android设备实现推送通知,而不使用UrbanAirship模块?

Android "push notifications" are called Cloud to Device Messaging (C2DM). Android“推送通知”称为云到设备消息 (C2DM)。

This blogpost is straight from the development team member. 此博客文章直接来自开发团队成员。

Update: 更新:

To use C2DM from Titanium, try the titanium-c2dm module. 要使用Titanium的C2DM,请尝试使用titanium-c2dm模块。

Using Appcelerator Cloud Service(ACS) you can implement the Push Notification. 使用Appcelerator Cloud Service(ACS),您可以实现推送通知。

It is the simplest and reliable one. 这是最简单可靠的。 Follow the below tutorial for ACS Push Notification implementation on Android 按照以下有关Android上ACS推送通知实施的教程

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

Hope it helps someone 希望它可以帮助某人

Pusher (who I work for) have an Appcelerator Titanium module for Android and iPhone. Pusher (我为之工作)拥有适用于Android和iPhone的Appcelerator Titanium模块。 You should contact support@pusher.com if you are interested. 如果您有兴趣,请联系support@pusher.com。

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 注意:显然这不使用UrbanAirship,但我不是100%确定你是否真的想要删除所有私有第三方依赖项

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM