iOS
Install Qonversion iOS SDK to implement in-app subscriptions, validate user receipts, get subscription analytics, and send subscription events to third-party integrations.
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 the 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 the Carthage update to build the framework and drag the built Qonversion.framework into your Xcode project.
carthage update
Install via Apple Swift Package Manager
Open Xcode, go to File → App packages... and enter the package URL https://github.com/qonversion/qonversion-ios-sdk
to the search bar to import the package.
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.
Updated about 2 months ago