Skip to content

Releases: qonversion/flutter-sdk

5.4.0

23 May 07:48
97687f3

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

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

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

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

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

Choose a tag to compare

What's new

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

5.0.0

14 Dec 08:27
0d8164c

Choose a tag to compare

New major version of Qonversion Flutter SDK

For the list of changes and migration guide, please, visit the documentation.

5.0.0-RC1

12 Dec 15:58

Choose a tag to compare

First candidate for the new major SDK release

It contains a lot of changes, which are described in our migration guide.

Please, note that future releases may be backward incompatible with release candidates.

4.6.1

16 Nov 11:26
49cc326

Choose a tag to compare

What's new

  • Fixed an issue causing automation event losses on Android.
  • Fixed a rare issue with the permissions cache on Android.

4.6.0

29 Sep 14:13
cbb1262

Choose a tag to compare

What's new

  • Added a source property to the QPermission object - use it to know where this permission is originally from - App Store, Play Store, Stripe, etc.
  • Added a method getNotificationCustomPayload to get the extra data you've added to automation notifications.
  • Added a method presentCodeRedemptionSheet to show up a sheet for users to redeem AppStore offer codes (iOS 14+ only).
  • Purchase tracking error handling improved to guarantee delivery.