Skip to main content
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.
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


1. Install SDKs

Install iOS SDK

iOS (Swift Package Manager)

Open Xcode, go to File → Add Package Dependencies… (Xcode 15+; on Xcode 11-14 use File → Swift Packages → Add Package Dependency…), and paste https://github.com/qonversion/qonversion-ios-sdk into the search bar to import the package.

Or using CocoaPods:

Add dependency to Podfile.
Run pod install in the project directory to download the dependency.

Install Android SDK

Add Qonversion dependency to your package level build.gradle file.

Migrating to the latest Qonversion SDK version

If you are utilizing our subscription management and analytics SDK (io.qonversion.android.sdk:sdk), please be aware that the No-Codes SDK includes the latest version of the Qonversion SDK. Therefore, you need to manage the migration from previous major versions to the latest ones. Our migration guides located in the relevant documentation section will assist you with this process.After that you can remove the Qonversion SDK dependency from your build.gradle file and leave only the No-Codes SDK dependency there.

Install React Native SDK

Install via npm or Yarn:
After installation, make sure to install the iOS pods:

Install Flutter SDK

To use Qonversion in your Flutter app, add qonversion as a dependency in your pubspec.yaml file:
Then install the dependency
After installation, make sure to install the iOS pods:

Install Unity SDK

Follow the steps described here.

Install Cordova Plugin

Install via npm or Yarn:
After installation, make sure to install the iOS pods:

Install Capacitor Plugin

Install via npm or Yarn:
After installation, make sure to install the iOS pods:

2. Get Your Project Key

  1. Go to Qonversion DashboardSettingsGeneral Tab.
  2. Copy your Project Key.
  3. Use this key in your SDK initialization.
This key connects your app to the correct project, enabling the Builder to display published screens and track metrics.

3. Initialize SDK


What’s Next

After the SDK is connected, you can:
Qonversion No-Code Builder Product Setup & Store Connection