Skip to content

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

About

Support for In-App Purchase

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haxe 81.3%
  • Objective-C++ 12.7%
  • C++ 5.4%
  • C 0.6%