SDK Configuration
Last updated
Last updated
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
If your app is written in Swift using UIKit with Scenes (uses a SceneDelegate file), continue to section .
If your app is written in Swift using UIKit without Scenes (does not use a SceneDelegate file), continue to section .
If your app is written in Objective-C with Scenes (uses a SceneDelegate file), continue to section .
If your app is written in Objective-C without Scenes (does not use a SceneDelegate file), continue to section .