Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase page.link reported in Play console with domain failed validation, deep links not working - how to verify ownership?

I am getting this error message, and don't understand what I need to do to fix. How do I verify ownership of a Firebase deep link?

Deep links not working Users will not go directly to your app from links associated with this path, but will see the app picker or be directed to the web browser. Once you have fixed these issues and published a new version, users need to update their app before the links will work. FIX DOMAIN ISSUES error 1 domain failed validation brightness_1 Fix domain issues by verifying ownership of web links associated with this path enter image description here

like image 298
giorgio79 Avatar asked Jan 28 '26 09:01

giorgio79


1 Answers

Use this website to generate and test assetlinks.json

Google Digital Asset Links

Enter Your Domain and Package Name also Enter SHA-256 You will find it in the Google Play console -> Setup -> App signing

and then uploaded the file to

[Your Domain]/.well-known/assetlinks.json

like image 189
Hesham Yemen Avatar answered Jan 31 '26 08:01

Hesham Yemen