Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

REACT_NATIVE - Handle DeepLink from automatic side-service redirection web URL's

$
0
0

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


Viewing all articles
Browse latest Browse all 16552

Trending Articles