Skip to content

Releases: qonversion/react-native-sdk

7.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 13:53
f898cb9

What's new

  • Added an option to load Remote Configs by the specific context keys using the remoteConfig method.

7.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 15:22
17a4805

What's new

  • Added 4 new properties for AppMetrica and PushWoosh integrations - APP_METRICA_DEVICE_ID, APP_METRICA_USER_PROFILE_ID, PUSH_WOOSH_WH_ID, PUSH_WOOSH_USER_ID.
  • Updated entitlements cache logic - the case with entitlement expiration during the app session handled.

7.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 12:20
0d7a35d

New major release of Qonversion Android SDK with the new Google Play Billing features support!

  • added base plans and offers support;
  • the checkTrialIntroEligibility method improved and now detects the eligibility based on store details on Android;
  • the ProductDuration and TrialDuration classes were removed;
  • the ProductType enum values were changed to meet guidelines;
  • the ProrationMode enum was removed and replaced with PurchaseUpdatePolicy.

For the complete release notes with the migration guide please see the documentation.

6.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 14:23
4d2b4cc

What's new

  • Fixed renews count mapping

6.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 08:33
2d67fa7

What's new

Updated Entitlement object

Fields:

  • trialStartDate
  • firstPurchaseDate
  • lastPurchaseDate
  • lastActivatedOfferCode
  • grantType
  • autoRenewDisableDate
  • transactions

Added Transaction object

Fields:

  • originalTransactionId
  • transactionId
  • offerCode
  • transactionDate
  • expirationDate
  • transactionRevocationDate
  • environment
  • ownershipType
  • type

6.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 07:46
a2c5d58

What's new

  • Added function to attach/detach user to remote configuration.

6.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 13:59
50c2382

What's new

  • Added remote configuration source property.
  • Added rate limits for API calls.

6.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:26
596844e

What's new

  • Fixed a small bug with setting ADVERTISING_ID property on Android.

6.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:35
de85621

What's new

  • New userProperties method to get all the properties set for the current user.
  • Renamings of several entities and public methods to make our namings and structure clearer.

For the complete list of changes, please, see the migration guide

5.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:32
875dee9

What's new

  • Android 14 support.