Skip to main content
Add the following code to the entry point of your app.
import Qonversion

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
    let config = Qonversion.Configuration(projectKey: "[projectKey]", launchMode: .subscriptionManagement)
    Qonversion.initWithConfig(config)
    return true
}