Skip to content

Releases: hyochan/expo-iap

2.2.9

02 Apr 12:03
Compare
Choose a tag to compare

What's Changed

  • refactor: initConnection and disable functions to return Bool by @iMuFeng in #29

New Contributors

Full Changelog: 2.2.8...2.2.9

2.2.8

28 Mar 09:18
Compare
Choose a tag to compare

What's Changed

  • Deprecate requestSubscription and Enhance useIAP by @hyochan in #28

Full Changelog: 2.2.7...2.2.8

2.2.7

26 Mar 03:27
Compare
Choose a tag to compare

What's Changed

  • Add top-level currency and displayPrice to product details response by @hyochan in #26

Full Changelog: 2.2.6...2.2.7

2.2.6

20 Mar 02:22
Compare
Choose a tag to compare

What's Changed

  • refactor: add platform identifier when serialize by @hyochan in #25

Full Changelog: 2.2.5...2.2.6

2.2.5

19 Mar 16:17
34752a4
Compare
Choose a tag to compare

What's Changed

  • Fix Android IAP Crash & Transaction Flow by @hyochan in #24

Full Changelog: 2.2.4...2.2.5

2.2.4

19 Mar 07:39
Compare
Choose a tag to compare

What's Changed

  • Added jwsReceipt to transactionReceipt for iOS and renamed purchaseToken to purchaseTokenAndroid for Android by @hyochan in PR #23.
    • iOS: transactionReceipt now provides receipt data in JWS format via jwsReceipt, derived from StoreKit 2's jsonRepresentation.
    • Android: transactionReceipt uses raw JSON purchase data (e.g., originalJson), and purchaseToken is renamed to purchaseTokenAndroid for consistent naming across platforms.
    • Unified transactionreceipt enables receipt validation for both platforms (see App Store Server API for iOS).

Breaking Changes

  • Android: If your code relies on the purchaseToken field, update it to use purchaseTokenAndroid to align with the new naming convention.

Full Changelog: 2.2.3...2.2.4

2.2.3

17 Mar 08:16
Compare
Choose a tag to compare

What's Changed

  • fix(Android): finishTransaction and add acknowledge support by @hyochan in #20
  • add autoFinish argument for purchase requests by @unendingblue in #22

New Contributors

Full Changelog: 2.2.0...2.2.3

2.2.1

13 Mar 18:41
Compare
Choose a tag to compare

What's Changed

  • fix(Android): finishTransaction and add acknowledge support by @hyochan in #20

Full Changelog: 2.2.0...2.2.1

2.2.0

13 Mar 18:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

27 Oct 06:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0