---
title: "Mobile App Security Docs"
description: "Get started integrating your application with DoveRunner Mobile App Security."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { 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.

![App Security Dashboard](/img/mobile-app-security/app-security-dashboard.webp)

<CardGrid>
<LinkCard
  title="Supported Frameworks"
  href="./console/supported-frameworks/"
  description="Check which versions of Android, iOS, and React Native are supported."
/>
<LinkCard
  title="Developer Console"
  href="./console/"
  description="Learn how to seal your app, monitor threats, and manage settings in the Developer Console."
/>
<LinkCard
  title="Android App Security"
  href="./android/"
  description="Upload your APK or AAB and apply protection in three steps — no code changes required."
/>
<LinkCard
  title="iOS App Security"
  href="./ios/"
  description="Integrate the DoveRunner SDK into your iOS build pipeline for runtime protection."
/>
<LinkCard
  title="On-Premise Deployment"
  href="./on-premise/"
  description="Deploy DoveRunner Mobile App Security in your own infrastructure for full control over data and security."
/>
<LinkCard
  title="CI/CD Pipeline"
  href="./android/cicd/"
  description="Automate app sealing by integrating DoveRunner Mobile App Security into your CI/CD pipeline."
/>
</CardGrid>