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 theQonversion library to your app target:
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 singleQonversion module:Install via CocoaPods
Add the dependency to yourPodfile:
pod install in the project directory to download the dependency: