> For the complete documentation index, see [llms.txt](https://adpopcornssp.gitbook.io/ssp-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adpopcornssp.gitbook.io/ssp-sdk/sdk/ios/ios-3.1.0+.md).

# iOS 3.1.0+

## 최신 버전

### APSSPSDK v3.1.10

* BannerView 이슈 처리
* MediationVungle NativeVideo 연동
* WebView API 통합 추가

### APSSPSDK v3.1.9

* APSSPModalAd 닫기 버튼 색상 변경 기능 추가

### APSSPSDK v3.1.8

* APSSPModalAd 배경 탭 시 닫기 옵션 (closeOnBackgroundTap) 추가
* AppLovinMAX 초기화 수정

### APSSPSDK v3.1.7

* mediation adapter delegate 누락 수정
* Hybrid Bridge 안정화

### APSSPSDK v3.1.6

* AppLovinMAX, AppLovin 초기화 이슈 처리
* Modal 광고 Background (가로, 세로) 사이즈 조정 관련 이슈 처리
* Moloco Native bidding 연동

### APSSPSDK v3.1.4

* VideoMix 비딩 개선
* Native 광고 privacyIconVisibility  추가
* HyBride Mediation provider 적용

### APSSPSDK v3.1.1

* GDPR 적용
* Moloco Native 지원 X

### APSSPSDK v3.1.0

**신규**

* Swift SDK 최초 배포
* 통합 초기화 지원 (미디에이션 네트워크 SDK 자동 초기화)
* Mediation Provider 지원 (default / AppLovin MAX / AdMob)
* Ad Inspector (광고 검사기) 지원
* 지원 광고 포맷: Banner, Interstitial, InterstitialVideo, RewardVideo, VideoMix, Native, Splash, Modal, PopContents, RewardAdPlus, HybridBridge
* 미디에이션 21개 업체 지원

## Adapter 버전 규칙

<table><thead><tr><th>구분</th><th width="303.3836669921875">버전 형식</th><th>예시</th></tr></thead><tbody><tr><td>SDK 코어 (APSSPSDK)</td><td><code>X.Y.Z</code></td><td><code>3.0.0</code></td></tr><tr><td>Adapter</td><td><code>{3rd party SDK 버전}.{릴리즈번호}</code></td><td><code>12.14.0.0</code></td></tr></tbody></table>

* 마지막 숫자: 동일 3rd party SDK 버전에서 adapter 코드만 변경 시 +1
* 3rd party SDK 버전 변경 시 새 버전 번호로 시작

## deployment target

| 항목                  | 최소 버전    |
| ------------------- | -------- |
| APSSPSDK            | iOS 13.0 |
| APSSPMediationAdFit | iOS 14.0 |
| APSSPMediationMaio  | iOS 15.0 |
| 그 외 Adapter         | iOS 13.0 |


---

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