> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/fa-bu/ios-curation.md).

# iOS 策展

iOS 内容策展的工作方式，以及如何提交你的场景或世界进行审核。

为遵守 [Apple 的 App Store 关于用户生成内容（UGC）的审核指南](https://developer.apple.com/app-store/review/guidelines/#user-generated-content)，Decentraland 引入了一个 **人工审核流程** 适用于所有出现在……中的场景和世界 **iOS 应用的 Discover（发现）版块**.

{% hint style="info" %}
此审核流程仅适用于 iOS。Android 的 Discover 版块和搜索仍会不受限制地显示所有已发布内容。
{% endhint %}

## 它的运作方式

* 所有内容在出现在 iOS 应用的 Discover 版块之前都必须经过人工审核。
* 未获批准的场景和世界将不会显示在 iOS 的 Discover 版块中。
* 与未获批准的场景或世界相关的活动也将不会显示在 iOS 的 Discover 版块中。
* **所有场景仍可访问** 在 iOS 上可随时通过深度链接或 `/goto` 和 `/world` 聊天指令——筛选仅影响 Discover 中的可见性。

## 提交你的场景或世界以供 iOS 审核

若要请求审核你的场景或世界，以将其纳入 iOS 的 Discover 版块，请提交一份 **内容审核请求** 在 Decentraland Discord 服务器中：

1. 加入 [Decentraland Discord](https://dcl.gg/discord).
2. 前往 **#rl-mobile-curation** 频道。
3. 发布你的请求，包括：
   * 场景或世界名称
   * 坐标或世界名称（例如 `0,0` 或 `MyWorld.dcl.eth`)
   * 内容的简要描述

提交内容将在 **24 小时内审核**。你的内容一旦获批或需要进一步跟进，你都会在该频道收到通知。

## 相关

* [获得推荐](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/fa-bu/get-featured.md)
* [移动端 UI 最佳实践](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/ui-best-practices.md)
* [在移动端预览](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/preview-on-mobile.md)


---

# 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://docs.decentraland.org/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/fa-bu/ios-curation.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.
