Skip to content

Releases: adaptyteam/AdaptySDK-React-Native

v2.3.10

27 Feb 20:34
Compare
Choose a tag to compare
  • Logger on JS layer. If you set logLevel, Adapty is now going to log all the happening events about serialization and messaging with native layer
  • Fixed an error, that caused getProfile to throw an error on some devices, if profile included a date with a timezone offset
  • Android native Adapty bump SDK v2.3.1 to v2.3.3

v2.3.7-beta

26 Feb 09:52
Compare
Choose a tag to compare
  • Another way to locate local maven repository for the cases, when Gradle fails to find it (#51)
  • updateAttribution fix for android. JS Bridge caused JS object to be invalid on a native side, changed serialization mechanism

v2.3.6

23 Feb 18:13
Compare
Choose a tag to compare
  • Handled invalid Android error serialization, which resulted in JSON Parse errors instead of meaningful texts (#44)

v2.3.5

23 Feb 13:12
Compare
Choose a tag to compare
  • Memoization on JS side occasionally lost it's state. Moved to a native side (#42)

v2.3.4

20 Feb 12:30
Compare
Choose a tag to compare
  • Unknown error deserialization handling. No JSON Parse errors should occur

v2.3.3

17 Feb 10:11
Compare
Choose a tag to compare
  • Fixed attribution bridge conversion (#49)

v2.3.2

13 Feb 09:51
Compare
Choose a tag to compare
  • Kotlin version raised from v1.4.0 to v1.6.21 to meet the minimal requirements of current Expo SDK (#47)

v2.3.1

07 Feb 18:23
Compare
Choose a tag to compare
  • Fixed a bug that caused a new anonymous user to be created when migrating from earlier versions of the SDK.

v2.3.0

01 Feb 09:46
Compare
Choose a tag to compare
  • Added an option to specify the paywall locale
    ❗️Please note that you should enable this feature in the dashboard, in other case the SDK will not receive any values for remoteConfig
  • Added activation call memoization to avoid alreadyActivated error while hot reloading (#42)

v2.2.1

23 Jan 21:01
7b298fd
Compare
Choose a tag to compare

If you haven't yet migrated to v2, check out the release.

  • Fixed a bug with AdaptyProduct.subscriptionPeriod being a required field, while being null for consumable products (#40)