Skip to content

lawjeremy/gcmpush

 
 

Repository files navigation

Titanium Module for Google Cloud Messaging Push Notifications for Android

A Titanium module for registering a device with Google Cloud Messaging and handling push notifications sent to the device.

gitTio

Read the documentation.

To build, create a build.properties file with the following content:

titanium.platform=/Users/###USER###/Library/Application Support/Titanium/mobilesdk/osx/5.1.2.GA/android
android.platform=/Users/###USER###/Library/Android/sdk/platforms/android-23
google.apis=/Users/###USER###/Library/Android/sdk/add-ons/addon-google_apis-google-23
android.ndk=/Users/###USER###/Library/Android/ndk

Make sure your paths are correct for your system setup. Then run:

$ ant clean
$ ant

A zip file will be created in the dist folder.

About

Titanium Module for Android Push

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 87.1%
  • JavaScript 8.0%
  • Python 4.9%