android-branch-deep-linking-attribution
android-branch-deep-linking-attribution copied to clipboard
Deep linking opens wrong activity
Hi,
We're encountering some issue with the deep linking. We have two deep linking providers. Firebase and Branch. We have our users experiencing issue where they click Firebase link, lets say to open activity A, but instead it opens activity B (which is for Branch). Unfortunately we are not able to reproduce it, but it happens to some of our users. And when this happens, it's always reproduce-able for them.
@ordinaryman09 ,
Branch fosters Android App Link support, which requires us to maintain an ssl via your app.link subdomain, and the app itself. This connection is unique. However, URI schemes, which Branch does use under certain situations are not unique but need to be declared specifically as an intent for an activity.
Please provide detailed steps to reproduce this issue. At first glance, there is an indication of an improperly declared manifest with Branch intents, but please let us know so we can provide greater support.