---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/ios/debug-panel.md
  - https://ads.yandex.com/helpcenter/ru/dev/ios/debug-panel.md
  - https://ads.yandex.com/helpcenter/zh/dev/ios/debug-panel.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

# 调试面板

<!-- source: zh/dev/_includes/debug-panel.md -->
调试面板是一套用于测试广告集成的工具，旨在加快 Yandex Mediation 集成和广告发布。 该面板作为单独的界面提供，您可以在其中测试各种用例。
<!-- endsource: zh/dev/_includes/debug-panel.md -->

## 开始使用 {#start}

<!-- source: zh/dev/_includes/debug-panel.md -->
1. 安装并运行 Mobile Ads SDK 7.4.0 或更高版本。
2. 调用 `YandexAds.showDebugPanel()` 方法以显示调试面板。
<!-- endsource: zh/dev/_includes/debug-panel.md -->

## 有关调试面板的更多信息 {#additional}

<!-- source: zh/dev/_includes/debug-panel.md -->
调试面板包含具有不同信息、状态和附加功能的部分，例如：

1. 应用信息。
2. SDK 集成。
3. 聚合适配器集成。
4. 用户隐私设置。
5. 附加功能。

如果检测到集成问题，您将会在相应的资源行中看到 ![](../../../_images/error.png) 图标。 点击该图标可了解更多信息。

<iframe width="300" height="700" allow="autoplay" src="https://runtime.strm.yandex.ru/player/video/vplvdpjllq4pk4f6ekcq?autoplay=1&mute=0&loop=1" frameborder="0" allowfullscreen></iframe>
<!-- endsource: zh/dev/_includes/debug-panel.md -->

### 应用信息 {#info}

<!-- source: zh/dev/_includes/debug-panel.md -->
此部分显示有关您的应用的当前信息：

* 应用 ID。
* 应用版本。
* 操作系统。
<!-- endsource: zh/dev/_includes/debug-panel.md -->

### SDK 集成 {#sdk}

<!-- source: zh/dev/_includes/debug-panel.md -->
此部分显示有关 Mobile Ads SDK 集成的当前信息：

* SDK 版本：Mobile Ads SDK 版本已安装。
* SDK 集成状态。

<!--
<!-- endsource: zh/dev/_includes/debug-panel.md -->

### 聚合适配器集成 {#adapters}

<!-- source: zh/dev/_includes/debug-panel.md -->
该部分分为三个子部分：成功集成的适配器、存在集成错误的适配器和尚未集成的适配器。

此部分显示每个适配器的以下详细信息：

* 广告网络徽标。
* 聚合网络 SDK 版本。
* 当前适配器版本。
* 最新适配器版本可用。
<!-- endsource: zh/dev/_includes/debug-panel.md -->

### 用户隐私设置 {#conf}

<!-- source: zh/dev/_includes/debug-panel.md -->
此部分显示有关隐私设置的当前信息：

* 位置许可。
* 用户许可。
* TCF 许可。
<!-- endsource: zh/dev/_includes/debug-panel.md -->

### 附加功能 {#func}

<!-- source: zh/dev/_includes/debug-panel.md -->
此部分显示可用的附加功能及其状态：

* 可见性错误指示器：[原生广告集成正确性指示器](https://ads.yandex.com/helpcenter/zh/dev/ios/native.md#native-ad-integration-indicator)。 您可以在不从代码调用任何方法的情况下启用此功能。

   使用此指示器，您可以了解原生广告集成是否成功。 如果没有成功，您可以获取描述问题原因的调试信息。
<!-- endsource: zh/dev/_includes/debug-panel.md -->
