Google Smart Lock feature implemented in my Android App. I am trying to sync password b/w my website and my Android App.
According to This Document :https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites
I have done all require changes.
My website url is https://auth-test.centurylink.com
Digital asset link file is uploaded on the server Link: https://auth-test.centurylink.com/.well-known/assetlinks.json
In Manifest I have added below code.
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
in String.xml
<string name="asset_statements" translatable="false">[{\"include\": \"https://auth-test.centurylink.com/.well-known/assetlinks.json\"</string>
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.
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?