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)
2. Android App Links
Register the following values to handle Android App Links.
| Field | Description |
|---|---|
패키지명 | 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) |
3. iOS Universal Links
Register the following values to handle iOS Universal Links.
| Field | Description |
|---|---|
Bundle ID | The bundle identifier of the iOS app. (e.g., com.example.myapp) |
Team ID | The 10-character Team ID of the Apple developer account. (e.g., A1B2C3D4E5) |
App Store ID | The 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
| Item | Description |
|---|---|
| Saving method | Each field is saved individually. After entering a value, you must click that field's save button to apply it. |
| Input format | Enter 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. |

