Releases: qonversion/qonversion-ios-sdk
Releases · qonversion/qonversion-ios-sdk
5.7.0
What's new
- Added an option to load Remote Configs by the specific context keys using the
remoteConfig
method.
5.6.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.
5.5.2
What's new
- Fixed typo
5.5.1
What's new
- Internal logic improve
5.5.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
5.4.0
What's new
- Added
subscriptionPeriod
field forQONProduct
. - Added
trialPeriod
field forQONProduct
. - Updated
type
field logic forQONProduct
.
5.3.0
What's new
- Added public constants to check the error domain.
QonversionErrorDomain
,QonversionApiErrorDomain
. - Fixed offline mode issues
- Added iOS Shared extensions support. Set custom user defaults with suite name via Qonversion.Configuration (using
setCustomUserDefaults()
function) to share it between app and shared extension to have the same user and entitlements.
5.2.0
What's new
- Added function to attach/detach user to remote configuration
5.1.1
What's new
- Added rate limits for API calls.
5.1.0
What's new
- Added remote configuration source