Hi everyone,
I'm trying to get my deeplink to work for several stuff: OAUTH callbacks, resetting passwords... On Android, it's all smooth. On iOS? No such luck.
Let's take the example of resetting password (I'm using Supabase) :
The user clicks to reset his password
A mail is sent
The user clicks on the link (with the route well defined: myapp://myapp.com/resetPassword)
On Android, it redirects to the app and goes directly to the correct page
On iOS, it also redirects to the app (it goes to the page I've left it) but nothing happens.
I mean, why?