Skip to content

Releases: qonversion/unity-sdk

7.5.0

05 Jun 08:40
0887ff8
Compare
Choose a tag to compare

What's new

  • Internal logic update

7.4.0

07 May 12:08
d2f3b57
Compare
Choose a tag to compare

What's new

  • Added a new method Identify that accepts a callback to get notified about the identification result. The old Identify method without a callback remains as well.

7.3.1

09 Apr 13:15
6079f2a
Compare
Choose a tag to compare

What's new

  • Fixed privacy manifest file

7.3.0

04 Apr 14:18
3b82184
Compare
Choose a tag to compare

What's new

  • Added functions to request remote config list - either all or for a specific set of context keys.

7.2.0

10 Mar 13:08
d0f3bdc
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.

7.1.0

30 Jan 15:24
5da3195
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.

7.0.0

22 Jan 10:45
4328a06
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;
  • the CheckTrialIntroEligibility method improved and now detects the eligibility based on store details on Android;
  • the ProductDuration and TrialDuration classes were removed;
  • the ProrationMode enum was removed and replaced with PurchaseUpdatePolicy.

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

6.3.0

16 Jan 08:17
ca0a4b8
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

6.2.0

25 Sep 08:16
b6c0f99
Compare
Choose a tag to compare

What's new

  • Added function to attach/detach user to remote configuration.

6.1.0

19 Sep 14:12
8c71087
Compare
Choose a tag to compare

What's new

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