Install SDK
Qonversion supports Cocoapods, Carthage and Swift Package Manager to package your dependencies as a framework.
Install via Cocoapods
Add dependency to Podfile
.
pod 'Qonversion'
Run pod install in the project directory to download dependency.
pod install
Install via Carthage
To integrate SDK into your Xcode project using Carthage, specify it in your Cartfile:
github "qonversion/qonversion-ios-sdk"
After that run carthage update to build the framework and drag the built Qonversion.framework into your Xcode project.
carthage update
Install via Swift Package Manager
Open Xcode, go to File → Swift Packages → Add Package Dependency and just enter the package URL https://github.com/qonversion/qonversion-ios-sdk
to import the package through SPM.
Updated 4 months ago
What's Next
Using the SDKs |