Pulse FlightRecorder Docs
  • SDK Documentation
    • Pulse Labs FlightRecorder Documentation
      • iOS
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
          • Swift + SwiftUI
          • Swift + UIKit with Scenes
          • Swift + UIKit without Scenes
          • Objective-C with Scenes
          • Objective-C without Scenes
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
        • Update the SDK
        • Troubleshooting
      • Android
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
          • Kotlin
          • Java
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
        • Update the SDK
        • Troubleshooting
      • ReactNative
        • Install SDK for ReactNative iOS
        • Install SDK for ReactNative Android
        • Update the SDK
      • Flutter
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
      • In-app Surveys
        • Create Survey
        • Edit Survey
        • Launch Survey
        • Pause Survey
        • Survey Responses
        • Survey Styling
    • ⬅️FlightRecorder Home
Powered by GitBook
On this page
  1. SDK Documentation
  2. Pulse Labs FlightRecorder Documentation
  3. iOS

SDK Configuration

Last updated 1 year ago

​ 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 .

Swift + SwiftUI
Swift + UIKit with Scenes
Swift + UIKit without Scenes
Objective-C with Scenes
Objective-C without Scenes