Reputation: 29
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.
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.
Are there specific debugging tools or logs I can use to confirm why the assetLinks validation is failing?
Upvotes: 0
Views: 51