xaibot / extension-iap

Support for In-App Purchase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License Haxelib Version Build Status

IAP

Provides an access to in-app purchases (iOS) and in-app billing (Android) for OpenFL projects using a common API.

Installation

You can easily install IAP using haxelib:

haxelib install extension-iap

To add it to a Lime or OpenFL project, add this to your project file:

<haxelib name="extension-iap" />

Development Builds

Clone the IAP repository:

git clone https://github.com/openfl/extension-iap

Tell haxelib where your development copy of IAP is installed:

haxelib dev extension-iap extension-iap

You can build the binaries using "lime rebuild"

lime rebuild extension-iap ios

To return to release builds:

haxelib dev extension-iap

About

Support for In-App Purchase

License:Other


Languages

Language:Haxe 78.9%Language:C++ 10.7%Language:Objective-C++ 10.0%Language:C 0.4%