我正在尝试将用户的Facebook凭据保存到Google Smart Lock,但我在测试时遇到了困难.我能够显示保存一次的提示,但在我进入我保存的密码(passwords.google.com)并删除保存的凭据后,提示不再出现了!
我进入谷歌设置,并确保从"永不保存"部分删除该应用程序,但它仍然没有出现.当我调用Auth.CredentialsApi.save()时,它返回的分辨率为"null"并且消息"当前应用程序被列入黑名单"
android credentials google-play-services google-smartlockpasswords
我一直在关注https://developers.google.com/identity/smartlock-passwords/android/retrieve-credentials以尝试自动登录用户,如果他们已将凭据保存到 chrome 中的新 Android Smart Lock 功能。我完全遵循了指南,但是我传递给 setResultCallback() 的回调没有被调用。有没有人遇到过这个问题?
没有错误消息或任何东西,只是没有被调用。
android credentials google-play-services google-smartlockpasswords