Skip to content

charmdev/extension-iap

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Haxe 63.7%
  • Objective-C++ 18.1%
  • C++ 16.7%
  • Other 1.5%