How to extract Sha256 Cert Fingerprint for Branch.io

rosu alin picture rosu alin · Nov 14, 2016 · Viewed 21.3k times · Source

I am trying to integrate deep linking with branch.io. But in order to do this. I need to extract the SHA256 Cert Fingerprints to put them in my branch.io dashboard. How Do I do this? what is my certificate? They have too little data on how this is done.

Answer

Simon Marquis picture Simon Marquis · Nov 14, 2016

Execute this command:

keytool -list -v -keystore my-release-key.keystore

Source: https://developer.android.com/training/app-links/index.html#web-assoc