Skip to main content
This guide covers the minimum steps to install and start using the Zixflow iOS SDK.

1. Initialize the SDK

Initialize early in application(_:didFinishLaunchingWithOptions:) on the main thread.

UIKit

SwiftUI

Create an AppDelegate and attach it with @UIApplicationDelegateAdaptor:
Replace YOUR_API_KEY with your API key from the Zixflow dashboard.

2. Identify and track

See Core Features for screens, attributes, logout, and more.

3. Add push notifications (optional)

After core init, initialize APNs push:
For the full push setup (capabilities, NSE, FCM), see Push Notifications.