Skip to content

Instantly share code, notes, and snippets.

@thanhzusu
Last active August 11, 2020 09:24
Show Gist options
  • Save thanhzusu/be6421bd7b24f157e198dbb25a5dc6d3 to your computer and use it in GitHub Desktop.
Save thanhzusu/be6421bd7b24f157e198dbb25a5dc6d3 to your computer and use it in GitHub Desktop.
SHA-1 fingerprint of keystore certificate
By commandline:
keytool -list -v -keystore {keystore_name} -alias {alias_name}
By Android Studio:
1. Run your project
2. Click on Gradle menu
3. Expand Gradle Tasks tree
4. Double click on android -> signingReport and see the magic
5. It will tell you everything on the Run tab
By Google Play App Signing
1. Log in to your google play account
2. Find the App signing cnofig and copy the SHA1 key
3. Then convert it to base64 by this tool http://tomeko.net/online_tools/hex_to_base64.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment