Verify your setup (mobile)
Confirm mobile app tracking is installed correctly.
Last updated June 3, 2026
Verify app_open and screen_view for every mobile SDK. React Native also emits app_background automatically; native SDKs can send it explicitly from lifecycle callbacks.
Prerequisites
- A mobile SDK installed
- A test build
- Realtime open in Grometrics
Steps
Open the app
Confirm app_open appears in Realtime.
Navigate screens
Confirm screen_view rows use readable names or route paths.
Check lifecycle tracking
For React Native or an explicit native lifecycle integration, confirm app_background appears.
Event model
| Event | Used for |
|---|---|
| app_open | Active users and session start |
| screen_view | Screens, Realtime, screen paths |
| app_background | Automatic in React Native; explicit in native lifecycle callbacks |
| push_opened | Push attribution |
What happens next
After mobile verification passes, connect RevenueCat or another revenue source so app sessions tie to sales.
Verify your setup
Verify your setup
Troubleshooting
No event appears
Confirm the site ID matches Settings > Tracking and that the latest published code is running.
Was this page helpful?