Skip to content

Releases: qonversion/qonversion-ios-sdk

5.7.0

08 Mar 11:38
c6393df
Compare
Choose a tag to compare

What's new

  • Added an option to load Remote Configs by the specific context keys using the remoteConfig method.

5.6.0

30 Jan 10:41
88ee730
Compare
Choose a tag to compare

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

09 Jan 11:07
564e88f
Compare
Choose a tag to compare

What's new

  • Fixed typo

5.5.1

30 Dec 22:02
a2fcf80
Compare
Choose a tag to compare

What's new

  • Internal logic improve

5.5.0

28 Dec 14:05
a1de12c
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

5.4.0

27 Nov 08:29
d952858
Compare
Choose a tag to compare

What's new

  • Added subscriptionPeriod field for QONProduct.
  • Added trialPeriod field for QONProduct.
  • Updated type field logic for QONProduct.

5.3.0

22 Nov 08:38
9bc810d
Compare
Choose a tag to compare

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

22 Sep 10:49
fad63b8
Compare
Choose a tag to compare

What's new

  • Added function to attach/detach user to remote configuration

5.1.1

19 Sep 12:12
632395c
Compare
Choose a tag to compare

What's new

  • Added rate limits for API calls.

5.1.0

13 Sep 21:24
e544f23
Compare
Choose a tag to compare

What's new

  • Added remote configuration source