iOS session replay installation
- 1
Install the SDK
RequiredAdd PostHog to your Podfile:
PodfileOr install via Swift Package Manager:
Package.swiftSDK versionSession replay requires PostHog iOS SDK version 3.6.0 or higher. We recommend always using the latest version.
- 2
Enable session recordings in project settings
RequiredGo to your PostHog Project Settings and enable Record user sessions. Session recordings will not work without this setting enabled.
- 3
Configure PostHog with session replay
RequiredAdd
sessionReplay = trueto your PostHog configuration. Here are all the available options:AppDelegate.swiftFor more configuration options, see the iOS session replay docs.
SwiftUI supportSwiftUI is only supported if the
screenshotModeoption is enabled. Custom views and WebViews also require screenshot mode for full support. - 4
Watch session recordings
RecommendedVisit your site or app and interact with it for at least 10 seconds to generate a recording. Navigate between pages, click buttons, and fill out forms to capture meaningful interactions.
- 5
Next steps
RecommendedNow that you're recording sessions, continue with the resources below to learn what else Session Replay enables within the PostHog platform.
Resource Description Watching recordings How to find and watch session recordings Privacy controls How to mask sensitive data in recordings Network recording How to capture network requests in recordings Console log recording How to capture console logs in recordings More tutorials Other real-world examples and use cases