Aissa Serrar
Aissa Serrar

Reputation: 29

Google digital asset links generator: No credential sharing permission was granted

I'm implementing Passkey Authentication in my Flutter app and have completed all the required configurations for both iOS and Android. While everything works perfectly on iOS, I'm encountering issues on Android related to the assetLinks file.

What I’ve Done:

  1. I generated the assetLinks.json file using the Digital Asset Links tool.
  2. Uploaded the assetLinks.json file to the .well-known/ directory on my server (e.g., https://example.com/.well-known/assetlinks.json).
  3. Verified the contents and file structure as instructed in the documentation.

The Problem:

Even after following the setup steps, the Android app doesn't seem to recognize or validate the assetLinks.json file. Passkey authentication fails with an error indicating an asset linking issue. enter image description here

Question:

Are there specific debugging tools or logs I can use to confirm why the assetLinks validation is failing?

Upvotes: 0

Views: 51

Answers (0)

Related Questions