"Realistic" if extremely simple demos for the main trackers.
The Android and iOS demos are very similar. They download all the public Iglu Central schemas and display them in a list on the main screen. Click on each schema tile to get more details on a second screen. The tracker has basically default configuration.
Expected events:
- ScreenView
- ScreenEnd
- Foreground/Background
Android
- Open Android Studio
- File > Open the
Android_Compose_demo
subfolder - Set your collector URL in
Android_Compose_demo/app/src/main/java/com/snowplowanalytics/androidcomposedemo/data/Tracking.kt
- Run using the green triangle button at the top right(ish) of the window
iOS
- Open XCode
- File > Open
ios_demo
- Set your collector URL in
ios_demo/ios_demo/Tracking.swift
- Run using the grey triangle button at the top left(ish) of the window