---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/ios/start-io.md
  - https://ads.yandex.com/helpcenter/ru/dev/ios/start-io.md
  - https://ads.yandex.com/helpcenter/zh/dev/ios/start-io.md
  - href: zh/dev/ios/start-io.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

# 启用 Start.io



{% note info "支持的库和平台版本" %}

**Yandex Mobile Ads SDK：**
- 支持的最低 8.3.0 版本
- 8.3.0 的当前版本
- 支持的最高 8.3.1 版本（不包括）

**Start.io SDK：**
- 支持的最低 4.13.0 版本
- 4.13.0 的当前版本
- 支持的最高 4.13.1 版本（不包括）

[版本历史](https://ads.yandex.com/helpcenter/zh/dev/ios/changelog-ios.md#startio)

{% endnote %}

## 支持的广告格式 {#formats}

- [自适应内联横幅](https://ads.yandex.com/helpcenter/zh/dev/ios/adaptive-inline-banner.md)
- [自适应粘性横幅](https://ads.yandex.com/helpcenter/zh/dev/ios/adaptive-sticky-banner.md)
- [插屏广告](https://ads.yandex.com/helpcenter/zh/dev/ios/interstitial.md)
- [激励广告](https://ads.yandex.com/helpcenter/zh/dev/ios/rewarded.md)

## 集成 {#integration}

<!-- source: zh/dev/_includes/start-io-ios.md -->
{% note info %}

要在移动聚合中跟踪应用安装，您需要为适配器配置 Info.plist。请按照广告网络 [文档](https://support.start.io/hc/en-us/articles/360017903540-iOS-14-Readiness-#EnableSKAdNetwork) 进行操作。

{% endnote %}

要使用 [Start.io](https://www.startapp.com/)，请添加 `StartAppYandexMobileAdsAdapters` 库。

`StartAppYandexMobileAdsAdapter` 库已经适配了 CocoaPods 依赖管理系统，并支持静态集成方法。

1. 在 Yandex Advertising Network 界面和其他网络界面中 [设置聚合](https://ads.yandex.com/helpcenter/zh/monetization/yandex-mediation/setup.md)。

2. 要连接库，请将依赖项添加到项目的 Podfile 中：
   ```
   pod 'StartAppYandexMobileAdsAdapters', '4.13.1.1'
   ```

3. 开始之前，Start.io 聚合网络会显示一个弹出窗口，请求用户同意向他们展示个性化广告（详情请参阅 [Start.io 网络文档](https://support.startapp.com/hc/en-us/articles/360006012653-IOS-Standard-#Step3,UserConsent(GDPR))）。要隐藏弹出窗口，请使用 `+ setUserConsent:` 方法传递用户的许可。
<!-- endsource: zh/dev/_includes/start-io-ios.md -->

