Before you start building screens in the No-Code Builder, make sure your app is connected to the Qonversion SDK. The SDK handles screen display, product data, analytics, and purchase tracking. You only need to install it once — then you can display and update No-Code screens anytime, without additional code changes.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.
On Android the No-Codes SDK is distributed as a separate package, but it includes the Qonversion SDK as a dependency.For iOS and other supported cross-platform frameworks, No-Codes SDK comes with the Qonversion SDK. If you already use Qonversion SDK, then simply upgrade it to the minimal required version, described below. If not, add the latest version to your project following this guide.
Supported platforms
| Platform | SDK Version |
|---|---|
| iOS | 6.0.0+ |
| Android | No-Codes 1.0.0+ |
| React Native | 10.0.0+ |
| Flutter SDK | 11.0.0+ |
| Unity SDK | 9.0.0+ |
| Cordova Plugin | 7.0.0+ |
| Capacitor Plugin | 1.0.0+ |
1. Install SDKs
Install iOS SDK
iOS (Swift Package Manager)
Open Xcode, go to File → App packages… and enter the package URLhttps://github.com/qonversion-ios-sdk to the search bar to import the package.
Or using CocoaPods:
Add dependency toPodfile.
pod install in the project directory to download the dependency.
Install Android SDK
Add Qonversion dependency to your package levelbuild.gradle file.
Install React Native SDK
Install via npm or Yarn:Install Flutter SDK
To use Qonversion in your Flutter app, add qonversion as a dependency in your pubspec.yaml file:Install Unity SDK
Follow the steps described here.Install Cordova Plugin
Install via npm or Yarn:Install Capacitor Plugin
Install via npm or Yarn:2. Get Your Project Key
- Go to **Qonversion Dashboard **→ Settings → General Tab.
- Copy your Project Key.
- Use this key in your SDK initialization.
3. Initialize SDK
What’s Next
After the SDK is connected, you can:Qonversion No-Code Builder Product Setup & Store Connection