π§ Example apps (internal)
Runnable references in the monorepo. Copy patterns, not test JWT helpers.
| App | Path | Shows |
|---|---|---|
| Android | example/android/ | initialize β connectUser β modules.nutrition.getFragment, bottom nav coordinator |
| Flutter | example/flutter_example/ | AzeooSDK.initialize / connect, AzeooSDKModules, tab switching |
| iOS SwiftUI | example/ios_example/ | AzeooSDK.initialize, SwiftUI getView(), tab coordinator |
| iOS UIKit | example/ios_example_uikit/ | UIKit tabHost, AppDelegate integration guide comment |
| React Native | sdk/react-native/example/ | RN wrapper, embedded views |
Dev JWT (do not ship)β
| Platform | Helper |
|---|---|
| Android | TestJwtFetcher.kt |
| iOS | TestJwtFetcher.swift |
| Flutter | fetchTestJwt() 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