android-branch-deep-linking-attribution icon indicating copy to clipboard operation
android-branch-deep-linking-attribution copied to clipboard

Deep linking opens wrong activity

Open ordinaryman09 opened this issue 4 years ago • 1 comments

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 avatar May 08 '20 15:05 ordinaryman09

@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.

jf-branch avatar Oct 17 '21 09:10 jf-branch