Releases: RevenueCat/react-native-purchases
Releases · RevenueCat/react-native-purchases
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
3.2.0
Adds Subscriber Attributes, which allow developers to store additional, structured information for a user in RevenueCat. More info: https://docs.revenuecat.com/docs/user-attributes.
3.1.0
- Properly scope Android package #114
⚠️ IMPORTANT⚠️ : You might need to relink the plugin since the Android package name has changed. All references tocom.reactlibrary.RNPurchasesPackage
in the code should be replace withcom.revenuecat.purchases.react.RNPurchasesPackage
.
- Apply correct array notation: [type] to type[] #117
- Adds subscription offers support for iOS https://docs.revenuecat.com/docs/ios-subscription-offers
- Introductory Price is now an object inside the PurchasesProduct object