Skip to content

Releases: qonversion/flutter-sdk

8.5.0

05 Jun 08:31
1f62d36

Choose a tag to compare

What's new

  • Internal logic update

8.4.1

07 May 16:20
cc8159b

Choose a tag to compare

What's new

  • Fixed the issue with the QRemoteConfigurationSource parsing.

8.4.0

07 May 13:18
bb05786

Choose a tag to compare

What's new

  • Added returning promise to the identify method. You may see warnings for ignoring the returned promise after updating to this version until you update the usage to asynchronous. If you don't need to know the identification result, simply ignore it.

8.3.1

09 Apr 12:28
f6f1573

Choose a tag to compare

What's new

  • Fixed privacy manifest file

8.3.0

05 Apr 07:00
42672b0

Choose a tag to compare

What's new

  • Added functions to request remote config list - either all or for a specific set of context keys.

8.2.0

08 Mar 13:18
3cbf17f

Choose a tag to compare

What's new

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

8.1.0

30 Jan 15:33
42a7495

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.

8.0.0

22 Jan 11:48
ab7412d

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;
  • Gradle on Android was upgraded to the version 8;
  • the checkTrialIntroEligibility method improved and now detects the eligibility based on store details on Android;
  • the QProductDuration and QTrialDuration classes were removed;
  • the QProrationMode enum was removed and replaced with QPurchaseUpdatePolicy.

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

7.3.2

17 Jan 16:32
b25c19b

Choose a tag to compare

What's new

  • Fixed restore issue on iOS/MacOS

7.3.1

16 Jan 12:47
a0e08f4

Choose a tag to compare

What's new

  • Fixed restore result mapping