Releases: qonversion/flutter-sdk
Releases · qonversion/flutter-sdk
8.0.0
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
andQTrialDuration
classes were removed; - the
QProrationMode
enum was removed and replaced withQPurchaseUpdatePolicy
.
For the complete release notes with the migration guide please see the documentation.
7.3.2
What's new
- Fixed restore issue on iOS/MacOS
7.3.1
What's new
- Fixed restore result mapping
7.3.0
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
What's new
- Added function to attach/detach user to remote configuration
7.1.0
What's new
- Added remote configuration source property.
- Added rate limits for API calls.
7.0.1
What's new
- Fixed a small bug with setting
advertisingId
property on Android.
7.0.0
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
What's new
- Android 14 support.
6.1.1
What's new
- Internal logic update