Skip to content

Releases: hyodotdev/openiap

Apple 2.1.2

16 Apr 16:18

Choose a tag to compare

OpenIAP Apple 2.1.2

Native iOS / macOS / tvOS / watchOS / visionOS library for the OpenIAP specification.

What's Changed

  • Initial release

Installation

Swift Package Manager:

dependencies: [
    .package(url: "https://github.com/hyodotdev/openiap.git", from: "2.1.2")
]

CocoaPods:

pod 'openiap', '~> 2.1.2'

Documentation

Links

Apple 2.1.0

16 Apr 03:29

Choose a tag to compare

OpenIAP Apple 2.1.0

Native iOS / macOS / tvOS / watchOS / visionOS library for the OpenIAP specification.

What's Changed

  • feat: add cross-platform subscriptionBillingIssue event (#99) (f2caa3b)

Installation

Swift Package Manager:

dependencies: [
    .package(url: "https://github.com/hyodotdev/openiap.git", from: "2.1.0")
]

CocoaPods:

pod 'openiap', '~> 2.1.0'

Documentation

Links

react-native-iap 15.2.0

16 Apr 09:05

Choose a tag to compare

react-native-iap 15.2.0

React Native wrapper for the OpenIAP specification.

What's Changed

  • No direct code changes — picks up the latest openiap-google / openiap-apple native library updates. See the consolidated release notes for details.

Installation

npm install react-native-iap@15.2.0
# or
yarn add react-native-iap@15.2.0

Documentation

Links

kmp-iap 2.2.1

16 Apr 17:56

Choose a tag to compare

kmp-iap 2.2.1

Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).

What's Changed

  • No direct code changes — picks up the latest openiap-google / openiap-apple native library updates. See the consolidated release notes for details.

Installation

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:kmp-iap:2.2.1")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:kmp-iap:2.2.1'
}

Documentation

Links

kmp-iap 2.2.0

16 Apr 09:01

Choose a tag to compare

kmp-iap 2.2.0

Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).

What's Changed

  • No direct code changes — picks up the latest openiap-google / openiap-apple native library updates. See the consolidated release notes for details.

Installation

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:kmp-iap:2.2.0")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:kmp-iap:2.2.0'
}

Documentation

Links

Google 2.1.0

16 Apr 08:15

Choose a tag to compare

OpenIAP Google 2.1.0

Native Android library for the OpenIAP specification (Play + Horizon flavors, Billing 8.x).

What's Changed

  • docs: add Android minSdk requirements and release notes (fa14ea3)
  • feat: add cross-platform subscriptionBillingIssue event (#99) (f2caa3b)

Installation

Google Play Store (Play flavor)

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:openiap-google:2.1.0")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:openiap-google:2.1.0'
}

Meta Quest / Horizon Store (Horizon flavor)

Gradle (Kotlin DSL):

dependencies {
    implementation("io.github.hyochan.openiap:openiap-google-horizon:2.1.0")
}

Gradle (Groovy):

dependencies {
    implementation 'io.github.hyochan.openiap:openiap-google-horizon:2.1.0'
}

Documentation

Maven Central

godot-iap 2.2.1

16 Apr 17:33

Choose a tag to compare

godot-iap 2.2.1

Godot 4.x addon for the OpenIAP specification (iOS GDExtension + Android AAR plugin).

What's Changed

  • No direct code changes — picks up the latest openiap-google native library updates. See the consolidated release notes for details.

Installation

Download godot-iap-2.2.1.zip from the Assets section below and extract into your project's addons/ directory, or install via the Godot Asset Library.

Minimum Godot version: 4.3.

Documentation

Links

godot-iap 2.2.0

16 Apr 08:42

Choose a tag to compare

godot-iap 2.2.0

Godot 4.x addon for the OpenIAP specification (iOS GDExtension + Android AAR plugin).

What's Changed

  • No direct code changes — picks up the latest openiap-google native library updates. See the consolidated release notes for details.

Installation

Download godot-iap-2.2.0.zip from the Assets section below and extract into your project's addons/ directory, or install via the Godot Asset Library.

Minimum Godot version: 4.3.

Documentation

Links

flutter_inapp_purchase 9.2.1

16 Apr 17:37

Choose a tag to compare

flutter_inapp_purchase 9.2.1

Flutter plugin for the OpenIAP specification.

What's Changed

  • No direct code changes — picks up the latest openiap-google / openiap-apple native library updates. See the consolidated release notes for details.

Installation

# pubspec.yaml
dependencies:
  flutter_inapp_purchase: ^9.2.1
flutter pub get

Documentation

Links

flutter_inapp_purchase 9.2.0

16 Apr 09:02

Choose a tag to compare

flutter_inapp_purchase 9.2.0

Flutter plugin for the OpenIAP specification.

What's Changed

  • No direct code changes — picks up the latest openiap-google / openiap-apple native library updates. See the consolidated release notes for details.

Installation

# pubspec.yaml
dependencies:
  flutter_inapp_purchase: ^9.2.0
flutter pub get

Documentation

Links