StoreKit module forAppcelerator Titanium iPhone =========================================== Currently, TiStoreKit is alpha version. It's not for production. This is a StoreKit (In App Purcahse) module for Titanium Mobile iPhone. INSTALL -------------------- 1. Open `Terminal` 2. Run below command `python build.py && unzip jp.masuidrive.ti.storekit-iphone-0.1.zip -d /Library/Application\ Support/Titanium/` REGISTER TO YOUR PROJECT --------------------- Register your module with your application by editing `tiapp.xml` and adding your module. Example: <modules> <module version="0.1">jp.masuidrive.ti.storekit</module> </modules> When you run your project, the compiler will know automatically compile in your module dependencies and copy appropriate image assets into the application. LICENSE --------------------- MIT License Copyright 2010 Yuichiro MASUI (masuidrive) http://masuidrive.jp/ http://github.com/masuidrive
masuidrive/TiStoreKit
StoreKit(In App Purchase) module for Titanium Mobile iPhone
JavaScriptNOASSERTION