Skip to main content

πŸ”Œ iOS integration flow

  1. AzeooSDK.initialize β€” in AppDelegate or .task on launch
  2. connectUser β€” after your login flow, with a User JWT from your backend
  3. Embed β€” getView() (SwiftUI) or tabHost(for:) (UIKit)

Use AzeooSDK as the single entry point for initialize, connect, modules, navigation, and theme.

See Quick start and example/ios_example_uikit/AppDelegate.swift (integration guide comment).