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 working on a project and trying to debug issues with Android deep links not working.
The URI scheme that's set is something like fbXXXXXXXXXX:// where the Xs are numbers (E.g fb1234567890://)
Looking at the code in both the iOS repo and Android repo, it looks like these are special URIs that are ignored by Branch.
Is my thinking correct and is this one of the reasons why the deep links are sometimes ignored ?
The text was updated successfully, but these errors were encountered:
Do you happen to know if the URL filtering happens differently when the app is not in the background (closed) ? Because this happens only when a deep link is clicked when the app is in the background. Otherwise, the link is detected correctly
I'm working on a project and trying to debug issues with Android deep links not working.
The URI scheme that's set is something like
fbXXXXXXXXXX://
where the Xs are numbers (E.gfb1234567890://
)Looking at the code in both the iOS repo and Android repo, it looks like these are special URIs that are ignored by Branch.
Is my thinking correct and is this one of the reasons why the deep links are sometimes ignored ?
The text was updated successfully, but these errors were encountered: