Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 930 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 930 Bytes

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/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.