StageUp
Deep Link

App Links / Universal Links

A unified setup guide for App Links and Universal Links.


Access path

  • Menu: Deep LinkDeep Link Settings tab
  • Route: /deeplink/settings

Deep Link Settings

Google Android settings

Register the Android values required to handle App Links and Universal Links.

FieldDescription
Package NameAndroid app package name (e.g., com.nbase.main)
SHA-256 FingerprintsApp signing certificate fingerprint. Multiple lines supported. (e.g., D1:B3:...:E1)
Android URL SchemeApp 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.

FieldDescription
Bundle IDiOS app bundle identifier (e.g., com.nbase.sdkdemo)
Team IDTeam ID of the Apple Developer account (QB...K9)
App Store IDApp Store ID (993897659)
iOS URL SchemeCustom 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.

Table of Contents