Use StoreKit and BillingClient with this Adobe Air Native Extension for iOS 9.0+, tvOS 9.2+,macOS 10.12+ and Android 19+.
You will need:
- IntelliJ IDEA
- AIR 33.1.1.217+
- .Net Core Runtime
- AIR-Tools
cd into /example-mobile and run the "air-tools" command (You will need AIR-Tools installed)
air-tools install
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.
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.
As per iOS above.
From the command line cd into /example-desktop and run:
air-tools install
As per iOS above.