Skip to content

11.8.0

Latest

Choose a tag to compare

@SpertsyanKM SpertsyanKM released this 17 Jul 12:50
86445a9

What's New

  • No-Codes: new loadScreen(contextKey) method — loads a screen without presenting it and returns a typed QNoCodeScreen with id, context key, default selected product id and typed defaultVariables
  • No-Codes: new customActionStream delivering custom actions configured in the builder
  • No-Codes: support for custom purchase loaders — if one is set in the builder, the SDK won't show the native spinner
  • No-Codes: fixed original error details being lost when wrapping client errors
  • Updated native SDKs: iOS Qonversion 6.13.0, Android No-Codes 1.10.0
  • Note: the NoCodes interface gained two new abstract members (loadScreen, customActionStream) — custom mocks and implementations must add them