CorbadoObserve records native authentication events for Observe. Your application keeps control of authentication and explicitly reports flow boundaries, method attempts and outcomes.
Requirements
An iOS 15 or later app and a Swift 6 toolchain. Initialize in the main app; app extensions are not supported.1
Add the Swift package
In Xcode, choose File → Add Package Dependencies and enter:Select version 0.1.0 or a compatible published release, then add the CorbadoObserve product to your app target. See releases for available versions.
2
Initialize explicitly
3
Report flow boundaries
When the login screen becomes visible:After your identity system confirms a successful login:Add method-level operations between these boundaries. The SDK example demonstrates native instrumentation. The shared event model explains flows and attempts; method signatures differ by platform.