Skip to content

Releases: qonversion/flutter-sdk

8.0.0

22 Jan 11:48
ab7412d
Compare
Choose a tag to compare

New major release of Qonversion Android SDK with the new Google Play Billing features support!

  • added base plans and offers support;
  • Gradle on Android was upgraded to the version 8;
  • the checkTrialIntroEligibility method improved and now detects the eligibility based on store details on Android;
  • the QProductDuration and QTrialDuration classes were removed;
  • the QProrationMode enum was removed and replaced with QPurchaseUpdatePolicy.

For the complete release notes with the migration guide please see the documentation.

7.3.2

17 Jan 16:32
b25c19b
Compare
Choose a tag to compare

What's new

  • Fixed restore issue on iOS/MacOS

7.3.1

16 Jan 12:47
a0e08f4
Compare
Choose a tag to compare

What's new

  • Fixed restore result mapping

7.3.0

12 Jan 14:08
163cbf1
Compare
Choose a tag to compare

What's new

Updated Entitlement object

Fields:

  • trialStartDate
  • firstPurchaseDate
  • lastPurchaseDate
  • lastActivatedOfferCode
  • grantType
  • autoRenewDisableDate
  • transactions

Added Transaction object

Fields:

  • originalTransactionId
  • transactionId
  • offerCode
  • transactionDate
  • expirationDate
  • transactionRevocationDate
  • environment
  • ownershipType
  • type

7.2.0

25 Sep 08:54
9d4c69a
Compare
Choose a tag to compare

What's new

  • Added function to attach/detach user to remote configuration

7.1.0

19 Sep 14:09
4922415
Compare
Choose a tag to compare

What's new

  • Added remote configuration source property.
  • Added rate limits for API calls.

7.0.1

08 Aug 21:32
2380b2a
Compare
Choose a tag to compare

What's new

  • Fixed a small bug with setting advertisingId property on Android.

7.0.0

08 Aug 10:50
82a2fcf
Compare
Choose a tag to compare

What's new

  • New userProperties method to get all the properties set for the current user.
  • Renamings of several entities and public methods to make our namings and structure clearer.

For the complete list of changes, please, see the migration guide

6.1.2

19 Jul 09:38
8ec4ded
Compare
Choose a tag to compare

What's new

  • Android 14 support.

6.1.1

06 Jul 08:03
7e97526
Compare
Choose a tag to compare

What's new

  • Internal logic update