When creating an application, I found that the deep links opened the application on the last screen opened, but never on the specified page.
Specifically, any link starting with “MyDomain://” will open the application, but the rest of the link (say, “MyDomain://MyDomain.com/profile”) is never taken into account, nor are any potential parameters defined in the deep link.
In the gif below, I try several deep links to my application: it always redirects to the last screen opened.
Am I missing something ?
Thanks in advance for any help !