简体   繁体   中英

Push Notification in Titanium Android Application

I have my Titanium Application for Android and now I want to implement Push Notification for Android in Titanium. I have my back-end service which get all notifications for me but I don't have knowledge about Google Cloud Messaging and what are the relation between them (ie Push Notification and GCM). Please Provide me guidelines and way how to do it. Thanks in Advance!

Doing push notifications with Titanium is probably going to require a 3rd party service, most, if not all, are subscription fee based.

I've been looking to this myself for some planned future projects using either Titanium or Apache Cordova(Phone Gap).

The most popular recommendation I've been getting is Urban Airship It looks like they have some pretty nice features, but I haven't looked much further into it than that.

For Titanium, you can use this module (Open Source): https://github.com/liccowee/Google-Cloud-Messaging--Titanium- .

In examples, you see how to implement it in your app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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