Skip to main content
GitHub release

Install SDK

Qonversion iOS SDK is distributed as a Swift package and as a CocoaPod. Swift Package Manager is the recommended way to install it.

Install via Swift Package Manager

Open Xcode (15 or newer), go to File → Add Package Dependencies…, paste the package URL into the search bar and add the Qonversion library to your app target:
If you declare dependencies in Package.swift, add the package and the Qonversion product to your target:

Module names with Swift Package Manager

The Swift package exposes three modules, while the CocoaPod merges everything into a single Qonversion module:

Install via CocoaPods

CocoaPods trunk becomes read-only on December 2, 2026. From that date new Qonversion releases will no longer be published to CocoaPods trunk — Swift Package Manager is the supported way to receive them; existing CocoaPods builds keep working. See the CocoaPods → Swift Package Manager migration guide.
Add the dependency to your Podfile:
Run pod install in the project directory to download the dependency:

Kids Mode for Qonversion iOS SDK

In case you are building an App for Kids, please, follow this guide to learn more about Kids Mode for Qonversion SDKs.

Next steps

The SDK is installed. Choose the mode to implement — this determines how much code you write next.