changelog
2025.07.30 [v2.0.0]
## Major Update
This latest release brings a number of updates to the extension particularly around the Android integration.
The Android implementation has been updated to v8.22.0 and we have moved to using Android gradle dependencies within our extensions, which will improve dependency resolution, reduce update times and improve compatibility with other extensions. (This update also addresses the Android 35 requirement for Play Billing v7).
The iOS implementation has been updated to v5.33.1 which should bring a range of bug fixes and improvements.
Migration guide: https://docs.airnativeextensions.com/docs/revenuecat/migrating-to-v2.0
### Updates
feat(android): new gradle dependencies approach
feat(android): update sdk v8.22.0
feat(ios): update sdk v5.33.1
2025.01.14 [v1.0.4]
feat(ios): update lib to v5.14.5
fix(airpackage): correctly specify ios minimum version as 13
2024.08.07 [v1.0.3]
fix(actionscript): add userCancelled boolean value to purchase error callback function
2024.08.05 [v1.0.2]
fix(ios): correct product amountMicros value to match Android
2024.07.08 [v1.0.1]
feat(android): update billing lib dependency to v6.0.1
feat: release build
2024.06.13 [v1.0.0]
feat: add setAttributes functionality
2024.05.22 [v0.2.0]
feat: add syncPurchases functionality
2024.04.24 [v0.1.2]
feat: add logOut functionality
2024.04.24 [v0.1.1]
feat(docs): documentation for usage of extension
feat(android): include google billing lib in extension
2024.04.18 [v0.1.0]
beta release