---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/concepts/quick-start.md
  - https://yandex.com/dev/games/doc/hi/concepts/quick-start.md
  - https://yandex.com/dev/games/doc/ko/concepts/quick-start.md
  - https://yandex.com/dev/games/doc/ru/concepts/quick-start.md
  - https://yandex.com/dev/games/doc/tr/concepts/quick-start.md
  - https://yandex.com/dev/games/doc/vi/concepts/quick-start.md
  - https://yandex.com/dev/games/doc/zh/concepts/quick-start.md
  - href: zh/concepts/quick-start.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://yandex.com/dev/games/doc/zh/llms.txt

# 快速开始

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

[Yandex Games](https://yandex.com/games/){.external} 是一个免费的浏览器游戏发布平台。您连接 SDK、上传游戏——游戏即可让数百万玩家无需安装即可访问。我们负责托管、授权和变现——您只需专注于游戏本身及其增长。

按照以下步骤在平台上发布您的游戏：

<div class="container-desktop">

```mermaid
flowchart LR
    Game(["🎮 有游戏"]) --> S1["创建<br/>账户"]
    S1 --> S2["设置<br/>团队<br/>访问权限"]
    S2 --> S3["准备<br/>游戏"]
    S3 --> S4["上传到<br/>控制台"]
    S4 --> S5["通过<br/>审核"]
    S5 --> Done(["🚀 游戏<br/>已发布"])

    click S1 "zh/concepts/quick-start#registration" "前往步骤 1"
    click S2 "zh/concepts/quick-start#team-access" "前往步骤 2"
    click S3 "zh/concepts/quick-start#requirements-sdk" "前往步骤 3"
    click S4 "zh/concepts/quick-start#draft" "前往步骤 4"
    click S5 "zh/concepts/quick-start#moderation" "前往步骤 5"
    click Done "zh/concepts/quick-start#after-publication" "发布后"

    classDef start fill:#ffbe5c,stroke:#bd5c0a,stroke-width:2px,color:#000;
    classDef step1 fill:#ffd27f,stroke:#bd5c0a,stroke-width:1.5px,color:#000;
    classDef step2 fill:#ffe19f,stroke:#a8a060,stroke-width:1.5px,color:#000;
    classDef step3 fill:#e8e4a8,stroke:#8a9560,stroke-width:1.5px,color:#000;
    classDef step4 fill:#b8d8a8,stroke:#5fa070,stroke-width:1.5px,color:#000;
    classDef step5 fill:#8ec8a4,stroke:#4db09b,stroke-width:1.5px,color:#000;
    classDef finish fill:#4db09b,stroke:#2d8b5d,stroke-width:2px,color:#fff;

    class Game start;
    class S1 step1;
    class S2 step2;
    class S3 step3;
    class S4 step4;
    class S5 step5;
    class Done finish;
```

</div>

<div class="container-mobile container-center">

```mermaid
flowchart TD
    Game(["🎮 有游戏"]) --> S1["创建账户"]
    S1 --> S2["设置团队访问权限"]
    S2 --> S3["准备游戏"]
    S3 --> S4["上传到控制台"]
    S4 --> S5["通过审核"]
    S5 --> Done(["🚀 游戏已发布"])

    click S1 "zh/concepts/quick-start#registration" "前往步骤 1"
    click S2 "zh/concepts/quick-start#team-access" "前往步骤 2"
    click S3 "zh/concepts/quick-start#requirements-sdk" "前往步骤 3"
    click S4 "zh/concepts/quick-start#draft" "前往步骤 4"
    click S5 "zh/concepts/quick-start#moderation" "前往步骤 5"
    click Done "zh/concepts/quick-start#after-publication" "发布后"

    classDef start fill:#ffbe5c,stroke:#bd5c0a,stroke-width:2px,color:#000;
    classDef step1 fill:#ffd27f,stroke:#bd5c0a,stroke-width:1.5px,color:#000;
    classDef step2 fill:#ffe19f,stroke:#a8a060,stroke-width:1.5px,color:#000;
    classDef step3 fill:#e8e4a8,stroke:#8a9560,stroke-width:1.5px,color:#000;
    classDef step4 fill:#b8d8a8,stroke:#5fa070,stroke-width:1.5px,color:#000;
    classDef step5 fill:#8ec8a4,stroke:#4db09b,stroke-width:1.5px,color:#000;
    classDef finish fill:#4db09b,stroke:#2d8b5d,stroke-width:2px,color:#fff;

    class Game start;
    class S1 step1;
    class S2 step2;
    class S3 step3;
    class S4 step4;
    class S5 step5;
    class Done finish;
```

</div>

{% note tip "已创建账户并连接了 SDK？" %}

直接前往[填写草稿](https://yandex.com/dev/games/doc/zh/console/add-new-game.md#step-create-and-fill-draft)。

{% endnote %}



## 步骤 1. 注册 {#registration}

### 在控制台中 {#console}

[开发人员控制台](https://games.yandex.com/console){.external} 是您管理游戏的个人后台：上传构建包、配置变现和推广、跟踪指标。要获得访问权限：

1. [创建开发者账户](https://yandex.com/dev/games/doc/zh/console/manage-account.md)。注册时请使用带有 Yandex 登录名的 Yandex ID。
1. 在 **Account** 部分，指定[Preferred language for communication](https://yandex.com/dev/games/doc/zh/console/manage-account.md#profile-manage)。我们将使用该语言与您沟通。


### 在 Yandex Advertising Network 中 {#partner}

Yandex Advertising Network 用于[启用变现](https://yandex.com/dev/games/doc/zh/console/adv-monetization.md#enable-int-monetization)并接收广告和应用内购买的付款：

1. 在 [Yandex Advertising Network](https://partner.yandex.com/){.external} 创建账户并接受协议条款。
1. 提供[付款详情](https://partner.yandex.com/v2/settings/financial/){.external}和最新联系方式。



## 步骤 2. 设置团队访问权限 {#team-access}

如果您在团队中工作，请在 [Users and access](https://games.yandex.com/console/linked-accounts){.external} 部分配置[角色和权限](https://yandex.com/dev/games/doc/zh/console/teamwork.md)。团队的其他成员将可以代替您上传游戏。



## 步骤 3. 准备游戏压缩包 {#requirements-sdk}

### 了解要求 {#requirements}

研究游戏和推广材料的[要求](https://yandex.com/dev/games/doc/zh/concepts/requirements.md)——这将节省审核时间。


### 连接 SDK 或插件 {#sdk}

SDK 解锁平台功能：帮助添加广告和购买，在 Yandex 服务器上保存玩家进度，以及无需更新构建即可更改游戏行为。没有 SDK 无法发布游戏。

您可以连接 SDK：

- 通过游戏代码[直接](https://yandex.com/dev/games/doc/zh/sdk/sdk-about.md)连接；
- 使用适用于主流游戏引擎的[插件](https://yandex.com/dev/games/doc/zh/sdk.md#official-plugins)。



## 步骤 4. 将游戏上传到控制台 {#draft}

在开发人员控制台中[添加游戏](https://yandex.com/dev/games/doc/zh/console/add-new-game.md)，并在 **Draft** 标签页中：

- 将游戏文件压缩包上传到 Yandex 服务器；
- 指定游戏已本地化的语言（[推荐语言](https://yandex.com/dev/games/doc/zh/concepts/languages-and-domains.md#languages)）；
- 添加描述和推广材料。

有关草稿字段的更多信息，请参阅 [填写草稿](https://yandex.com/dev/games/doc/zh/console/add-new-game/draft.md)。

如果游戏有[应用内购买](https://yandex.com/dev/games/doc/zh/console/purchases.md)，请提前写信至 [games-partners@yandex-team.com](mailto:games-partners@yandex-team.com){.external}：注明游戏名称和 ID。



## 步骤 5. 通过审核 {#moderation}

### 测试游戏 {#test}

提交审核前，请自行[测试游戏](https://yandex.com/dev/games/doc/zh/console/test-game.md)。

<!-- source: zh/_includes/requirements/violated-requirements.md -->
{% cut "常见的发布拒绝原因" %}

#|
|| **游戏要求项** | **类别** | **违规** | **说明** ||
|| [1.6.1.8](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-6-1-8)、[1.6.2.7](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-6-2-7) | UI / 界面 | 交互时弹出上下文菜单 | 右键点击或长按时出现系统浏览器上下文菜单——必须在游戏区域内将其禁用。 ||
|| [1.6.1.6](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-6-1-6)、[1.6.2.5](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-6-2-5) | ^ | 系统播放器（桌面端和移动端） | 视频内容通过系统播放器而非内置游戏播放器播放——破坏了界面的完整性。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/6.md)。 ||
|| [4.7](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#4-7) | ^ | 展示广告时未暂停声音 | 播放广告期间，游戏音频持续播放。必须在广告期间暂停音频。 ||
|| [1.3](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-3) | ^ | 切换标签页时声音继续播放 | 离开标签页时游戏音乐或音效未停止。游戏必须响应页面失去焦点的事件。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/3.md)。 ||
|| [1.19.2](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-19-2) | SDK / Game Ready | Game Ready 运行不正常 | Game Ready 已接入，但 `ysdk.features.LoadingAPI.ready()` 方法调用有误或在游戏生命周期的错误时刻调用。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/19.md#gameready)。 ||
|| [2.14](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#2-14) | ^ | 未通过 SDK 实现语言自动检测 | 界面语言为手动设置，而非使用 `ysdk.environment.i18n.lang`。游戏必须自动适应用户的语言。[详情](https://yandex.com/dev/games/doc/zh/requirements/2/14.md)。 ||
|| [1.19.2](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-19-2) | ^ | 完全未使用 Game Ready | Game Ready 未集成，而目录发布要求必须集成。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/19.md#gameready)。 ||
|| [1.1](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-1) | ^ | SDK 未嵌入或嵌入有误 | SDK 脚本缺失、未从官方来源接入，或初始化时报错。[详情](https://yandex.com/dev/games/doc/zh/sdk/sdk-about.md#check)。 ||
|| [1.9](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-9) | 技术故障 | 进度未保存 | 结果、关卡或设置在会话之间未保存。需使用 `Player` 对象存储数据。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/9.md)。 ||
|| [1.14](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-14) | ^ | 游戏无法启动 | 加载界面卡住或游戏无法进入游玩状态。请检查控制台中的初始化错误。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/14.md)。 ||
|| [1.14](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-14) | ^ | 启动时或操作过程中出现错误 | 游戏启动或运行过程中，浏览器控制台出现影响功能的 JS 错误。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/14.md)。 ||
|| [1.15](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-15) | ^ | 游戏卡顿或掉帧 | 明显的卡顿或性能下降使游戏体验变差。[详情](https://yandex.com/dev/games/doc/zh/requirements/1/15.md)。 ||
|| [2.3](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#2-3) | 与描述的一致性 | 游戏与声明类型不符 | 玩法与 **Draft** 标签中选择的[类别](https://yandex.com/dev/games/doc/zh/console/add-new-game/draft.md#field-category)相矛盾。类型和描述必须准确反映游戏内容。 ||
|#

{% endcut %}
<!-- endsource: zh/_includes/requirements/violated-requirements.md -->


### 提交审核 {#submit}

在 **Draft** 标签页中点击 **Submit for moderation** —— 游戏将进入 **Waiting for moderation** 状态。如果您想自己选择发布时间，请提前启用 [Postpone publication](https://yandex.com/dev/games/doc/zh/console/add-new-game/draft.md#field-delay) 选项。

<!-- source: zh/_includes/console/moderation.md -->
游戏将接受[要求](https://yandex.com/dev/games/doc/zh/concepts/requirements.md)合规性审核。通常[审核](https://yandex.com/dev/games/doc/zh/concepts/moderation.md)需要3−5个工作日。
<!-- endsource: zh/_includes/console/moderation.md -->

{% cut "关于审核结果" %}

您将在[控制台](https://games.yandex.com/console){.external}中看到审核结果：

- 如果审核通过，状态将变更为：

  - **Published**：游戏将自动发布。
  - **Verified**，如果启用了 **Postpone publication** 选项。**Draft** 标签页中将出现 **Publish** 按钮。

- 如果发布被拒绝，状态将变更为 **Rejected**。原因将发送至[开发者账户](https://yandex.com/dev/games/doc/zh/console/manage-account.md#profile-manage)中指定的邮箱。

{% endcut %}



## 发布后 {#after-publication}

- 游戏将在[新游](https://yandex.com/dev/games/doc/zh/concepts/ranking-and-featuring.md#new-category)区域停留一周，ML 算法将为其确定合适的受众。
- 两周后，游戏卡片上将出现玩家参与度和留存率[评分](https://yandex.com/dev/games/doc/zh/concepts/metric.md#product)。

接下来是[游戏运营](https://yandex.com/dev/games/doc/zh/liveops.md)：指标、A/B 测试和受众管理。
