필터

[안드로이드] Web Only Link가 웹 대신 앱을 오픈합니다.

표준 Branch 도메인이 있는 고객의 경우: (your-brand.app.link)

  1. Debug the link by adding ?debug=1 to the end of the link.
  2. Check if the link data has $web_only : true; if it doesn’t, edit the link and add $web_only in the Link Data.
  3. 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을 사용하는 고객의 경우

  1. Debug the link by adding ?debug=1 to the end of the link.
  2. Check if the link data has $web_only : true; if it doesn’t, edit the link and add $web_only in the Link Data.
  3. web only 값이 존재하는데도 링크가 여전히 앱을 오픈하는 경우, 아래 화면에서 앱 링크 활성화 여부 를 확인하십시오.
628
  1. 앱 링크가 활성화된 경우, 앱은 항상 안드로이드에서 오픈될 것입니다.
  2. 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.