2

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.