I have a passwordField who i set the isSecureTextEntry
to true, for hidden the characters. But when I click to this passwordField
this show me this
This happens when the system's user doesn't have iCloud Keychain enabled. As will often be the case on the Simulator :)
I ran into this on the simulator and came here. Tried it on my phone (where iCloud Keychain is enabled), and got this instead:
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID: your.bundle.id due to error: Cannot save passwords for this app. Make sure you have set up Associated Domains for your app and AutoFill Passwords is enabled in Settings
So this is Apple's cool AutoFill feature. There are some steps described here that should enable that.