I have assetlinks.json file in my well-know folder. Where can I find sha256_cert_fingerprints?
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "com.mobile.droid",
"sha256_cert_fingerprints": [
"where I can find it in google play console"
]
}
}
]
I guess it's the "App signing certificate". Is it correct?
Obtaining the SHA-256 Fingerprint from the Signature FileRun keytool -list -v -keystore <keystore-file>. In the preceding command, <keystore-file> is the complete path to the app's signing certificate. For example, D:\Android\mykeystore. jks.
well-known/" is the directory that sits on the root folder and contains the "assetlinks. json" file.
This changed now, you will find the Signing details under App Integrity
Copy it directly from a signed APK
keytool -list -printcert -jarfile YOUR_APP.apk
or check this link for more options https://docs.connect.squareup.com/payments/pos/android-fingerprint
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With