Skip to content

Releases: qonversion/flutter-sdk

4.3.1

18 Mar 15:41
585c35f
Compare
Choose a tag to compare

What's new

  • Updated Apple search Ads
  • Method setUserId marked as deprecated. Use setProperty(QUserProperty.customUserId, 'yourSideUserId') instead.

3.5.0

18 Mar 14:14
Compare
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);

Also

Method setUserId marked as deprecated. Use setProperty(QUserProperty.customUserId, 'yourSideUserId') instead.

4.3.0

25 Nov 11:42
1578b75
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's new

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