Releases: hyodotdev/openiap
maui-iap 1.1.4
maui-iap 1.1.4
.NET MAUI / C# 12 library for the OpenIAP specification (iOS + Android + macCatalyst).
What's Changed
Installation
<ItemGroup>
<PackageReference Include="OpenIap.Maui" Version="1.1.4" />
</ItemGroup>Or via the .NET CLI:
dotnet add package OpenIap.Maui --version 1.1.4Documentation
Links
maui-iap 1.1.3
maui-iap 1.1.3
.NET MAUI / C# 12 library for the OpenIAP specification (iOS + Android + macCatalyst).
What's Changed
Installation
<ItemGroup>
<PackageReference Include="OpenIap.Maui" Version="1.1.3" />
</ItemGroup>Or via the .NET CLI:
dotnet add package OpenIap.Maui --version 1.1.3Documentation
Links
maui-iap 1.1.2
maui-iap 1.1.2
.NET MAUI / C# 12 library for the OpenIAP specification (iOS + Android + macCatalyst).
What's Changed
- chore(maui): bump version to 1.1.2 (
568ee54) - fix(maui): add net10 target support (
47643fc) - feat(gql): expose ios subscription group id on products (
69c47b2)
Installation
<ItemGroup>
<PackageReference Include="OpenIap.Maui" Version="1.1.2" />
</ItemGroup>Or via the .NET CLI:
dotnet add package OpenIap.Maui --version 1.1.2Documentation
Links
react-native-iap 15.3.2
react-native-iap 15.3.2
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.3.2
# or
yarn add react-native-iap@15.3.2Documentation
Links
flutter_inapp_purchase 9.3.2
flutter_inapp_purchase 9.3.2
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.3.2flutter pub getDocumentation
Links
react-native-iap 15.3.1
react-native-iap 15.3.1
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.3.1
# or
yarn add react-native-iap@15.3.1Documentation
Links
maui-iap 1.1.1
maui-iap 1.1.1
.NET MAUI / C# 12 library for the OpenIAP specification (iOS + Android + macCatalyst).
What's Changed
- chore(maui): bump version to 1.1.1 (
a17e1fc) - chore(google): bump version to 2.2.1 (
c4bbed3) - fix(google): guard billing callbacks against double resume (#159) (
d7eca7f)
Installation
<ItemGroup>
<PackageReference Include="OpenIap.Maui" Version="1.1.1" />
</ItemGroup>Or via the .NET CLI:
dotnet add package OpenIap.Maui --version 1.1.1Documentation
Links
kmp-iap 2.3.1
kmp-iap 2.3.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:kmp-iap:2.3.1")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan:kmp-iap:2.3.1'
}Documentation
Links
Google 2.2.1
OpenIAP Google 2.2.1
Native Android library for the OpenIAP specification (Play + Horizon flavors, Billing 8.x).
What's Changed
- chore(google): bump version to 2.2.1 (
c4bbed3) - fix(google): guard billing callbacks against double resume (#159) (
d7eca7f)
Installation
Google Play Store (Play flavor)
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:openiap-google:2.2.1")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:openiap-google:2.2.1'
}Meta Quest / Horizon Store (Horizon flavor)
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:openiap-google-horizon:2.2.1")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:openiap-google-horizon:2.2.1'
}Documentation
Maven Central
godot-iap 2.3.1
godot-iap 2.3.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.3.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.