Is Http deprecated in IOS 14

After getting this error in the console using ASWebAuthenticationSession, I'm curious whether or not http is still a valid scheme in IOS 14:


[AuthenticationSession] ASWebAuthenticationSession support for http scheme is deprecated and will be removed in a future version of iOS. Use https scheme instead.

Also, is there a quick workaround to switch http with https?

That seems to be the case for a long time.

Have a look here to try to allow in info.plist
https://stackoverflow.com/questions/31254725/transport-security-has-blocked-a-cleartext-http
Is Http deprecated in IOS 14
 
 
Q