---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/android/start-io.md
  - https://ads.yandex.com/helpcenter/ru/dev/android/start-io.md
  - https://ads.yandex.com/helpcenter/zh/dev/android/start-io.md
---
> **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：**
- 支持的最低 5.2.2 版本
- 5.2.2 的当前版本
- 支持的最高 5.2.3 版本（不包括）

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

{% endnote %}

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

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

## 集成 {#integration}

{% note info %}

开始之前，Start.io 聚合网络会显示一个弹出窗口，请求用户同意个性化广告（如需详细了解，请参阅 [Start.io 网络文档](https://support.startapp.com/hc/en-us/articles/360002411114-Android-Standard-#UserConsent)）。要禁用弹出窗口，请使用 `setUserConsent` 方法传递用户对个性化广告的同意。

{% endnote %}

{% list tabs %}

- 使用 Gradle 的集成

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

   2. 将依赖项添加到应用级别的 build.gradle 文件中：
      ```
      implementation 'com.yandex.android:mobileads:8.3.0'
      implementation 'com.yandex.ads.mediation:mobileads-startapp:5.3.2.1'
      ```
   <!-- endsource: zh/dev/_includes/start-io-android.md -->

- 手动集成

   1. 在 Yandex Advertising Network 界面和您的广告网络帐户中 [配置聚合](https://ads.yandex.com/helpcenter/zh/monetization/yandex-mediation/setup.md)。

   2. 下载 [Start.io SDK](https://github.com/StartApp-SDK/Documentation/wiki/Android-InApp-Documentation#getting-started) 5.2.2 并将其添加到您的项目中。

   3. 从 [存储库](https://repo.maven.apache.org/maven2/com/yandex/ads/mediation/mobileads-startapp/) 下载最新版本的 Start.io 适配器（.aar 文件）。

{% endlist %}

