---
title: "Manage KeyStore"
description: "Register and manage your Android signing keystore in the Developer Console to download pre-signed sealed APKs."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

Android apps and sealed APKs must be signed with a keystore before they can be installed on a device. The Manage KeyStore tab lets you register your signing key so that the Developer Console can produce a pre-signed APK ready for direct installation or Play Store submission — no manual signing step required.

## Registering a KeyStore

To register a keystore, provide the following:

1. **Alias**
2. **KeyStore Password**
3. **Alias Password**
4. **KeyStore File**

Fill in all fields and click **Update** to save. Once saved, you can select **Download signed app with your key** when downloading a sealed APK to receive a build pre-signed with your registered key.

Registered keys can be deleted at any time when no longer needed.

![android manage keystore](/img/mobile-app-security/console-aos-keystore.png)

import { Aside } from '@astrojs/starlight/components';

<Aside>Keystore and key information is encrypted at rest and used exclusively for signing your app.</Aside>