Releases: hyodotdev/openiap
Apple 2.1.2
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
OpenIAP Apple 2.1.0
Native iOS / macOS / tvOS / watchOS / visionOS library for the OpenIAP specification.
What's Changed
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
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.0Documentation
Links
kmp-iap 2.2.1
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
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
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
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
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
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.1flutter pub getDocumentation
Links
flutter_inapp_purchase 9.2.0
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.0flutter pub get