π iOS integration flow
AzeooSDK.initializeβ in AppDelegate or.taskon launchconnectUserβ after your login flow, with a User JWT from your backend- Embed β
getView()(SwiftUI) ortabHost(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).