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 using custom scheme and am testing on my Android Emulator, which is running Android 9.
The getInitialUri is working as expected, but with uriLinkStream.listen nothing happens (no uri nor error).
Which is strange because clicking on a link like that moves me to my app:
issue-unilinks.mp4
AndroidManifest.xml:
<intent-filter>
<actionandroid:name="android.intent.action.VIEW" />
<categoryandroid:name="android.intent.category.DEFAULT" />
<categoryandroid:name="android.intent.category.BROWSABLE" />
<!-- Accepts URIs that begin with abc://app.blabla.com -->
<dataandroid:scheme="[abc]"android:host="[app.blabla.com]" />
</intent-filter>
I'm using custom scheme and am testing on my Android Emulator, which is running Android 9.
The
getInitialUri
is working as expected, but withuriLinkStream.listen
nothing happens (no uri nor error).Which is strange because clicking on a link like that moves me to my app:
issue-unilinks.mp4
AndroidManifest.xml:
My initialization:
The text was updated successfully, but these errors were encountered: