Releases: RevenueCat/purchases-hybrid-common
Releases · RevenueCat/purchases-hybrid-common
1.9.3
- Bump
purchases-ios
to 3.12.8
3.12.7 Changelog here
3.12.8 Changelog here
1.9.2
1.9.2
- Bump
purchases-android
to4.3.3
4.3.3 Changelog here
4.3.2 Changelog here - Bump
purchases-ios
to 3.12.6
3.12.6 Changelog here
3.12.5 Changelog here
3.12.4 Changelog here
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.8.0
Identity V3
New methods
- Introduces
logIn
, a new way of identifying users, which also returns whether a new user has been registered in the system.
logIn
uses a new backend endpoint. - Introduces
logOut
, a replacement forreset
.
Deprecations
- deprecates
createAlias
in favor oflogIn
- deprecates
identify
in favor oflogIn
- deprecates
reset
in favor oflogOut
- deprecates
allowSharingStoreAccount
in favor of dashboard-side configuration
Dependency updates
- Bumps
purchases-ios
to3.12.2
(Changelog here) - Bumps
purchases-android
to4.3.0
(Changelog here)
#84
Bug Fixes
1.7.1
1.7.0
- Adds a new method,
canMakePayments
, that provides a way to check if the current user is allowed to make purchases on the device.
#77 - Fixes a crash when calling
syncPurchases
with no completion block on iOS
#78 - Bumps
purchases-android
to4.2.1
(Changelog here)
#77