Skip to content

Releases: RevenueCat/react-native-purchases

4.0.1

10 Feb 14:17
b1a67b1
Compare
Choose a tag to compare
  • Update npm description for better discoverability
    #207

4.0.0

28 Dec 18:34
16973cf
Compare
Choose a tag to compare
  • removes deprecated makePurchase, replaced by purchaseProduct
  • 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 to React-Core and set DEFINES_MODULE to fix issues when building in Xcode 12
  • 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

26 Oct 20:31
7d1fd4f
Compare
Choose a tag to compare

3.4.3

3.4.2

15 Oct 04:32
b0a881e
Compare
Choose a tag to compare

3.4.1

02 Oct 22:33
Compare
Choose a tag to compare

3.4.0

23 Sep 22:50
aed5696
Compare
Choose a tag to compare
  • 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 in PurchaserInfo 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

11 Sep 20:44
93f5c99
Compare
Choose a tag to compare

3.3.2

03 Sep 19:50
a7dba0c
Compare
Choose a tag to compare
  • Fixes purchaseDiscountedPackage and purchaseDiscountedProduct #167

3.3.1

23 Jun 00:55
Compare
Choose a tag to compare
  • Renames setProxyURLString with setProxyURL (#148)
  • Adds instructions to include the PurchasesHybridCommon framework (#150)

3.3.0

18 Jun 20:47
7ad422f
Compare
Choose a tag to compare
  • 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