I have an issue with my sign up page when I try to sign up a new user. I changed the username and password content type to the following:
passwordTextField.textContentType = .newPassword
passwordTextField.isSecureTextEntry = true
emailTextField.textContentType = .username
emailTextField.keyboardType = .emailAddress
I setup association between website and application successfully and it is working fine. Saving password in iCloud keychain is also working fine but when I try to implement Automatic Strong Passwords suggestion I get this error.
also on the keychain sharing.
I knew error is self explanatory but in WWDC 2018 session 204 they didn't tell anything about it ?
Automatic Strong Passwords suggestion works if user has enabled the iCloud keychain in its iPhone. I resolved this error by doing the following steps
How to enable iCloud keychain