Documentation Index
Fetch the complete documentation index at: https://docs.nemu.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Deep Links React Native and Flutter
The Nemu React Native SDK and Nemu Flutter SDK already automatically consume the React Native and FlutterLinking 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.