Releases: qonversion/flutter-sdk
Releases · qonversion/flutter-sdk
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
collectAppleSearchAdsAttributioncall 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.identityIdis 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.
5.0.0
New major version of Qonversion Flutter SDK
For the list of changes and migration guide, please, visit the documentation.
5.0.0-RC1
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
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
What's new
- Added a
sourceproperty to theQPermissionobject - use it to know where this permission is originally from - App Store, Play Store, Stripe, etc. - Added a method
getNotificationCustomPayloadto get the extra data you've added to automation notifications. - Added a method
presentCodeRedemptionSheetto show up a sheet for users to redeem AppStore offer codes (iOS 14+ only). - Purchase tracking error handling improved to guarantee delivery.