Skip to content

Releases: RevenueCat/react-native-purchases

7.1.0

18 Oct 18:01
Compare
Choose a tag to compare

Dependency Updates

7.0.0

05 Oct 11:44
4291e88
Compare
Choose a tag to compare

RevenueCat React Native SDK v7 is here!! 😻

This latest release updates the SDK to use BillingClient 6 in Android. This version of BillingClient brings little change compared with BillingClient 5 which brought an entire new subscription model which resulted in large changes across the entire SDK.

The only modification at the API level involves replacing "ProrationMode" with "ReplacementMode". The specific replacement modes remain unchanged.

If your app doesn't currently use DEFERRED replacement modes, then you should be safe to upgrade to this version without changes in behavior.

If your app supports product changes using DEFERRED replacement mode, then you can either stick with the previous major version until support for DEFERRED is re-introduced in this major version, or you can remove DEFERRED replacement options from your app.

If you are using the SDK in observer mode, you should only use v7 in Android if you're using BillingClient 6.

See the Android Native - 6.x to 7.x Migration for more details.

If you come from an older version of the RevenueCat SDK, see Android Native - 5.x to 6.x Migration for a more thorough explanation of the new Google subscription model announced with BillingClient 5 and how to take advantage of it.

Bumped minimum Android SDK version

RevenueCat SDK v7 bumps minimum Android SDK version from Android 4.0 (API level 16) to Android 4.4 (API level 19).

Support for InApp Messages

We've added new APIs to support InApp messages both in Android and iOS. You can read more about:

  • Google Play InApp Messages which will show users a snackbar message during grace period and account hold once per day and provide them an opportunity to fix their payment without leaving the app.
  • App Store InApp messages which will show a modal during grace period once per subscription.

InApp Messages are shown by default in both platforms. If you want to disable this behaviour during configuration of the RevenueCat SDK, setup the shouldShowInAppMessagesAutomatically property during configuration to false:

  Purchases.configure({
    apiKey,
    appUserID,
    observerMode,
    userDefaultsSuiteName,
    usesStoreKit2IfAvailable,
    useAmazon,
    shouldShowInAppMessagesAutomatically
  });

Dependency Updates

6.7.0

03 Oct 09:46
99a249e
Compare
Choose a tag to compare

Dependency Updates

6.6.5

07 Sep 10:13
fef3c81
Compare
Choose a tag to compare

Dependency Updates

6.6.4

31 Aug 00:52
Compare
Choose a tag to compare

Dependency Updates

  • [AUTOMATIC BUMP] Updates purchases-hybrid-common to 6.1.0 (#724) via RevenueCat Git Bot (@RCGitBot)

6.6.3

30 Aug 21:47
Compare
Choose a tag to compare

Dependency Updates

  • [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.6.4 (#719) via RevenueCat Git Bot (@RCGitBot)
  • Bump activesupport from 6.1.7.3 to 6.1.7.6 in /examples/MagicWeather (#718) via dependabot[bot] (@dependabot[bot])
  • Bump activesupport from 6.1.7.3 to 6.1.7.6 in /examples/purchaseTesterTypescript (#717) via dependabot[bot] (@dependabot[bot])
  • Bump activesupport from 7.0.4.3 to 7.0.7.2 (#716) via dependabot[bot] (@dependabot[bot])

Other Changes

  • Move typescript interfaces to PHC (#684) via Toni Rico (@tonidero)

6.6.2

17 Aug 19:53
Compare
Choose a tag to compare

Dependency Updates

6.6.1

16 Aug 17:25
Compare
Choose a tag to compare

Dependency Updates

6.6.0

04 Aug 11:00
Compare
Choose a tag to compare

Dependency Updates

6.5.0

02 Aug 21:02
Compare
Choose a tag to compare

Bugfixes

  • Use correct type in offering metadata (#702) via Toni Rico (@tonidero)

Dependency Updates