StageUp
Deep Link

App Links / Universal Links

This screen registers the app information needed to handle App Links (Android) and Universal Links (iOS). The values registered here are also used as the default redirect values when creating deep links.


1. Access Path

Go to the 트래킹 링크 > 설정 > 딥링크 설정 menu. (Path: /links/settings)

Register the following values to handle Android App Links.

FieldDescription
패키지명The package identifier of the Android app. (e.g., com.example.myapp)
SHA256 인증서 지문The SHA256 fingerprint of the app signing key. You can register multiple values separated by commas or line breaks. (e.g., A1:B2:C3:D4:...)
커스텀 스킴 베이스The custom URL scheme used for fallback deep links. Enter it without ://. (e.g., myapp)

Register the following values to handle iOS Universal Links.

FieldDescription
Bundle IDThe bundle identifier of the iOS app. (e.g., com.example.myapp)
Team IDThe 10-character Team ID of the Apple developer account. (e.g., A1B2C3D4E5)
App Store IDThe numeric App Store ID used to automatically generate store links. (Optional)
커스텀 스킴 베이스The custom URL scheme used for fallback deep links. Enter it without ://. (e.g., myapp)

4. Notes

ItemDescription
Saving methodEach field is saved individually. After entering a value, you must click that field's save button to apply it.
Input formatEnter the package name / Bundle ID in com.xxx.xxx format, the Team ID as 10 uppercase letters and digits, and the App Store ID as digits only.

Table of Contents