# Android/iOS 푸시 설정

## 개요 <a href="#overview" id="overview"></a>

푸시 메시지를 발송하려면 iOS(APNs), Android(FCM) 각 플랫폼의 보안 정책에 따라 사전 설정이 필요합니다.

마켓탭에서는 이 정보를 미리 등록할 수 있도록 지원하며, 설정이 완료되면 캠페인 발송 시 자동으로 적용되어 각 디바이스 환경에 맞게 푸시 메시지가 전송됩니다.

플랫폼 설정은 안정적인 푸시 발송을 위한 필수 단계이며, 이를 통해 다양한 디바이스에서도 일관된 메시지 경험을 제공할 수 있습니다.

{% hint style="warning" %}
앱 푸시는 앱 SDK를 직접 연동하는 Pro버전에서만 사용이 가능합니다. 또한 푸시를 설정하기 위해서는 개발자의 도움이 필요합니다.
{% endhint %}

## 1. 인증서 확인 <a href="#certification" id="certification"></a>

각 플랫폼 별 필요한 인증서를 확인합니다.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Android ( FCM )</td><td><a href="https://app.gitbook.com/s/TQoY0rYrzNUQxhlUfYFm/push-notification/certification/android">Android 인증서 등록</a></td></tr><tr><td>iOS ( APNs )</td><td><a href="https://app.gitbook.com/s/TQoY0rYrzNUQxhlUfYFm/push-notification/certification/ios">iOS 인증서 등록</a></td></tr></tbody></table>

## 2. 푸시 설정 <a href="#setting" id="setting"></a>

iOS (APNs), Android (FCM)에서 확인한 인증키 및 인증서를 업로드하여 설정합니다. 필요한 정보를 입력 후 `설정 저장하기`를 클릭하여 완료합니다.

<figure><img src="https://3826783036-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyROeODSgPulCgZ9LFAYn%2Fuploads%2F3gI14Dmzl83WyWNWCQPB%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202025-07-15%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%204.58.21.png?alt=media&#x26;token=283a0628-49c8-43b4-8b64-96038451df4d" alt=""><figcaption></figcaption></figure>
