Skip to content

Releases: qonversion/flutter-sdk

6.1.1

06 Jul 08:03
7e97526
Compare
Choose a tag to compare

What's new

  • Internal logic update

6.1.0

03 Jul 10:46
1bd8637
Compare
Choose a tag to compare

Major update

What's new

  • Remastered A/B test. Check details in the documentation.
  • Google Play Billing library upgraded to version 6.0.0 without breaking changes - we will add new features support in the future releases.
  • Several Android dependencies versions upgrade, like Kotlin, Gradle and others.

6.0.0

30 Jun 19:03
78d758a
Compare
Choose a tag to compare

Attention

Broken release. Do not use. Use 6.1.0 instead.

5.4.1

06 Jun 13:38
ebc1f00
Compare
Choose a tag to compare

What's new

  • Added native SDK crash tracking.

5.4.0

23 May 07:48
97687f3
Compare
Choose a tag to compare

What's new

  • Added function to sync transactions for StoreKit 2. The function should be used only in rare cases to avoid StoreKit 2 bugs. Contact us before using that function.
  • Parallel requests and race conditions fixed for entitlements state changing calls.

5.3.1

22 Mar 09:40
1f9d312
Compare
Choose a tag to compare

What's new

  • Fixed collectAppleSearchAdsAttribution call bug (NoNecessaryDataError, Could not find necessary arguments).

5.3.0

17 Mar 08:44
652ff92
Compare
Choose a tag to compare

What's new

  • Added function to sync the user's historical data.

5.2.0

09 Mar 09:25
afb181e
Compare
Choose a tag to compare

What's new

  • Added a function to enable Qonversion SDK Kids mode via the builder on Android. With this mode activated, our SDK does not collect any information that violates Google Children’s Privacy Policy.
  • Fixed possible rare ANR (Application Not Responding) errors during Facebook Attribution collection on Android.
  • ! Small breaking change - the property QUser.identityId is made nullable as it should be. Take it into account if you are using Dart null-safety.

5.1.0

02 Feb 15:34
c129fb4
Compare
Choose a tag to compare

What's new

  • Added an option to customize screen presentation style.
  • Added an option to set proxy URL for Qonversion API.

5.0.1

09 Jan 10:33
68e0b68
Compare
Choose a tag to compare

What's new

  • Fixed rare runtime error after migrating from previous major SDK version on iOS.