Releases: qonversion/flutter-sdk
4.3.1
What's new
- Updated Apple search Ads
- Method
setUserId
marked as deprecated. UsesetProperty(QUserProperty.customUserId, 'yourSideUserId')
instead.
3.5.0
What's new
Apple Search Ads
Qonversion SDK can now automatically collect Apple Search Ads attribution data. Just enable that using setAppleSearchAdsAttributionEnabled
method:
Qonversion.setAppleSearchAdsAttributionEnabled(true);
Also
Method setUserId
marked as deprecated. Use setProperty(QUserProperty.customUserId, 'yourSideUserId')
instead.
4.3.0
What's new
Automations
Qonversion Automation allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events. This feature is designed to increase your app's revenue and retention, provide cancellation insights, reduce subscriber churn, and improve your subscribers' user experience.
See more in the documentation.
4.2.0
What's new
Apple Search Ads
Qonversion SDK can now automatically collect Apple Search Ads attribution data. Just enable that using setAppleSearchAdsAttributionEnabled
method:
Qonversion.setAppleSearchAdsAttributionEnabled(true);
4.1.1
What's new
Fix StrictMode policy violation errors in the Google Play Console pre-launch report.
3.4.1
What's new
Fix StrictMode policy violation errors in the Google Play Console pre-launch report.
4.1.0
Errors details
From now Qonversion SDK returns more details about the error received. Check the details in the error object and in the documentation.
Error details contain information on receipt validation error, project configuration issues, invalid or fraud purchases, wrong credentials, etc.
Product update
New Product fields: storeTitle, storeDescription, price, currencyCode, prettyIntroductoryPrice.
Minor improvements
Updated background mode logic
3.4.0
Errors details
From now Qonversion SDK returns more details about the error received. Check the details in the error object and in the documentation.
Error details contain information on receipt validation error, project configuration issues, invalid or fraud purchases, wrong credentials, etc.
Product update
New Product fields: storeTitle, storeDescription, price, currencyCode, prettyIntroductoryPrice.
Minor improvements
Updated background mode logic
4.0.0
From now Qonversion supports Google Play Billing Library 4.0.0.
If you are using Qonversion Flutter SDK in Observer Mode, please check the Google Play Billing Library version in your in-app subscription implementation. For the library version 3.x.y, you have to use the major version of the SDK 3.x.y. In other cases use the latest SDK version (version 4.0.0 and above).
3.3.1
What's new
Improved Android requests logic during the background and foreground app states.