Releases: qonversion/flutter-sdk
Releases · qonversion/flutter-sdk
9.0.1
What's new
- Internal SDK version fix
8.5.1
What's new
- Fixed offline mode issue on Android
9.0.0
New major release of Qonversion React Native SDK with the new Google Play Billing Library 7 support!
- installment plans supported for subscriptions
- fallback files support added for improved reliability
- several error code values updated
For the migration steps and the complete list of changes see the following guide.
8.5.0
What's new
- Internal logic update
8.4.1
What's new
- Fixed the issue with the
QRemoteConfigurationSource
parsing.
8.4.0
What's new
- Added returning promise to the
identify
method. 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
remoteConfig
method.
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.