# Mezzo

#### MezzoMedia

{% embed url="<https://docs.meba.kr/s-plus/sdk/ios_v300/>" %}

## 사용방법

{% hint style="warning" %}
**2) 초기 셋팅,  3) 초기화 진행은 위 링크에 들어가서 직접 설정하시는 것을 권장드립니다**
{% endhint %}

### 1) 설치

{% content-ref url="/pages/IP2R7MXm9WlEBdvJxfnZ" %}
[AP 미디에이션(iOS)](/ssp-sdk/undefined-1/ap/ap-ios.md)
{% endcontent-ref %}

### 2) 초기 셋팅

**Info.plist 설정 ->** [**링크**](https://docs.meba.kr/s-plus/sdk/ios_v300/#caution)

* [x] NSAppTransportSecurity
* [x] BGTaskSchedulerPermittedIdentifiers
* [x] SKAdNetworkIdentifier

<details>

<summary>NSAppTransportSecurity <strong>(2024.03.04)</strong></summary>

```xml
<key>NSAppTransportSecurity</key>
<dict>
  <key>NSAllowsArbitararyLoads</key>
  <true/>
</dict>
```

</details>

<details>

<summary>BGTaskSchedulerPermittedIdentifiers <strong>(2024.03.04)</strong></summary>

```xml
<key>BGTaskSchedulerPermittedIdentifiers</key>
 <array>
  <string>com.mezzo.LibADPlus</string>
  <string>com.iabtechlab.OMSDK-Cjnet</string>
 </array>
```

</details>

<details>

<summary><strong>SKAdNetwork (2024.03.04)</strong></summary>

```xml
<key>SKAdNetworkItems</key>
<array>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>feyaarzu9v.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>xxxxxxxxxx.skadnetwork</string>
    </dict>
</array>
```

</details>


---

# 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/undefined-1/ap/ap-ios/mezzo.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.
