A Titanium module for registering a device with Google Cloud Messaging and handling push notifications sent to the device.
Read the documentation.
To build, create a build.properties
file with the following content:
titanium.platform=/Users/###USER###/Library/Application Support/Titanium/mobilesdk/osx/4.1.0.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.