Skip to content

Instantly share code, notes, and snippets.

@rahulkhatri19
Created February 18, 2020 04:48
Show Gist options
  • Save rahulkhatri19/012b4e452a1f18bf61e0b8d16ac62a99 to your computer and use it in GitHub Desktop.
Save rahulkhatri19/012b4e452a1f18bf61e0b8d16ac62a99 to your computer and use it in GitHub Desktop.
Release hash key:
keytool -exportcert -alias alias_name -keystore keystore_path | openssl sha1 -binary | openssl base64
playstore key hash : echo SHA_1_key | xxd -r -p | openssl base64 // here playstore Sha_1_key, get by playstore console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment