DanMossa
03/10/2022, 7:53 PMScott P
03/10/2022, 8:02 PMScott P
03/10/2022, 8:03 PMmy-app://some/deep/link
), then the users account will be activated, but the redirect location wouldn't be valid on any device where the app isn't installed so they'll remain on a blank webpageDanMossa
03/10/2022, 8:05 PMSite URL
? Where/How do the Additional Redirect URLs
work?DanMossa
03/10/2022, 8:06 PMScott P
03/10/2022, 8:12 PMhttp://my-website.com/login-callback
. If the app isn't installed, then the user would end up in the browser at that URL so whatever is on the page will be shown in the browser. You could have that URL redirect to the home page - since that'll only trigger in the browser, your app users would have the experience handled in the app instead.Scott P
03/10/2022, 8:13 PMbad-domain.com
and you only have good-domain.com
in the list, the redirect URL will be good-domain.com
. You can redirect to any URL in the additional URL's list.DanMossa
03/10/2022, 8:14 PMScott P
03/10/2022, 8:17 PMmy-app://deep-link
) as my redirect because I couldn't get universal links working as I expected.
If I had a web-version of the app, then I'd want to use universal links instead, but I'm OK with users being on a blank page if they choose to follow the link on a different device where the app isn't installed. It's not ideal, but it's also not the end of the world.DanMossa
03/10/2022, 8:18 PMDanMossa
03/10/2022, 8:18 PM