Skip to main content

⚙️ iOS configuration

Pass AzeooConfig, AzeooThemeConfig, AzeooDeepLinkConfig, AzeooSafeAreaConfig to AzeooSDK.initialize.

AzeooConfig

FieldDescription
localee.g. "en"
analyticsEnabledAnalytics toggle
offlineEnabledOffline support
connectionTimeoutSecondsTimeout
persistSessionSession persistence

User JWT and measurements are passed in connectUser, not here.

See example/ios_example/ios_exampleApp.swift for a full theme + safe area example.