---
title: "모바일 앱 보안 문서"
description: "DoveRunner 모바일 앱 보안 통합을 시작하세요."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

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

DoveRunner Mobile App Security는 코드 한 줄 없이 모바일 앱을 보호할 수 있는 클라우드 기반 pay-as-you-go 솔루션입니다. RASP 보안 기능을 통해 런타임에서 해킹 시도와 앱 불법 변조를 차단하며, 별도의 개발 작업 없이 바로 적용할 수 있습니다.

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

<CardGrid>
<LinkCard
  title="지원 프레임워크"
  href="./console/supported-frameworks/"
  description="지원하는 Android, iOS, React Native 버전을 확인하세요."
/>
<LinkCard
  title="개발자 Console"
  href="./console/"
  description="앱 실링, 위협 모니터링, 설정 관리를 Developer Console에서 시작하세요."
/>
<LinkCard
  title="Android 앱 보안"
  href="./android/"
  description="APK 또는 AAB 파일을 업로드하고 3단계만으로 보호를 적용합니다. 코드 변경 불필요."
/>
<LinkCard
  title="iOS 앱 보안"
  href="./ios/"
  description="DoveRunner SDK를 iOS 빌드 파이프라인에 통합하여 런타임 보호를 적용하세요."
/>
<LinkCard
  title="온프레미스 배포"
  href="./on-premise/"
  description="자체 인프라에 DoveRunner Mobile App Security를 배포하여 데이터와 보안을 완전히 제어하세요."
/>
<LinkCard
  title="CI/CD 파이프라인"
  href="./android/cicd/"
  description="CI/CD 파이프라인에 DoveRunner Mobile App Security를 통합하여 앱 실링을 자동화하세요."
/>
</CardGrid>