For the complete documentation index, see llms.txt. This page is also available as Markdown.

Google Play App Signing Method

Google manages your app’s signing key and uses it to sign your application.

Watch the video walkthrough or continue with the step-by-step guide below:

Video walkthrough, Google Play Console link, Base64 converter link

Step 1: Find SHA-256 Hash in Google Play Console

To retrieve the SHA-256 hash in Google Play Console, follow these steps:

Open your app and navigate to Test and release > App integrity > Play app signing. Click on "Settings":

Click "Settings" button in the Play app signing section

Under App signing key certificate, locate the "SHA-256 certificate fingerprint" (fingerprint = hash):

SHA-256 certificate fingerprint

An example SHA-256 hash looks like this:

You'll need this value for the next step.

Step 2: Convert the SHA-256 Hash to Base64 Format

Convert the hash to Base64 format, as the SDK requires it in this format. Follow the steps in this section ➡️

Last updated