Releases: qonversion/android-sdk
Releases · qonversion/android-sdk
7.3.1
What's new
- The
remoteConfigs
field ofQRemoteConfigList
is made public
7.3.0
What's new
- Added two new methods
remoteConfigList
with different signatures to request all the remote configs for current user or remote configs for a specific set of context keys.
7.2.0
What's new
- Added an option to load Remote Configs by the specific context keys using the
remoteConfig
method.
7.1.0
What's new
- Added 4 new properties for AppMetrica and PushWoosh integrations -
AppMetricaDeviceId
,AppMetricaUserProfileId
,PushWooshHwId
,PushWooshUserId
. - Updated entitlements cache logic - the case with entitlement expiration during the app session handled.
7.0.0
New major release of Qonversion Android SDK with the new Google Play Billing features support!
- added base plans and offers support;
- the
checkTrialIntroEligibility
method improved and now detects the eligibility based on store details; - Kotlin version upgraded along with the minimal supported SDK version - from 16th to 19th API level;
- the
QProductDuration
andQTrialDuration
classes were removed; - the previously deprecated method
contextForScreenIntent
was removed fromAutomationsDelegate
.
For the complete release notes with the migration guide please see the documentation.
6.3.2
What's new
- Fixed renews count mapping
6.3.1
What's new
- Fixed typo
6.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
6.2.0
What's new
- Added function to attach/detach user to remote configuration
6.1.1
What's new
- Added rate limits for API calls.