Skip to content

Releases: qonversion/android-sdk

7.3.1

29 Mar 08:05
96804b3
Compare
Choose a tag to compare

What's new

  • TheremoteConfigs field of QRemoteConfigList is made public

7.3.0

28 Mar 13:03
1633e07
Compare
Choose a tag to compare

What's new

  • Added two new methods remoteConfigList with different signatures to request all the remote configs for current user or remote configs for a specific set of context keys.

7.2.0

08 Mar 11:06
70ed9aa
Compare
Choose a tag to compare

What's new

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

7.1.0

30 Jan 08:31
3dad614
Compare
Choose a tag to compare

What's new

  • Added 4 new properties for AppMetrica and PushWoosh integrations - AppMetricaDeviceId, AppMetricaUserProfileId, PushWooshHwId, PushWooshUserId.
  • Updated entitlements cache logic - the case with entitlement expiration during the app session handled.

7.0.0

22 Jan 07:57
f8eb05c
Compare
Choose a tag to compare

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;
  • Kotlin version upgraded along with the minimal supported SDK version - from 16th to 19th API level;
  • the QProductDuration and QTrialDuration classes were removed;
  • the previously deprecated method contextForScreenIntent was removed from AutomationsDelegate.

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

6.3.2

11 Jan 13:55
96fbea4
Compare
Choose a tag to compare

What's new

  • Fixed renews count mapping

6.3.1

09 Jan 15:40
5d9a4b0
Compare
Choose a tag to compare

What's new

  • Fixed typo

6.3.0

30 Dec 10:42
f4fc8ab
Compare
Choose a tag to compare

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

22 Sep 10:50
07741ae
Compare
Choose a tag to compare

What's new

  • Added function to attach/detach user to remote configuration

6.1.1

19 Sep 11:56
f91c33e
Compare
Choose a tag to compare

What's new

  • Added rate limits for API calls.