I am using branch.io for integrating the deep linking in my Android App.
If the app was installed on device, it will redirect to an app along with parameter(Deep Link Data).
If the app was not installed on device, it will redirect to the Playstore page correctly. But after install the app and open it, the parameter wasn't sent into the app.
My question is how can I pass the parameter through the Playstore or is it even possible?