> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/app-push/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/app-push/sdk-manual.md).

# SDK 매뉴얼

- [SDK 다운로드](https://developers.fingerpush.com/app-push/sdk-manual/sdk-down.md)
- [Android SDK 매뉴얼](https://developers.fingerpush.com/app-push/sdk-manual/android.md)
- [주요 기능](https://developers.fingerpush.com/app-push/sdk-manual/android/function.md)
- [비공개 키 생성 및 등록](https://developers.fingerpush.com/app-push/sdk-manual/android/private-key.md)
- [Android 푸시 알림 원클릭 수신거부 구현 가이드](https://developers.fingerpush.com/app-push/sdk-manual/android/unsubscribe.md)
- [iOS SDK 매뉴얼](https://developers.fingerpush.com/app-push/sdk-manual/ios.md)
- [APN 인증 키(.p8) 발급 및 업로드](https://developers.fingerpush.com/app-push/sdk-manual/ios/apn-key.md)
- [iOS 푸시 알림 원클릭 수신거부 구현 가이드 (category이용)](https://developers.fingerpush.com/app-push/sdk-manual/ios/unsubscribe.md): 안녕하세요, 핑거푸시 기술지원팀입니다. 광고성 정보가 포함된 푸시 메시지 발송 시, 사용자 편의성을 높이고 규정을 준수하기 위해 알림 창에서 즉시 수신거부를 할 수 있는 '원클릭 수신거부' 기능 구현 방법을 안내해 드립니다.
- [Cordova](https://developers.fingerpush.com/app-push/sdk-manual/cordova.md)
- [React Native](https://developers.fingerpush.com/app-push/sdk-manual/react-native.md)
- [Flutter](https://developers.fingerpush.com/app-push/sdk-manual/flutter.md)
- [인앱푸시 App 가이드](https://developers.fingerpush.com/app-push/sdk-manual/inapp-push.md)
- [Server2Server](https://developers.fingerpush.com/app-push/sdk-manual/s2s.md)
- [1. 일괄 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/batch.md)
- [2. 다수의 대상자 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/many.md)
- [2-1. 메시지 기본 정보 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/many/2-1..md)
- [2-2. 수신 대상자 정보 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/many/2-2..md)
- [2-3. 메시지 전송 종료 정보 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/many/2-3..md)
- [3. 다수의 대상자 발송 (500건 이하)](https://developers.fingerpush.com/app-push/sdk-manual/s2s/many-1.md)
- [4. 다수의 대상자 개별 설정값 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/many-personal.md)
- [5. 단일 건 발송](https://developers.fingerpush.com/app-push/sdk-manual/s2s/single.md)
- [6. 타겟 발송 실패 시 식별자 조회](https://developers.fingerpush.com/app-push/sdk-manual/s2s/failed-id.md)
- [7. 예약 메시지 취소](https://developers.fingerpush.com/app-push/sdk-manual/s2s/cancel.md)
- [8. 부가 서비스-통계](https://developers.fingerpush.com/app-push/sdk-manual/s2s/stat.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.fingerpush.com/app-push/sdk-manual.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
