android-branch-deep-linking-attribution
android-branch-deep-linking-attribution copied to clipboard
[Feature request] Open deeplink from inside the app without reseting the session.
Hello there, It would be of great help if branch io could have a method to just handle deeplinks that are not related with the session. My use case is that the app has a FAQ entry that uses branch io deeplink with a TextView with auto link enabled, this causes the deeplink redirection to fail, as the session is already open. This is not a new session, it is just a way to navigate between app screens.
My suggestion is to decople the init of branch io sdk, init of a session, and from the deeplink handling.
@BugsBunnyBR we have filed a ticket internally to investigate your request. It won't be an easy change to de-couple deeplinking from the session, but one we have been considering for other benefits as well.