[안드로이드] Web Only Link가 웹 대신 앱을 오픈합니다.
표준 Branch 도메인이 있는 고객의 경우: (your-brand.app.link)
- Debug the link by adding
?debug=1
to the end of the link. - Check if the link data has
$web_only : true
; if it doesn’t, edit the link and add$web_only
in the Link Data. - The created link should contain -web in the link (branch-web.app.link/e/ra8U77ukTbb); if it doesn’t, please submit a ticket.
Custom Subdomain을 사용하는 고객의 경우
- Debug the link by adding
?debug=1
to the end of the link. - Check if the link data has
$web_only : true
; if it doesn’t, edit the link and add$web_only
in the Link Data. - web only 값이 존재하는데도 링크가 여전히 앱을 오픈하는 경우, 아래 화면에서 앱 링크 활성화 여부 를 확인하십시오.

- 앱 링크가 활성화된 경우, 앱은 항상 안드로이드에서 오픈될 것입니다.
- Execute this code before the deep linking logic to open the web URL in Chrome or a webview. If you don’t want to add the code, disable app links for Android. Branch will be able to open the app via URI schemes.
Updated over 2 years ago