I'm trying to use Deep Links and encounter problems to test it:
if the schema is http/https then the browser will open the link regardless of my deep links configuration.
if the schema is custom one, for example, myapp://myhost, then click on an html link will simply do nothing.
Since all places instructs to use adb (and adb works only on custom schemas) I'm starting to suspect it is not possible to test it during dev the regular way (a.k.a click on a link somewhere)
I'm trying to use Deep Links and encounter problems to test it:
Since all places instructs to use adb (and adb works only on custom schemas) I'm starting to suspect it is not possible to test it during dev the regular way (a.k.a click on a link somewhere)
Am I correct?