Releases: hyochan/expo-iap
Releases · hyochan/expo-iap
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
What's Changed
- Added
jwsReceipt
totransactionReceipt
for iOS and renamedpurchaseToken
topurchaseTokenAndroid
for Android by @hyochan in PR #23.- iOS:
transactionReceipt
now provides receipt data in JWS format viajwsReceipt
, derived from StoreKit 2'sjsonRepresentation
. - Android:
transactionReceipt
uses raw JSON purchase data (e.g.,originalJson
), andpurchaseToken
is renamed topurchaseTokenAndroid
for consistent naming across platforms. - Unified
transactionreceipt
enables receipt validation for both platforms (see App Store Server API for iOS).
- iOS:
Breaking Changes
- Android: If your code relies on the
purchaseToken
field, update it to usepurchaseTokenAndroid
to align with the new naming convention.
Full Changelog: 2.2.3...2.2.4
2.2.3
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
- @unendingblue made their first contribution in #22
Full Changelog: 2.2.0...2.2.3