Releases: RevenueCat/react-native-purchases
Releases · RevenueCat/react-native-purchases
4.3.0
Identity V3:
In this version, we’ve redesigned the way that user identification works.
Detailed docs about the new system are available here.
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
setAllowSharingStoreAccount
in favor of dashboard-side configuration.
#229
Other
- Fixed build issues MagicWeather example for Xcode 12.5
#267 - Dependency security updates
#271
#273 - Bumped purchases-ios to 3.12.2 Changelog here
- Bumped purchases-android to 4.3.0 Changelog here
- Updated BillingClient to version 4.0.0.
RevenueCat/purchases-android@f6554bb
4.2.0
4.1.4
- Bumped purchases-hybrid-common to 1.7.1 in Android Changelog here
4.1.3
- Bumped purchases-hybrid-common to 1.7.1 Changelog here
- Bumped purchases-android to 4.2.1 Changelog here
4.1.2
4.1.1
- Updated example app to the latest React-Native version
#222 - Updated
y18n
version
#227
#226 - Bumped purchases-hybrid-common to 1.6.2 Changelog here
- Bumped purchases-ios to 3.10.7 Changelog here
- Bumped purchases-android to 4.0.5 Changelog here
#225
4.1.0
- Added a new sample project available at
/Examples/WeatherApp
#212 - iOS:
- Added a new method
setSimulatesAskToBuyInSandbox
, that allows developers to test deferred purchases easily.
- Added a new method
- Bumped purchases-hybrid-common to 1.6.1 Changelog here
- Bumped purchases-ios to 3.10.6 Changelog here
- Bumped purchases-android to 4.0.4 Changelog here
#216 - Fixed issues with CI builds in Android
#214
#217
4.0.1
4.0.0
- removes deprecated
makePurchase
, replaced bypurchaseProduct
- iOS:
- added new method,
syncPurchases
, that enables syncing the purchases in the local receipt with the backend without risking a password prompt. The method was already available on Android. - added a new method,
presentCodeRedemptionSheet
, for offer codes redemption. - Updated
React
dependency toReact-Core
and setDEFINES_MODULE
to fix issues when building in Xcode 12
- added new method,
- Bumped
purchases-hybrid-common
to 1.5.0 Changelog here - Bumped
purchases-ios
to 3.9.2 Changelog here - Bumped
purchases-android
to 4.0.1 Changelog here
3.4.3
3.4.3
- Bumped common files to 1.4.5 Changelog here
- Bumped iOS SDK to 3.7.5 Changelog here