Releases: qonversion/flutter-sdk
Releases · qonversion/flutter-sdk
8.5.0
What's new
- Internal logic update
8.4.1
What's new
- Fixed the issue with the
QRemoteConfigurationSourceparsing.
8.4.0
What's new
- Added returning promise to the
identifymethod. 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
What's new
- Fixed privacy manifest file
8.3.0
What's new
- Added functions to request remote config list - either all or for a specific set of context keys.
8.2.0
What's new
- Added an option to load Remote Configs by the specific context keys using the
remoteConfigmethod.
8.1.0
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
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
checkTrialIntroEligibilitymethod improved and now detects the eligibility based on store details on Android; - the
QProductDurationandQTrialDurationclasses were removed; - the
QProrationModeenum was removed and replaced withQPurchaseUpdatePolicy.
For the complete release notes with the migration guide please see the documentation.
7.3.2
What's new
- Fixed restore issue on iOS/MacOS
7.3.1
What's new
- Fixed restore result mapping