Skip to content

Releases: hyodotdev/openiap

maui-iap 1.1.4

16 Jun 14:57

Choose a tag to compare

maui-iap 1.1.4

.NET MAUI / C# 12 library for the OpenIAP specification (iOS + Android + macCatalyst).

What's Changed

  • chore(maui): bump version to 1.1.4 (1259ac2)
  • fix(maui): set xcframework install name (f8bfe67)

Installation

<ItemGroup>
  <PackageReference Include="OpenIap.Maui" Version="1.1.4" />
</ItemGroup>

Or via the .NET CLI:

dotnet add package OpenIap.Maui --version 1.1.4

Documentation

Links

maui-iap 1.1.3

15 Jun 17:19

Choose a tag to compare

maui-iap 1.1.3

.NET MAUI / C# 12 library for the OpenIAP specification (iOS + Android + macCatalyst).

What's Changed

  • chore(maui): bump version to 1.1.3 (761ec26)
  • fix(apple): accept apple purchase props (1c1856a)

Installation

<ItemGroup>
  <PackageReference Include="OpenIap.Maui" Version="1.1.3" />
</ItemGroup>

Or via the .NET CLI:

dotnet add package OpenIap.Maui --version 1.1.3

Documentation

Links

maui-iap 1.1.2

15 Jun 16:42

Choose a tag to compare

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.2

Documentation

Links

react-native-iap 15.3.2

11 Jun 15:31

Choose a tag to compare

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.2

Documentation

Links

flutter_inapp_purchase 9.3.2

11 Jun 16:20

Choose a tag to compare

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.2
flutter pub get

Documentation

Links

react-native-iap 15.3.1

19 May 15:30

Choose a tag to compare

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

Documentation

Links

maui-iap 1.1.1

19 May 16:56

Choose a tag to compare

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

Documentation

Links

kmp-iap 2.3.1

19 May 16:40

Choose a tag to compare

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

19 May 15:04

Choose a tag to compare

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

19 May 15:56

Choose a tag to compare

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.

Documentation

Links