Skip to main content

4 posts tagged with "Android"

Android platform specific features

View All Tags

3.1.9 - Alternative Billing Support

ยท 5 min read
Hyo
Expo IAP Maintainer

Expo IAP 3.1.9 introduces Alternative Billing support for both iOS and Android platforms, enabling developers to offer external payment options in compliance with App Store and Google Play requirements.

This release integrates StoreKit External Purchase APIs (iOS 16.0+) and Google Play Alternative Billing APIs, providing a unified interface for alternative payment flows across platforms.

๐Ÿ‘‰ View the 3.1.9 release

3.1.0 - Full OpenIAP Ecosystem Adoption

ยท 4 min read
Hyo
Expo IAP Maintainer

Expo IAP 3.1.0 graduates the project into the full OpenIAP ecosystem. The release ships with three dedicated native stacks:

  • openiap-apple โ€” StoreKit 2 implementation for Apple platforms
  • openiap-google โ€” Google Play Billing integration for Android
  • openiap-gql โ€” GraphQL helpers that drive types and tooling

From 3.1.0 onward, Expo IAP stays in lockstep with these modules: Apple v1.2.2, Google v1.2.6, and GQL v1.0.8. That shared version alignment gives Expo IAP stable native compatibility and a unified type system straight from the OpenIAP schema.

๐Ÿ‘‰ View the 3.1.0 release