20

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?

1 Answers1

0

In the same situation, I will publish and confirm as this answer.

You need to publish your app to the public channel, unfortunately publishing it to beta isn't enough for the linking to be picked up. Once that's done, the link will be picked up automatically within two business days.

Website App smart lock password association not confirmed yet

yoshida
  • 31
  • 5
  • I have published app. with containing above metadata. Link:https://play.google.com/store/apps/details?id=com.centurylink.ctl_droid_wrap – Nirmal Sinh Revar Jan 05 '21 at 07:31
  • Once published, it became valid. – yoshida Feb 02 '21 at 05:44
  • can you able to send me your App Link? and have you implemented smart lock in Website also? – Nirmal Sinh Revar Feb 02 '21 at 15:41
  • This app cannot be accessed from abroad. sorry. As I learned later, it wasn't because it was published, but because the credential api client was different from other apps. When I tried to use the same client, it was displayed even if it was not published. – yoshida Feb 04 '21 at 08:14
  • ok, one question is you have implemented smart lock feature in Website and Android app right? – Nirmal Sinh Revar Feb 05 '21 at 07:39
  • Android only.The official website has been updated.https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites – yoshida Feb 15 '21 at 01:36