Releases: qonversion/flutter-sdk
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.
3.3.0
Purchase Product
When Products and Permissions are set, you can start making purchases with the purchaseProduct method.
var permissions = await Qonversion.purchaseProduct(product);Deprecations
Qonversion.resetUser() is deprecated. You can reinstall the app if you need to reset the user ID.
3.2.1
What's new
Fix enum dependencies
