小编Nir*_*var的帖子

应用和网站保存的密码不同步

在我的 Android 应用中实现的 Google Smart Lock 功能。我正在尝试将密码黑白同步我的网站和我的 Android 应用程序。

根据本文件:https : //developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites

我已经完成了所有需要的更改。

我的网站网址是https: //auth-test. Centurylink.com

数字资产链接文件上传至服务器链接:https : //auth-test. Centurylink.com/.well-known/assetlinks.json

在清单中,我添加了以下代码。 <meta-data android:name="asset_statements" android:resource="@string/asset_statements" />

在 String.xml 中 <string name="asset_statements" translatable="false">[{\"include\": \"https://auth-test.centurylink.com/.well-known/assetlinks.json\"</string>

应用程序已发布到 Beta 版的 Play-store,2 周前。还多次提交了网站/应用程序凭据链接表,

仍然没有收到任何确认邮件,也没有收到任何错误。

解决问题或与团队沟通的最佳方式是什么?网页和应用同步密码需要多长时间?

android google-chrome google-smartlockpasswords google-identity

16
推荐指数
1
解决办法
507
查看次数