Skip to content

Releases: hyochan/expo-iap

2.9.6

10 Sep 16:42
Compare
Choose a tag to compare

Full Changelog: 2.9.5...2.9.6

2.9.5

10 Sep 15:16
Compare
Choose a tag to compare

Changed

  • iOS: Podspec pins openiap to 1.1.9 to prevent CocoaPods from resolving unintended versions and to stabilize builds.

Deprecated

  • Deprecated 2.9.02.9.4 due to unpinned iOS dependency behavior in the wild. Please upgrade to 2.9.5.

Full Changelog: 2.9.4...2.9.5

2.9.4

10 Sep 04:44
Compare
Choose a tag to compare

What's Changed

  • chore(ios): upgrade OpenIAP to 1.1.9 and align error codes by @hyochan in #191

Full Changelog: 2.9.3...2.9.4

2.9.3

09 Sep 18:09
Compare
Choose a tag to compare

Fixed

  • iOS: replace thrown OpenIapError.* and nonexistent types with OpenIapFailure cases to resolve build errors and align with error mapping
  • iOS: remove explicit OpenIapErrorEvent annotation in Swift listener (type is inferred from OpenIAP API)

Notes

  • If your CocoaPods CDN is flaky, pod install --repo-update or temporarily pin openiap in your app Podfile.

Full Changelog: 2.9.1...2.9.3

2.9.1

09 Sep 05:24
Compare
Choose a tag to compare

What's Changed

  • feat: apply ios fixes, errors, docs config by @hyochan in #189

Full Changelog: 2.9.0...2.9.1

2.9.0

08 Sep 04:07
Compare
Choose a tag to compare

What's Changed

  • feat: integrate OpenIAP native modules for v3.0.0 by @hyochan in #184
image

expo-iap iOS code went on a diet — down 50% lighter 🥗💪 Thanks to OpenIAP

Full Changelog: 2.8.8...2.9.0

2.8.8

05 Sep 14:45
Compare
Choose a tag to compare

What's Changed

Full Changelog:

2.8.7

02 Sep 23:59
Compare
Choose a tag to compare

Added

  • fetchProducts function following OpenIAP terminology (replaces requestProducts)

Deprecated

  • requestProducts - Use fetchProducts instead (will be removed in v3.0.0)

Changed

  • Internal useIAP hook now uses fetchProducts
  • Updated documentation and deprecation messages

Full Changelog: 2.8.6...2.8.7

2.8.6

02 Sep 23:06
Compare
Choose a tag to compare

What's Changed

  • refactor: add platform-specific suffixes to native functions by @hyochan in #182

Checkout release notes in https://expo-iap.hyo.dev/blog/v2-8-6-release

Full Changelog: 2.8.5...2.8.6

2.8.5

31 Aug 02:28
Compare
Choose a tag to compare

What's Changed

  • Fix Android finishTransaction null error by @hyochan in #180

Full Changelog: 2.8.4...2.8.5