Releases: qonversion/flutter-sdk
Releases · qonversion/flutter-sdk
6.1.1
What's new
- Internal logic update
6.1.0
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
5.4.1
What's new
- Added native SDK crash tracking.
5.4.0
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
What's new
- Fixed
collectAppleSearchAdsAttribution
call bug (NoNecessaryDataError, Could not find necessary arguments
).
5.3.0
What's new
- Added function to sync the user's historical data.
5.2.0
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
What's new
- Added an option to customize screen presentation style.
- Added an option to set proxy URL for Qonversion API.
5.0.1
What's new
- Fixed rare runtime error after migrating from previous major SDK version on iOS.