Skip to content

Use StoreKit and BillingClient with this Adobe Air Native Extension for iOS 9.0+, tvOS 9.2+,macOS 10.12+ and Android 19+.

License

Notifications You must be signed in to change notification settings

tuarua/InAppPurchases-ANE

Repository files navigation

InAppPurchases-ANE

Use StoreKit and BillingClient with this Adobe Air Native Extension for iOS 9.0+, tvOS 9.2+,macOS 10.12+ and Android 19+.


Prerequisites

You will need:


Android

cd into /example-mobile and run the "air-tools" command (You will need AIR-Tools installed)

air-tools install

iOS

N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.

This folder, ios_dependencies/device/Frameworks, must be packaged as part of your app when creating the ipa. How this is done will depend on the IDE you are using. After the ipa is created unzip it and confirm there is a "Frameworks" folder in the root of the .app package.


tvOS

N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.

This folder, tvos_dependencies/device/Frameworks, must be packaged as part of your app when creating the ipa. How this is done will depend on the IDE you are using. After the ipa is created unzip it and confirm there is a "Frameworks" folder in the root of the .app package.

App Setup

As per iOS above.

macOS

The ANE + Dependencies

From the command line cd into /example-desktop and run:

air-tools install

App Setup

As per iOS above.

References