---
title: "Getting Started with Developer Console"
description: "Learn how to set up your DoveRunner Mobile App Security account and use the Developer Console to protect your mobile applications."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { Aside, Steps, LinkCard, CardGrid } from '@astrojs/starlight/components';

DoveRunner Mobile App Security is a cloud-based, pay-as-you-go solution that protects mobile apps without writing a single line of code. Using RASP security features, it blocks hacking attempts and unauthorized app tampering at runtime — no additional development work required.

<Aside title="Need an account?">
Sign up for free at [console.doverunner.com](https://console.doverunner.com/signup). For account-related questions including login issues or password reset, visit the [DoveRunner Help Center](https://support.doverunner.com/).
</Aside>

## How It Works

<Steps>

1. **Seal your app**

   For **Android**, upload your APK or AAB file in the Developer Console and apply DoveRunner Mobile App Security. Sealing adds a security module to your app without requiring any code changes.

   For **iOS**, create a project in the Developer Console, download the generated SDK, and integrate it into your existing build pipeline.

   <CardGrid>
     <LinkCard title="Android App Sealing" href="/mobile-app-security/android/android-sealing/" />
     <LinkCard title="iOS SDK Download" href="/mobile-app-security/ios/" />
   </CardGrid>

2. **Release and run the sealed app**

   Download the sealed app, install it on a device, and run it. Security events start being collected as soon as users interact with the app.

3. **Monitor threats in the Dashboard**

   Once the sealed app is running, threat data begins to appear in the Dashboard. Track hacking attempts, active devices, and real-time threats.

   <CardGrid>
     <LinkCard title="Dashboard Guide" href="/mobile-app-security/console/dashboard/dashboard-guide/" />
     <LinkCard title="Real-Time Threat Analysis" href="/mobile-app-security/console/dashboard/real-time-threat-analysis/" />
   </CardGrid>

4. **Configure settings**

   Set up your team, manage services, configure webhooks, and adjust alert rules to fit your workflow.

   <CardGrid>
     <LinkCard title="Manage Team" href="/mobile-app-security/console/settings/manage-team/" />
     <LinkCard title="General Settings" href="/mobile-app-security/console/settings/general-settings/" />
   </CardGrid>

</Steps>