Skip to content

Releases: qonversion/react-native-sdk

10.8.0

05 May 11:22
ebbce00

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.
  • Added DeferredPurchasesListener with onDeferredPurchaseCompleted callback for receiving deferred purchase completions (SCA, Ask to Buy, etc.) with full PurchaseResult details.
  • Deprecated EntitlementsUpdateListener in favor of DeferredPurchasesListener.

10.6.0

26 Mar 22:54
8d5460d

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.

10.3.2

17 Mar 11:52
8662b8f

Choose a tag to compare

What's new

  • Added exception guards to iOS bridge methods to improve SDK stability

10.3.1

24 Feb 13:21
21e44d2

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.

10.3.0

30 Jan 15:15
08b0027

Choose a tag to compare

What's New

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

10.2.0

27 Jan 11:36
bf715ff

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.

10.1.1

16 Jan 15:38
5fd4106

Choose a tag to compare

What's new

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

10.1.0

13 Jan 11:05
4b5be54

Choose a tag to compare

What's new

  • No-Codes can now be used with your custom purchase system, even if you use Qonversion in Analytics mode,
  • You can now provide a custom locale to No-Codes to override the system one,
  • The new purchase method with comprehensive results added - with the status, entitlements, and store transaction info. Consider upgrading your purchases to the new method.

10.0.2

25 Dec 17:05

Choose a tag to compare

What's new

  • Fix build issue on iOS for those who import Qonversion SDK as a framework (#388)

10.0.1

20 Dec 10:16

Choose a tag to compare

What's new

  • Fix malformed URL requests issue on iOS