Releases: RevenueCat/react-native-purchases
Releases · RevenueCat/react-native-purchases
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
3.4.2
- Bumped common files to 1.4.4 Changelog here
- Should include the following Android changes:
https://github.com/RevenueCat/purchases-android/releases/tag/3.5.2
https://github.com/RevenueCat/purchases-android/releases/tag/3.5.1
- Should include the following Android changes:
3.4.1
- Bumped common files to 1.4.3 Changelog here
- Bumped iOS to 3.7.2 Changelog here
3.4.0
- Removes usage of BuildConfig #171
- Bumped common files to 1.4.2 Changelog here
- Bumped iOS to 3.7.1 Changelog here
- Bumped Android to 3.5.0 Changelog here
- Added a new property
nonSubscriptionTransactions
inPurchaserInfo
to better manage non-subscriptions - Attribution V2:
- Deprecated addAttribution in favor of setAdjustId, setAppsflyerId, setFbAnonymousId, setMparticleId.
- Added support for OneSignal via setOnesignalId
- Added setMediaSource, setCampaign, setAdGroup, setAd, setKeyword, setCreative, and collectDeviceIdentifiers
3.3.3
- Removes usage of BuildConfig #171
- Bumped common files to 1.3.1 Changelog here
- Bumped iOS to 3.5.1 Changelog here
- Bumped Android to 3.3.0 Changelog here
3.3.2
3.3.1
3.3.0
- Bumped iOS to 3.4.0 Changelog here
- Bumped Android to 3.2.0 Changelog here
- Added managementURL to PurchaserInfo
- Added setProxyURLString
- Added originalPurchaseDate to PurchaserInfo
- Update invalidatePurchaserInfoCache docs #137
- Changes the way the common dependency is managed #144 #145
- Adds new headers for platformFlavor and platformFlavorVersion
- Adds userDefaultsSuiteName as an option when setting up the SDK