Skip to main content
Version: 1.0.0

⚙️ iOS configuration

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

AzeooConfig

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

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

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