I have this use case :
-> a Website OR random native application on my phone, doing a process on it, and at the end of the flow, this application is redirecting to :
https://my-domain/com/key=value&otherKey=value.com
The problem is, the universal link is well handled (deep links works well) if I click on it (through bloc-note or whatever) and it's opening my mobile app. But for this use case, since it's not a user's click but an automatic redirection (from the side-service application), it's opening safari and not my app...
How can I handle that?
Branch.io looks not enough, since it's not a static url. Foreach redirected URL you indeed have a different key/value
in the url