How to extract Sha256 Cert Fingerprint for Branch.io How to extract Sha256 Cert Fingerprint for Branch.io android android

How to extract Sha256 Cert Fingerprint for Branch.io


Check out below image, where you can see SHA256 key available on play store after live your app.

Follow Red Box.


The SHA265 fingerprint is related to your app’s signing certificate. keytool -list -v -keystore my-release-key.keystore is the right command to generate it, but there are additional steps you need to take before everything will work as expected. You can find a full walkthrough of how to configure this in the Branch Android App Links guide.