# 앱 등록하기

## 1. 사용자 콘솔 접속

핑거푸시 계정으로 로그인 후, 사용자 콘솔에 접속해 주세요.

<figure><img src="/files/0UyccZxO7M8Be7fLTY7e" alt=""><figcaption></figcaption></figure>

상단 메뉴 중 'APPDOG' 메뉴를 클릭하여 앱독 서비스로 이동합니다.

## 2. 앱 등록

좌측 메뉴 중 ‘앱스’ 메뉴로 이동하여 ‘앱 추가‘ 버튼을 클릭합니다.

<figure><img src="/files/tkuD0s9DGREeBHwi2T9K" alt=""><figcaption></figcaption></figure>

### 2-1. iOS 앱 등록

#### (1) 패키지 파일 업로드

‘파일 선택’ 버튼을 클릭하여 iOS 패키지 파일(\*.ipa, \*.zip)을 업로드합니다.

<figure><img src="/files/YMThab9ps7DUD7NO1fy0" alt=""><figcaption></figcaption></figure>

#### 2) 앱 정보 등록

패키지 파일의 업로드가 완료되면 ‘다음 단계’ 버튼을 클릭하여 ‘앱 기본정보’를 확인하고, \
‘앱 검증정책’을 설정합니다.&#x20;

{% hint style="info" %}
앱 검증 정책은 ‘[검증 정책](/appdog/console/policy.md)’ 메뉴에서 수정할 수 있습니다.
{% endhint %}

<figure><img src="/files/RUS7XmTU8ByTmKiAoN6s" alt=""><figcaption></figcaption></figure>

#### **3) 검증 값 등록**

앱 위변조 검증를 위해 해시 값을 설정합니다.\
iOS의 경우 앱 배포 후 앱이 설치된 단말기로부터 수집된 값을 선택하여 해시 값을 설정합니다.\
‘[해시 관리](/appdog/console/hash.md#undefined)’ 메뉴에서 해당 앱을 선택한 후 ‘수집내역조회’ 버튼을 클릭하면 수집된 해시 값 목록을 확인할 수 있습니다.

<figure><img src="/files/6bievscTcKVZxLPlSdwM" alt=""><figcaption></figcaption></figure>

### 2-2. Android 앱 등록

#### 1) 패키지 파일 업로드&#x20;

‘파일 선택’ 버튼을 클릭하여 안드로이드 패키지 파일(\*.apk, \*.aab)을 업로드합니다.

<figure><img src="/files/UZ5n2BCiCU835tiByRK8" alt=""><figcaption></figcaption></figure>

#### 2) 앱 정보 등록&#x20;

패키지 파일의 업로드가 완료되면 ‘다음 단계’ 버튼을 클릭하여 ‘앱 기본정보’를 확인하고, \
‘앱 검증 정책’을 설정합니다.&#x20;

{% hint style="info" %}
앱 검증 정책은 ‘[검증 정책](/appdog/console/policy.md)’ 메뉴에서 수정할 수 있습니다.
{% endhint %}

<figure><img src="/files/CQdmSGiV9E4S4PdTQnnz" alt=""><figcaption></figcaption></figure>

#### **3) Google Play 앱 서명**

기본적으로 앱 서명 해시는 앱 파일(apk)에서 추출하지만, \
구글플레이 콘솔에서 앱 서명을 google 앱 서명으로 설정한 경우 'SHA-256 인증서 지&#xBB38;**'**&#xC744; 복사해서 등록해 주시기 바랍니다.

![](/files/0W4GuZSWxojqKycROX40)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.fingerpush.com/appdog/console/app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
