Skip to main content

πŸ”§ Example apps (internal)

Runnable references in the monorepo. Copy patterns, not test JWT helpers.

AppPathShows
Androidexample/android/initialize β†’ connectUser β†’ modules.nutrition.getFragment, bottom nav coordinator
Flutterexample/flutter_example/AzeooSDK.initialize / connect, AzeooSDKModules, tab switching
iOS SwiftUIexample/ios_example/AzeooSDK.initialize, SwiftUI getView(), tab coordinator
iOS UIKitexample/ios_example_uikit/UIKit tabHost, AppDelegate integration guide comment
React Nativesdk/react-native/example/RN wrapper, embedded views

Dev JWT (do not ship)​

PlatformHelper
AndroidTestJwtFetcher.kt
iOSTestJwtFetcher.swift
FlutterfetchTestJwt() in main.dart

Production apps must use JWTs from your backend.

Build commands​

# Android
cd example/android && ./gradlew assembleDebug

# Flutter
cd example/flutter_example && flutter run

# iOS (after ./scripts/ios_build.sh)
cd example/ios_example && xcodebuild -scheme ios_example build