On iOS 11, Apple introduced a new way to share auth data between the web and a Mobile App with SFAuthenticationSession
.
It would be a bad user experience to show the SFAuthenticationSession
prompt to every new users - that might have never used my website - to have them agree and then get nothing out of it and have ask them to login.
The documentation is pretty empty on Apple side. This is the only example I found.
Is there a way to know if there is a cookie available before showing the SFAuthenticationSession
prompt? Or maybe, with the Associated Domains
enabled, when authenticating with my domain, the system should not show the prompt?