问题描述
我的Android应用程序中实现了Google Smart Lock功能.我正在尝试通过我的网站和Android应用程序同步密码.
Google Smart Lock feature implemented in my Android App.I am trying to sync password b/w my website and my Android App.
根据本文档: https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites
我已经完成了所有需要更改的事情.
I have done all require changes.
我的网站网址是 https://auth-test.centurylink.com
数字资产链接文件已上传到服务器上链接: https://auth-test.centurylink.com/.well-known/assetlinks.json
Digital asset link file is uploaded on the server Link:https://auth-test.centurylink.com/.well-known/assetlinks.json
在清单中,我添加了以下代码.<元数据android:name ="asset_statements"android:resource =" @ string/asset_statements"/>
在String.xml中<字符串名称="asset_statements";translatable =假"> [{\"include \":\"https://auth-test.centurylink.com/.well-known/assetlinks.json \"</string>
App已于2周前发布到Beta版的Play商店中.还提交了 网站/应用程序凭据链接 表单多次,
App has been published to play-store in Beta, before 2 weeks.Also Submitted Website / app credential linking form multiple time,
仍然没有收到任何确认邮件,也没有任何错误.
Still have not received any mail of confirmation nor if there are any mistakes.
解决团队问题或与团队沟通的最佳方法是什么?黑白密码同步Web和应用程序需要多少时间?
What is the best way to resolve or communicate with the team?How much time it takes to sync password b/w Web and App?
推荐答案
在相同情况下,我将发布并确认为该答案.
In the same situation, I will publish and confirm as this answer.
这篇关于应用和网站保存的密码不同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!