Part 3: Troubleshooting your deep links

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • We all write perfect code the first time, but sometimes a stray cosmic ray changes your app's configuration. In this video we'll use the command line tools and the Android debug bridge to diagnose and debug common issues with Deep Links.
    Chapters:
    0:00 - Introduction
    0:24 The Play Deep Links Console
    0:56 Android App Links
    1:36 Verify Deep Link Configuration
    2:58 Check Your App Link's Verification
    3:25 Digital Asset Links API
    6:06 The Disambiguation Dialog
    7:17 Conclusion
    Resources:
    Play Console Deep Links → goo.gle/3fSOmaT
    Digital Asset Links API → goo.gle/3riQco4
    A code sample for detecting default link handlers → goo.gle/3dTJba0
    Blogpost Troubleshooting your deep links → goo.gle/3rguBML
    Previous videos in the series → goo.gle/DeepLinks
    Subscribe to Android Developers → goo.gle/AndroidDevs
    #Featured #DeepLinks #AndroidDevelopers
  • НаукаНаука

Комментарии • 9

  • @oleksee
    @oleksee 16 дней назад

    What a great and comprehensive guide. If all the guides were like this we'd be living in a paradise. Anyway, thank you for the video!

  • @albab790
    @albab790 Год назад

    Thank you

  • @chicongvu8062
    @chicongvu8062 Год назад +4

    Awesome video

    • @AndroidDevelopers
      @AndroidDevelopers  Год назад

      Awesome indeed! We're happy that you've enjoyed the video, Chi 😀

  • @bikerguy4592
    @bikerguy4592 Год назад

    HI it may not be related to the video but its about android studio
    there seems to be a problem to my app i cant choose on what platform(Xamarin) when creating new projects it automatically set to a android when choosing a platform.
    is there any reason to this? i just redownloaded it already remove and all components, even reset the setting to default still not like the old U.I which i can choose what i want to build

  • @AvishkaGuruge-cw5zd
    @AvishkaGuruge-cw5zd 29 дней назад

    I entered my app link URL in Google Chrome, but it does not open the app; it stays in the browser. However, when clicking on a link, it opens the app as expected. I want to use the app link as a redirect URL to open the app, but it does not work.

  • @user-xg3do1yc8c
    @user-xg3do1yc8c Год назад +2

    f I only make the changes of android:autoVerify="true" and the scheme and host, will it work on Android 12? Because in my case, it is not opening in the app. It only opens in the app if I go to the app settings and enable the supported web address."

    • @LucasPereira-zr1hr
      @LucasPereira-zr1hr 10 месяцев назад

      Hi, i have the same problem, did you got how to fix that, pls?

  • @himanshuyadv
    @himanshuyadv 5 месяцев назад

    7:08 , how can i launch the intent for link handler settings screen ?