You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Am I correct?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: