close
The Wayback Machine - https://web.archive.org/web/20210124183433/https://github.com/tryden/TiStoreKit
Skip to content
master
Go to file
Code
This branch is 6 commits ahead of masuidrive:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

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

About

StoreKit(In App Purchase) module for Titanium Mobile iPhone

Resources

License

Releases

No releases published

Packages

No packages published