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 opened the app from the branch link and as per the documentation, initialised the Branch session in the onStart of the launcher activity, and before processing the branch data, i am currently showing an onboarding workflow for the user which is a fragment in the launcher activity itself.
But when i change the app configuration to split screen mode while on the onboarding fragment i have handled that we don't reinitialise the branch session again, but still if i query the branch instance to get the latest referring params, branch return {"+clicked_branch_link":false,"+is_first_session":false}
Due to which i am not able to fetch the branch data and redirect the user accordingly.
The same is happening when we put the app in the background and then bring back to the foreground.
Steps to reproduce
Open the app.
Land on the launcher activity on which we showed an onboarding fragment.
Change the configuration of the app to split screen
Get the latest referring params from the branch
You will observe that the params we are getting are not correct.
Expected behavior
The branch session should return the correct referring params according to the branch deeplink.
SDK Version
5.2.0
Make and Model
Any Device
OS
All OS Versions
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I opened the app from the branch link and as per the documentation, initialised the Branch session in the onStart of the launcher activity, and before processing the branch data, i am currently showing an onboarding workflow for the user which is a fragment in the launcher activity itself.
But when i change the app configuration to split screen mode while on the onboarding fragment i have handled that we don't reinitialise the branch session again, but still if i query the branch instance to get the latest referring params, branch return
{"+clicked_branch_link":false,"+is_first_session":false}
Due to which i am not able to fetch the branch data and redirect the user accordingly.
The same is happening when we put the app in the background and then bring back to the foreground.
Steps to reproduce
Expected behavior
The branch session should return the correct referring params according to the branch deeplink.
SDK Version
5.2.0
Make and Model
Any Device
OS
All OS Versions
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: