Skip to content

Releases: qonversion/unity-sdk

9.6.0

05 May 11:21
d52e258

Choose a tag to compare

What's new

  • Added No-Codes context support: pass customVariables to showScreen(...) to inject variables for use in conditional logic.

9.5.1

29 Apr 11:58
7c04d1c

Choose a tag to compare

What's new

  • Bumped the bundled Android SDK to 9.4.1, fixing a race condition where lifetime purchases could be consumed when restore ran concurrently with SDK initialization.

9.5.0

20 Apr 10:39
b0f4b83

Choose a tag to compare

What's new

  • Added DeferredPurchaseCompleted event, providing detailed purchase result information for deferred purchases (e.g., SCA, Ask to Buy). The UpdatedEntitlementsReceived event is now deprecated - use DeferredPurchaseCompleted instead for richer transaction details.

9.4.0

26 Mar 22:55
eae6453

Choose a tag to compare

What's new

  • Added conditional logic support. You can now customize a single screen for different users based on a wide range of conditions. See the documentation for details.

9.2.1

24 Feb 13:26
08dd265

Choose a tag to compare

What's new

  • Added user switching support in restore flow - now if the store account was already used on another install or device, the anonymous Qonversion user will be restored instead of granting permissions to the new one (identity flow is not affected).
  • Enhanced non-consumable purchases support on Android - in-app purchases are now acknowledged (instead of consumption) if they are marked as lifetime products in the Qonversion dashboard.

9.2.0

30 Jan 15:15
c390e4f

Choose a tag to compare

What's New

— Success/failure actions are supported for No-Code screens.

9.1.0

27 Jan 12:36
67f6312

Choose a tag to compare

What's new

  • Faster screen loading — No-Code screens now preload images together with content, dramatically improving display speed. Don't forget to enable preloading in the screen settings in the No-Code builder.

  • Theme customization — Set your preferred appearance for No-Codes: system default, light, or dark mode. This currently styles the loading skeleton view, with full screen theming support coming soon in the No-Code builder.

9.0.1

16 Jan 15:33
3293648

Choose a tag to compare

What's new

  • Fixed bug when No-Code screen on iOS was closing after the user canceled the purchase flow

9.0.0

16 Jan 10:51
b193d04

Choose a tag to compare

What's new

  • Meet Qonversion No-Codes - create and show your paywalls or onboarding flows without writing any code! This release brings lots of crucial features:
  • Automations were removed - migrate to the new No-Codes!
  • Purchase methods were replaced with the new one, with comprehensive results - with the status, entitlements, and store transaction info,
  • Google Play Billing Library upgraded to version 8.1.0 on Android - SkuDetails were removed, products now require base plan id to be specified. See more here.

8.2.1

26 Jun 08:52
c48163e

Choose a tag to compare

What's new

  • iOS and Android stability improvements.