Saved password between app and website is not sync

96 views Asked by At

I am trying to sync password between our website and our Android App.

According to this document, I have done all required changes.

My website is here.

Digital asset link file is uploaded on this server.

Here is the robots.txt file

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://www.nationale-loterij.be/.well-known/assetlinks.json\"
        }]
    </string>

App has been published to play-store in public channel, before 2 days.

How much time it takes to sync password b/w Web and App? Or maybe I have done something wrong?

I am trying to sync password between our website and our Android App.

0

There are 0 answers