Releases: RevenueCat/react-native-purchases
Releases · RevenueCat/react-native-purchases
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