I have a situation where I would like to have an option to open App/Play store from one application (application A) to download another app (application B) and to keep track of how much installs of app B happened initiated from app A.
When thinking of a custom solution, the biggest problem I think of is providing some kind of ref to App/Play store which would be persisted until we open the app B when we can register that event.
There are some existing solutions like appsflyer, but I'm not sure how appropriate and easy to use their react native sdk is for this situation.
Would be really grateful if somebody who has done this or similar things would give suggestions on what is the best approach to tackle this situation.