In order to get my app open when the user clicks on an URL, Android 6+ needs a json verification file to be hosted on the server, as it is explained in https://developer.android.com/training/app-links/index.html#web-assoc
The problem is that I don't know how to generate a SHA256 fingerprint of the certificate I'm using to sign the app, can anyone help me?
The problem is that I don't know how to generate a SHA256 fingerprint of the certificate I'm using to sign the app, can anyone help me?