ASWebAuthenticationSession + https iOS <17.4

Hi everyone,

I am trying to use ASWebAuthenticationSession to authorize user using OAuth2.

Service Webcredentials is set.

/.well-known/apple-app-site-association file is set.

When using API for iOS > 17.4 using new init with callback: .https(...) everything works as expected, however i cannot make .init(url: ,callbackURLScheme: ....) to work.

How can i intercept callback using iOS <17.4?

Do I really need to use universal links?

callbackURL = https://mydomain.com/auth/callback

ASWebAuthenticationSession + https iOS &lt;17.4
 
 
Q