Nanfeng

Notes on software development, code, and curious ideas

How to Find App Signing SHA-1 and SHA-256 in Google Play Console

Google Sign-In, Firebase, and several Google APIs require the SHA-1 or SHA-256 fingerprint of an Android signing certificate. With Google Play App Signing enabled, the production app may be signed with Google’s app signing key rather than your local upload keystore, so production fingerprints should be copied from Google Play Console.

Open App Integrity and Play App Signing

  1. Open the app in Google Play Console. From the left navigation, select App integrity. On the right, select Play app signing, then open Settings.

Open Play app signing settings

  1. The app signing certificate and its SHA-1 fingerprint are displayed on that page.

App signing SHA-1 fingerprint

+