IOS Universal links in swiftUI using onOpenURL suppress prompt to open app

I have universal links working from my web page to my app. So that is good.

But from the web page it says AccessDenied but above that it says open in my app and a blue button saying OPEN. When I click OPEN it works fine. But I would like to have it go directly to my app without the user seeing this screen and having to select OPEN to continue.

I had thought that associated domains would have suppressed this?

Is it possible to not ask the user for permission each time on a trusted (associated) domain?

Is it possible to not show the open app question to the user and just go directly to the app when using a universal link?

Hi @louie_keystructure , You should not have to press "open" each time to go to the app. Try copying your link (eg: https://example.com/foo) into your Notes app and long-pressing. If you see the option to open in app, press that. Then it should open in your app every time from now on. If you do not see this option, your universal links may be set up incorrectly.

IOS Universal links in swiftUI using onOpenURL suppress prompt to open app
 
 
Q