# 앱 등록하기

## 1. 앱 등록

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

콘솔  화면의 상단 메뉴 중 'APP PUSH' 메뉴를 클릭하시면 앱 목록 화면으로 이동합니다.\
(APP PUSH 서비스 신청 후 이용하실 수 있습니다.)&#x20;

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

❶ **계정 정보**\
접속한 ID와 이용 중인 서비스 정보입니다.\
당월 APP PUSH 발송량과 무료 발송수를 확인할 수 있습니다.

❷ **앱 등록**\
앱 이름, 앱 아이콘, 앱 구분(개발용/배포용)을 입력해 주세요.\
플랫폼(Android/iOS) 구분 없이 한번만 등록하시면 됩니다.\
앱 이름, 아이콘, 카테고리는 실제 앱마켓의 정보와 상이해도 문제 없습니다.

{% hint style="info" %} <mark style="color:blue;">앱 구분:</mark> iOS의 경우 개발용과 배포용의 APNS가 분리되어 있기 때문에 '개발용'으로 등록된 앱은 앱 푸시가 발송되지 않습니다.&#x20;
{% endhint %}

## 2. 앱 목록

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

❶ 앱이 성공적으로 등록되었습니다.\
앱 정보와 함께 ★(별표) 클릭 시 즐겨찾는 앱으로 등록되어 목록의 최상단에 위치합니다.\
하단의 퀵메뉴는 아래의 주요 화면으로 바로 이동할 수 있도록 지원합니다.

* 대시보드
* 메시지 만들기
* 발송 이력
* 앱 설정

{% hint style="info" %}
앱 등록 후, '앱 설정' 버튼을 클릭하시어 플랫폼 설정을 완료해 주세요.

[\[플랫폼 설정 가이드\]](/app-push/guide/ver5.0/set.md#platform)
{% endhint %}

❷ 배포용과 개발용 앱을 구분하여 정렬할 수 있으며, 앱 이름으로 검색할 수 있습니다.


---

# 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/app-push/guide/ver5.0/apps.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.
