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

1

Open the app

Confirm app_open appears in Realtime.

2

Navigate screens

Confirm screen_view rows use readable names or route paths.

3

Check lifecycle tracking

For React Native or an explicit native lifecycle integration, confirm app_background appears.

Event model

EventUsed for
app_openActive users and session start
screen_viewScreens, Realtime, screen paths
app_backgroundAutomatic in React Native; explicit in native lifecycle callbacks
push_openedPush 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?