Deep Link
App Links / Universal Links
A unified setup guide for App Links and Universal Links.
Access path
- Menu:
Deep Link→Deep Link Settingstab - Route:
/deeplink/settings

Google Android settings
Register the Android values required to handle App Links and Universal Links.
| Field | Description |
|---|---|
Package Name | Android app package name (e.g., com.nbase.main) |
SHA-256 Fingerprints | App signing certificate fingerprint. Multiple lines supported. (e.g., D1:B3:...:E1) |
Android URL Scheme | App URI scheme (e.g., com.nbase.main) |
You can find the SHA-256 in Firebase or Play Console.
Example:keytool -list -v -keystore ...
Apple iOS settings
Information required for iOS Universal Link and app link handling.
| Field | Description |
|---|---|
Bundle ID | iOS app bundle identifier (e.g., com.nbase.sdkdemo) |
Team ID | Team ID of the Apple Developer account (QB...K9) |
App Store ID | App Store ID (993897659) |
iOS URL Scheme | Custom scheme (e.g., com.nbase.sdkdemo) |
You can find the Team ID in the Apple Developer Portal.
Notes
- Click “Save” after entering values to apply changes.
- A URL Scheme must be registered to handle deep links.

