项目作者: tuarua

项目描述 :
Use StoreKit and BillingClient with this Adobe Air Native Extension for iOS 9.0+, tvOS 9.2+,macOS 10.12+ and Android 19+.
高级语言: ActionScript
项目地址: git://github.com/tuarua/InAppPurchases-ANE.git
创建时间: 2019-07-07T14:35:59Z
项目社区:https://github.com/tuarua/InAppPurchases-ANE

开源协议:Apache License 2.0

下载


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)

  1. 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:

  1. air-tools install

App Setup

As per iOS above.

References