Skip to content

Releases: RevenueCat/purchases-hybrid-common

1.9.3

28 Oct 20:07
bc72d7f
Compare
Choose a tag to compare

1.9.2

13 Oct 19:17
dba7571
Compare
Choose a tag to compare

1.9.2

1.9.1

27 Aug 19:51
63687dd
Compare
Choose a tag to compare

1.9.0

17 Aug 18:34
67be39c
Compare
Choose a tag to compare
  • Adds getPaymentDiscount in Android, which returns an error
    #88

1.8.2

13 Aug 14:31
67dfb6c
Compare
Choose a tag to compare

1.8.1

29 Jul 18:02
a310275
Compare
Choose a tag to compare

1.8.1

  • Fixed a bug where the wrong error code would be returned when mapping to JSON in Android
    #85

1.8.0

19 Jul 19:07
5c2bfd9
Compare
Choose a tag to compare

1.8.0

Identity V3

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 allowSharingStoreAccount in favor of dashboard-side configuration

Dependency updates

Bug Fixes

  • Added readableErrorCode to UserInfo when creating ErrorContainer, so all errors have readableErrorCode
    #82
  • Made underlyingErrorMessage an empty string if it's missing in iOS
    #71

1.7.1

07 Jun 15:25
68ef047
Compare
Choose a tag to compare
  • Fixed dependency specificiation in Podspec to purchases-ios@3.11.1
    #81

1.7.0

04 Jun 17:14
ff2206e
Compare
Choose a tag to compare
  • Adds a new method, canMakePayments, that provides a way to check if the current user is allowed to make purchases on the device.
    #77
  • Fixes a crash when calling syncPurchases with no completion block on iOS
    #78
  • Bumps purchases-android to 4.2.1 (Changelog here)
    #77

1.6.3

05 May 20:14
Compare
Choose a tag to compare