Is webcredentials officially required when using HTTPS as a callback URL with ASWebAuthenticationSession?
Anecdotally I've observed that webcredentials are required for universal links to work with ASWebAuthenticationSession. Though I also couldn't find anything in the docs referencing this requirement.
In addition, once I did add webcredentials the Universal Link was triggered unreliably. For a small percentage of users, they still get the Using HTTPS callbacks requires Associated Domains using the webcredentials service type for xxxx-example.go.link. error.
See https://developer.apple.com/forums/thread/805606?page=1#866853022