# Unity (iOS)

- [연동 기본 설정](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined.md)
- [CocoaPod 설치](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined/cocoapod.md): CocoaPod을 이용한 설치 방법 입니다.
- [SPM 설치](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined/spm.md): SPM(Swift Package Manager)을 이용한 설치 방법 입니다.
- [배너 광고](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-1.md): 배너는 SSP의 가장 일반적인 광고 형태로 앱의 하단이나 상단에 노출되는 띠 형태의 광고입니다.
- [네이티브 광고](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-2.md): 네이티브 광고는 광고가 게재되는 사용자 환경의 형식 및 기능에 맞춰 자동으로 최적화되어 출력됩니다.
- [전면광고](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-3.md): 전면광고는 화면 전체를 덮는 형태의 광고입니다.
- [전면비디오광고](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-4.md): 화면을 최대한 이용하여 비디오 광고를 유저에게 송출합니다.
- [리워드비디오광고](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-5.md): 리워드를 제공하는 비디오 광고입니다. 비디오 광고 종료 시 event callback으로 리워드 정보를 전달합니다.
- [비디오믹스광고](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-6.md): 다양한 형태의 비디오 타입 + 전면 광고를 혼합하여 제공하는 광고 타입입니다.
- [보상형 광고 플러스](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios/undefined-7.md): 보상형 광고 플러스는 페이먼트사와 협업하여 인앱 재화 지급 외에 페이먼트 포인트를 지급할 수 있는 ADPOPCORN만의 광고 상품입니다. 국내에서는 네이버페이 포인트를 지원하고 있으며 일본에서는 PAYPAY 포인트 쿠폰 발급을 지원합니다.  사용을 원하시는 분들은 pm@adpopcorn.com 으로 문의 바랍니다.


---

# 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://adpopcornssp.gitbook.io/ssp-sdk/sdk/unity/unity-ios.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.
