---
title: "개발자 Console 시작하기"
description: "DoveRunner Mobile App Security 계정을 설정하고 개발자 Console을 사용하여 모바일 애플리케이션을 보호하는 방법을 알아보세요."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

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

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

<Aside title="계정이 없으신가요?">
[console.doverunner.com](https://console.doverunner.com/signup)에서 무료로 가입할 수 있습니다. 로그인 문제, 비밀번호 재설정 등 계정 관련 문의는 [DoveRunner 헬프센터](https://support.doverunner.com/)를 이용해 주세요.
</Aside>

## 시작 흐름

<Steps>

1. **앱 실링 적용**

   **Android**의 경우 Developer Console에서 APK 또는 AAB 파일을 업로드하고 DoveRunner Mobile App Security를 적용합니다. 코드 변경 없이 앱에 보안 모듈이 추가됩니다.

   **iOS**의 경우 Developer Console에서 프로젝트를 생성하고 SDK를 다운로드한 후, 기존 빌드 파이프라인에 통합합니다.

   <CardGrid>
     <LinkCard title="Android 앱 실링" href="/ko/mobile-app-security/android/android-sealing/" />
     <LinkCard title="iOS SDK 다운로드" href="/ko/mobile-app-security/ios/" />
   </CardGrid>

2. **실링된 앱 배포 및 실행**

   실링된 앱을 다운로드하여 기기에 설치하고 실행합니다. 사용자가 앱을 사용하는 순간부터 보안 이벤트가 수집되기 시작합니다.

3. **대시보드에서 위협 모니터링**

   실링된 앱이 실행되면 대시보드에 위협 데이터가 나타나기 시작합니다. 해킹 시도, 활성 기기, 실시간 위협을 추적하세요.

   <CardGrid>
     <LinkCard title="대시보드 가이드" href="/ko/mobile-app-security/console/dashboard/dashboard-guide/" />
     <LinkCard title="실시간 위협 분석" href="/ko/mobile-app-security/console/dashboard/real-time-threat-analysis/" />
   </CardGrid>

4. **설정 구성**

   팀 관리, 서비스 설정, 웹훅 연동, 알림 규칙을 워크플로우에 맞게 구성합니다.

   <CardGrid>
     <LinkCard title="팀 관리" href="/ko/mobile-app-security/console/settings/manage-team/" />
     <LinkCard title="일반 설정" href="/ko/mobile-app-security/console/settings/general-settings/" />
   </CardGrid>

</Steps>