11

I added .well-known/assetlinks.json to my site and when I try link and verify in android studio app link assistant it says "Success! Your app is associated with the selected domains." But when I test app links in android studio it says "URL resolving conflicts please link and verify your digital asset links". But in link and verify tab it says ok!

My application id is correct and I am trying on test apk on my mac and sha fingerprints is also correct.

what am i missing?

verify result

test error

nikinci
  • 444
  • 6
  • 25

3 Answers3

3

I get this error if the adb use libusb backend checkbox is not checked. Go to Android Studio > User > Preferences... and on the left side menu click Build, Execution, Deployment. Then click Debugger. Under the title Android Debug Bridge check the use libusb backend checkbox and hit apply. Now retest the link.

Snort
  • 149
  • 4
1

May be you are missing buildToolsVersion in .gradle file. Also hit the link with your applink.json hosted domain name change in https://digitalassetlinks.googleapis.com/v1/statements:list?source.web.site=<your-applink-hosted-domain>&relation=delegate_permission/common.handle_all_urls

Let me know if this fixes your issue.

Psp360
  • 123
  • 1
  • 8
  • Even this returns a valid statement for me. Yet a chooser/disambiguation dialog is shown when a valid applink url is clicked! What must be the reason? – Kannan_SJD Apr 03 '20 at 10:29
  • I am also facing same issue. Success! Host www.******.com grants app deep linking to com.******.still chooser/disambiguation dialog is shown. please anyone help me out, – sanket Thakare Apr 16 '21 at 18:22
0

Basically, there is a problem in the App Link Assistant itself. After successful link and verification process, it shows this error once in a while. But if you try again, it will be success. No need to worry. Just test in the actual phone and it should work fine.

Anupam
  • 2,845
  • 2
  • 16
  • 30