Deep Links React Native
The Nemu React Native SDK already automatically consumes the React NativeLinking API to capture:
- The URL that opened the app
- URLs received while the app is already running
What the SDK does
- Captures URLs via
Linking - Extracts UTMs and
nemu_*parameters - Persists the session origin
- Associates events sent with the captured origin
What needs to be configured in the app
Android
Configure anintent-filter in AndroidManifest.xml for the domain or scheme used by the app.
iOS
Configure Universal Links (Associated Domains) for the domain used by the app.apple-app-site-association file must be available on the configured domain.