ale*_*006 5 passwords autofill ios
我正在我的应用程序中设置 iOS 自动填充密码,我遵循本教程中的所有准则https://medium.com/developerinsider/ios12-password-autofill-automatic-strong-password-and-security-code-autofill- 6e7db8da1810。如果我在应用程序网站的钥匙串中手动保存了密码,它会为我提供在登录时自动填充密码的选项。但是,当凭据未保存时,应用程序不会提示我在登录时保存它们。
我的用户名和密码文本字段具有正确的内容类型(就像在您的教程中一样),我正确配置了 apple-app-site-association 文件,以及相关的域。
我不明白我错过了什么。
您没有对此发表任何日志。但自动填充功能有一些需要注意的技巧,如机器人和铅笔中所述以及堆栈溢出中的其他问题
如果您更新 apple-app-site-association,请注意一点,请从设备中删除该应用程序并重新安装,因为该应用程序会将最新版本存储为缓存。
验证 apple-app-site-association 中应用程序的 TEAM ID,因为许多人会与您帐户中的签名 ID 混淆。
已知问题:
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID: app.bundle.id due to error: iCloud Keychain is disabled
Run Code Online (Sandbox Code Playgroud)
您是否需要检查您的 macOS Internet Account-> iCloud->Keychain是否已启用,并在您的 idevice 中验证该功能是否已在Settings-> Apple ID-> iCloud->Keychain上启用On
在其他情况下,如果您正确遵循教程,它将可以工作