개발/안드로이드 개발
안드로이드 딥링크 테스트
룬아님
2022. 4. 11. 23:32
안드로이드 스튜디오를 통하여 터미널로 테스트하기
Terminal로 딥링크 테스트 하는 방법
adb shell am start -W -a android.intent.action.VIEW -d "{deep link path}" {app package name} Example : adb shell am start -W -a android.intent.action.VIEW -d "deeplink://something" com.test.sample q..
myung6024.tistory.com
터미널 연결이 불가능한 경우
해당 디바이스의 인터넷에 접속하여 아래의 링크에 접속한 이후에
딥링크를 입력하고 LOAD를 클릭하면 딥링크가 작동한다.
Deep Link Testing Tool - Mobile App Development Tools
A deep link is a URL that links to content "deep" in your site structure. You may have a product you are trying to sell, or a video series you are trying to promote. With a deep link you can have another app link directly to that piece of content in your a
halgatewood.com
반응형