androiddeep-linkingtwitter-fabricbranch.iodeeplink

How to extract Sha256 Cert Fingerprint for Branch.io


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.


Solution

  • Execute this command:

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

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