Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt

Use this file to discover all available pages before exploring further.

  1. Log SDK requests on your server
  2. Proxy SDK requests in case there are some network restrictions
To leverage this feature, set your Proxy URL using the setProxyURL function. Once you implement it, all requests from our mobile SDK will be sent to your API, which should proxy that requests to our API and back.
let config = Qonversion.Configuration(projectKey: "projectKey", launchMode: select_needed_launch_mode)
config.setProxyURL("your_server_proxy_URL")
Qonversion.initWithConfig(config)

Scheduled Reports Qonversion No-Code Builder