DeepLinks working on Android but not on IOS?

Troubleshooting

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?

What have you tried so far?

Everything is well configured: the route is correct and the associated domains on Apple Identifiers options is set. Note that I'm not using dynamics links since Google will stop supporting them. Any ideas?

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply