Skip to content

Releases: RevenueCat/react-native-purchases

4.3.0

20 Jul 20:54
9a3e5c1
Compare
Choose a tag to compare

Identity V3:

In this version, we’ve redesigned the way that user identification works.
Detailed docs about the new system are available here.

New methods

  • Introduces logIn, a new way of identifying users, which also returns whether a new user has been registered in the system.
    logIn uses a new backend endpoint.
  • Introduces logOut, a replacement for reset.

Deprecations

  • deprecates createAlias in favor of logIn.
  • deprecates identify in favor of logIn.
  • deprecates reset in favor of logOut.
  • deprecates setAllowSharingStoreAccount in favor of dashboard-side configuration.
    #229

Other

4.2.0

16 Jun 22:03
dba9e83
Compare
Choose a tag to compare
  • Add canMakePayments method (#244)
  • Add PR template (#263)

4.1.4

09 Jun 23:14
e88be47
Compare
Choose a tag to compare

4.1.3

09 Jun 01:05
738d526
Compare
Choose a tag to compare

4.1.2

17 May 21:03
cddd642
Compare
Choose a tag to compare

4.1.1

31 Mar 16:29
0edb3db
Compare
Choose a tag to compare

4.1.0

16 Mar 18:08
30a99d6
Compare
Choose a tag to compare
  • Added a new sample project available at /Examples/WeatherApp
    #212
  • iOS:
    • Added a new method setSimulatesAskToBuyInSandbox, that allows developers to test deferred purchases easily.
  • Bumped purchases-hybrid-common to 1.6.1 Changelog here
  • Bumped purchases-ios to 3.10.6 Changelog here
  • Bumped purchases-android to 4.0.4 Changelog here
    #216
  • Fixed issues with CI builds in Android
    #214
    #217

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