stealthdyno
stealthdyno

Reputation: 185

Appcelerator Android Push Notifications

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

Upvotes: 0

Views: 2129

Answers (3)

Karthi Ponnusamy
Karthi Ponnusamy

Reputation: 2031

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

Upvotes: 0

leggetter
leggetter

Reputation: 15467

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

Upvotes: 0

Peter Knego
Peter Knego

Reputation: 80340

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.

Upvotes: 2

Related Questions