Skip to content

Releases: qonversion/flutter-sdk

4.3.0

25 Nov 11:42
1578b75

Choose a tag to compare

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

20 Sep 10:46
763f179

Choose a tag to compare

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

20 Sep 10:42
be37ffc

Choose a tag to compare

What's new

Fix StrictMode policy violation errors in the Google Play Console pre-launch report.

3.4.1

23 Aug 12:35
be37ffc

Choose a tag to compare

What's new

Fix StrictMode policy violation errors in the Google Play Console pre-launch report.

4.1.0

13 Aug 17:33
d2e85e4

Choose a tag to compare

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

13 Aug 17:32
d2e85e4

Choose a tag to compare

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

09 Jul 14:29
30c4960

Choose a tag to compare

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

30 Jul 14:33
30c4960

Choose a tag to compare

What's new

Improved Android requests logic during the background and foreground app states.

3.3.0

06 Jul 12:46
3016b01

Choose a tag to compare

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

16 Jun 08:47
96e22f4

Choose a tag to compare

What's new

Fix enum dependencies