Skip to content

Releases: RevenueCat/react-native-purchases

2.4.0

27 Aug 00:26
Compare
Choose a tag to compare
  • Deprecates activeEntitlements in RCPurchaserInfo and adds entitlements object to RCPurchaserInfo. For more info check out https://docs.revenuecat.com/docs/purchaserinfo
  • Fixes trial info being lost in Android. Access intro_price in the product information to get information around the trial period.
  • Fixes exception when trying to purchase a product that doesn't exist.

2.3.4

16 Aug 17:20
Compare
Choose a tag to compare

Fixes permissions of install scripts

2.3.3

14 Aug 05:55
Compare
Choose a tag to compare

2.3.2

23 Jul 21:44
Compare
Choose a tag to compare

2.3.1

18 Jul 03:44
Compare
Choose a tag to compare

2.3.0

16 Jul 20:38
Compare
Choose a tag to compare

2.2.2

01 Jul 21:21
Compare
Choose a tag to compare

Changes all support imports to androidx

2.2.1

22 May 01:20
Compare
Choose a tag to compare

Removes console.log statement

2.2.0

21 May 22:05
Compare
Choose a tag to compare
  • Updates iOS SDK to 2.3.0. Check out the changelog for a full list of changes https://github.com/RevenueCat/purchases-ios/releases/tag/2.3.0
  • Updates Android SDK to 2.2.2. Check out the changelog for a full list of changes https://github.com/RevenueCat/purchases-android/releases/tag/2.2.2
  • ** BREAKING CHANGE ** makePurchase parameter oldSKUs is not an array anymore, it only accepts a string now. This is due to changes in the BillingClient.
  • AddAttributionData can be called before the SDK has been setup. A network user identifier can be send to the addAttribution function, replacing the previous rc_appsflyer_id parameter.
  • Adds an optional configuration boolean observerMode. This will set the value of finishTransactions at configuration time.

Android only:

  • addAttribution will automatically add the rc_gps_adid parameter.
  • ** ANDROID BREAKING CHANGE ** Call syncTransactions to send purchases information to RevenueCat after any restore or purchase if you are using the SDK in observerMode. See our guide on Migrating Subscriptions for more information on syncTransactions: https://docs.revenuecat.com/docs/migrating-existing-subscriptions

iOS only

  • addAttribution will automatically add the rc_idfa and rc_idfv parameters if the AdSupport and UIKit frameworks are included, respectively.
  • Apple Search Ad attribution can be automatically collected by setting the automaticAttributionCollection boolean to true before the SDK is configured.

2.1.2

16 Apr 00:44
Compare
Choose a tag to compare

Updates iOS SDK to 2.1.1