SDK Configuration

​ Configuration instructions vary depending on the language and UI framework used in your app. Please follow the appropriate section below based on your app's implementation: ​

  • If your app is written in Swift using SwiftUI as the main entry point and does not utilize an AppDelegate or SceneDelegate, continue to section Swift + SwiftUI

  • If your app is written in Swift using UIKit with Scenes (uses a SceneDelegate file), continue to section Swift + UIKit with Scenes.

  • If your app is written in Swift using UIKit without Scenes (does not use a SceneDelegate file), continue to section Swift + UIKit without Scenes.

  • If your app is written in Objective-C with Scenes (uses a SceneDelegate file), continue to section Objective-C with Scenes.

  • If your app is written in Objective-C without Scenes (does not use a SceneDelegate file), continue to section Objective-C without Scenes.

Last updated