---
title: "Historical Information"
description: "View sealing history for the past 30 days and download successfully sealed Android apps from the Developer Console."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

The Historical Information tab displays sealing records for the past 30 days. You can review sealing configurations for your own apps as well as those sealed by team members, and download successfully sealed apps or inspect errors from failed attempts.

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

Table data refreshes automatically every minute. You can also reload manually using the refresh icon. Use the search bar to filter results by any of the following fields:

- Time the sealing was submitted
- Application type (Native / Hybrid)
- Android package name
- Username who performed the sealing
- App category (Game / Non-Game)
- DoveRunner Mobile App Security version
- Sealing status (In Progress / Completed / Failed)
- Actions:
  - **Download** — Download a successfully sealed app (see [Downloading Sealed Application](#downloading-sealed-application))
  - **View Errors** — Inspect errors from a failed sealing attempt

To view the full configuration used for a sealing job, click the **+** icon in the first column of that record.

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

## Downloading Sealed Application

After a successful sealing, a download prompt appears automatically. The same download options are available from the Historical Information tab at any time.

### 1. Download without signing

Downloading without signing gives you an unsigned APK. Unsigned APKs cannot be installed directly on a device — you must sign the file with your own key using apksigner before installation.

### 2. Download signed with DoveRunner Mobile App Security key

Downloads an APK signed with DoveRunner's key, ready to install on a test device. Note that signing with a different key disables authentication features such as Google login.

### 3. Download signed with your key

Downloads an APK signed with your own registered key. Keystore and key information is encrypted and used only for signing. See [Manage KeyStore](../android-manage-keystore/) to register your key.

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