> 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-ko/build-for-mobile/publish/ios-curation.md).

# iOS 큐레이션

iOS 콘텐츠 큐레이션이 작동하는 방식과 씬 또는 월드를 검토에 제출하는 방법입니다.

준수하기 위해 [사용자 생성 콘텐츠(UGC)에 관한 Apple의 App Store 검토 지침](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-ko/build-for-mobile/publish/get-featured.md)
* [모바일 UI 모범 사례](/creator/content-creator-ko/build-for-mobile/develop/ui-best-practices.md)
* [모바일에서 미리보기](/creator/content-creator-ko/build-for-mobile/develop/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-ko/build-for-mobile/publish/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.
