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


# Changelog

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

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

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

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

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

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

{% list tabs %}

- 2024

  <!-- source: en/_includes/release-notes-previous.md -->
  {% list tabs dropdown %}

  - June

    - **19.06**
        - Removed the section about the [init function options](https://yandex.com/dev/games/doc/en/sdk/sdk-params.md). Configure the screen orientation in the [developer console](https://games.yandex.com/console){.external} on the **Draft** tab.
        - Added the `--tld` parameter to the description of the [@yandex-games/sdk-dev-proxy](https://yandex.com/dev/games/doc/en/concepts/local-launch.md#start-params) package used to start and test the game from a local server.
        - Included a list of [common requirements](https://yandex.com/dev/games/doc/en/console/add-new-game.md#requirements-familiarize), the violation of which may lead to moderators rejecting the game for publication.
        - Added an example of [acceptable content](https://yandex.com/dev/games/doc/en/requirements/8/3/5.md#green) to the calibration list for erotic content and revised the comment to the example of [acceptable content](https://yandex.com/dev/games/doc/en/requirements/8/3/5.md#grey-but-okay) (item 8.3.5).
        - Added an example of [acceptable content](https://yandex.com/dev/games/doc/en/requirements/8/3/6.md#green-nasty-characters) to the calibration list for unpleasant characters (item 8.3.6).

  - July

    - **31.07**
        - Introduced a new SDK method to retrieve [server time](https://yandex.com/dev/games/doc/en/sdk/sdk-server-time.md) that's independent of client settings and resistant to manipulation and overrides.
        - Supplemented information about who can view the **Revenue** and **Average revenue per daily active user** metrics in the [Monetization metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#monetization) and [Get access](https://yandex.com/dev/games/doc/en/console/manage-account.md#access) sections. By default, only the game owner can view the metrics. To allow other developers on your team to view them, assign them the **View income** role.
        - Updated the descriptions for the **Play time**, **Players**, and **Play time per player** [product metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#product). The contribution of new players is now shown by a separate curve in the widgets.
        - Added a notice regarding the need to enable the consumption method in the [In-app purchases](https://yandex.com/dev/games/doc/en/console/purchases.md) section ([item 1.13.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-13-1)). Be sure to verify unprocessed purchases even during testing to avoid moderation issues.
        - Expanded Game requirements [item 1.10](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-10): resizing the window must not affect the correct display of a game.
        - Expanded the clarification for Game requirements item 4.4.1. examples of [turn-based (conditional) games](https://yandex.com/dev/games/doc/en/requirements/4/4.md#conditional-turn-based-games) now include games with merge mechanics. The examples now include a GIF that illustrates such a game.
    - **17.07**
        - Updated Game requirements [item 8.2.3.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-2-3-6): added information and examples of cases where in-game text translation isn't required.
        - Expanded Game requirements [item 1.10.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-10-2): the use of swipe-to-refresh is now prohibited in games.
        - Supplemented the [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md) for Game requirements item 4.4.1: ads can be served once the game is loaded on the platform (after [gameReadyAPI](https://yandex.com/dev/games/doc/en/sdk/sdk-game-events.md#gameready) is triggered).
        - Expanded Game requirements [item 1.19](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-19) regarding the initialization of the Yandex Games SDK and the use of its methods.
        - Updated the information about connecting to the Yandex Games SDK: changed the path `https://yandex.ru/games/sdk/v2` to `/sdk.js` and added options for setups on the developer's domain. Please follow the specific instructions on the [Connection and usage](https://yandex.com/dev/games/doc/en/sdk/sdk-about.md) page for SDK initialization ([item 1.19.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-19-1)).
        - Expanded the **Game start** page and renamed it to [Game loading and gameplay markup](https://yandex.com/dev/games/doc/en/sdk/sdk-game-events.md):
            - Updated examples in the [Game loading](https://yandex.com/dev/games/doc/en/sdk/sdk-game-events.md#gameready) section. Calling the `ready()` method from `gameReadyAPI` when the user can start playing is now mandatory ([item 1.19.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-19-2)).
            - Added the [Gameplay](https://yandex.com/dev/games/doc/en/sdk/sdk-game-events.md#gameplay) section with new SDK methods for reporting to the platform whether gameplay is active or not. When using `GameplayAPI`, make sure that you call its methods as described in the documentation ([item 1.19.3](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-19-3)).
    - **09.07**
        - Updated information on [conversion metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#conversion): **Icon CTR** is now divided into **Icon CTR in recommendations** and **Icon CTR in "My games"** to eliminate the effect of retention rate on CTR. The new metrics can be used to [analyze the results](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#results) of A/B tests for icons and covers.
    - **03.07**
        - Following active feedback from the game development community, we shortened Game requirements [item 4.4.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#4-4-1) and revised its [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md).
    - **02.07**
        - Updated the [calibration list](https://yandex.com/dev/games/doc/en/requirements/4/4.md) for interstitial ads (item 4.4.1). Added examples of [when ads can be shown](https://yandex.com/dev/games/doc/en/requirements/4/4.md#when-allowed).
        - Removed item 2.11 in favor of [item 1.8](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-8) in the **Game requirements** section. For mobile devices, focus on adapting the sizes of in-game elements, buttons, and graphics (item 1.8) rather than on the size of the active field.

  - August

    - **28.08**
        - Added a [calibration list](https://yandex.com/dev/games/doc/en/requirements/3/6.md) for duplicate games (item 3.6). During duplicate checks, moderators assess a game's mechanics and setting. To be approved, a game must have unique mechanics or a distinct setting compared to other games.
        - Updated requirements:
            - [1.6.1.8](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-6-1-8): The requirement applies to all operating systems
            - [5.9](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-9): The requirement applies to any media content
            - [7.13.4.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#7-13-4-6): Added proverbs, sayings, and facts to the Reading category.
        - Updated the note in the [About monetization in Yandex Games](https://yandex.com/dev/games/doc/en/services/about-monetization.md#money) section: ad units generate revenue for viewable impressions.
    - **14.08**
        - We added a [clarification](https://yandex.com/dev/games/doc/en/requirements/2/9.md) for Game requirements item 2.9 regarding in-game content duration.
        - Added a [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md) for Game requirements item 4.4.1: the delay between a player's action and the ad display must not exceed 1/3 of a second.
        - The documentation is now available in Vietnamese.

  - September

    - **25.09**
        - Updated the [clarification](https://yandex.com/dev/games/doc/en/requirements/1/19.md) for Game requirements item 1.19:
            - The Game Ready call may take up to 90 seconds to return.
            - If [Game Ready isn't integrated](https://yandex.com/dev/games/doc/en/requirements/1/19.md#no-gameready), you'll see a red indicator ![](_images/debug-panel/gra-red.svg).
            - Moved the loader validation logic into the **SDK Initialization** section.
        - Updated the [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md) for Game requirements item 4.4.1: the maximum delay allowed between a user action and the ad display is 0.33 seconds, or 330 milliseconds.
        - Removed Korean from the list of [supported languages](https://yandex.com/dev/games/doc/en/concepts/languages-and-domains.md).
        - Updated the answer to the question "What conditions affect the revenue from a game?" on the [Monetization](https://yandex.com/dev/games/doc/en/services/about-monetization.md).
    - **11.09**
        - Added a [calibration list](https://yandex.com/dev/games/doc/en/requirements/1/19.md#gameready) for Game Ready and the loader (item 1.19.2) to help verify the correct invocation of the `LoadingAPI.ready()` method in the game.
        - Updated the instructions on the [Paid promotion](https://yandex.com/dev/games/doc/en/concepts/start-screen.md).
        - Replaced the example of a game with a timer in the [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md#real-time-games) for Game requirements item 4.4.1.
        - Revised Game requirements [item 2.13](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-13): a game is considered popular if the [Rating](https://yandex.com/dev/games/doc/en/concepts/metric.md#product) has been generated for it at least once in the last 100 days.
    - **03.09**
        - Revised the [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md) for Game requirements item 4.4.1 and updated the example of a game with merge mechanics.
        - Expanded the [A/B testing of icons](https://yandex.com/dev/games/doc/en/concepts/ab-test.md) section. Now you can:

            - Launch testing for Russian-speaking, international, or the entire catalog audience. To gain the most accurate insights, choose A/B testing for the entire audience.
            - Use the ![](_images/icons/toggle.svg) **Apply icon and cover for other languages** option to speed up the loading of creatives for testing.
            - Based on the test results, select the audience for which you want to apply the experiment (when testing across the entire audience).

            Testing is now limited to a 14-day period. To obtain statistically significant results, run the experiment for at least 7 days.

  - October

    - **31.10**
        - Changed the maximum length of the field [SEO description](https://yandex.com/dev/games/doc/en/console/add-new-game.md#field-seo) to 160 characters.
        - Added Game requirements for desktop devices:
            - [1.6.2.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-6-2-6): do not use system key combinations for control;
            - [1.6.2.7](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-6-2-7): make sure that interacting with the internal game field does not lead to its selection or opening of the context menu.
        - Abolished Game requirements items [1.6.1.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-6-1-4) and [4.4.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#4-4-2).
    - **23.10**
        - Added [instruction](https://yandex.com/dev/games/doc/en/requirements/4/4.md#delay) for checking the delay before the advertisement for compliance with the requirements.
    - **09.10**
        - Updated the [Events](https://yandex.com/dev/games/doc/en/sdk/sdk-events.md) page: added a section on `game_api_pause` and `game_api_resume`, which the platform uses to inform the game to pause or resume gameplay. They help comply with moderation requirements (items [1.3](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-3) and [4.7](https://yandex.com/dev/games/doc/en/concepts/requirements.md#4-7)).
        - Added new [monetization metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#monetization) for in-game purchases: **Paying Share** and **Average in-app revenue per paying user**.
        - Updated the [Server time](https://yandex.com/dev/games/doc/en/sdk/sdk-server-time.md) page.
        - Updated information in the [explanation](https://yandex.com/dev/games/doc/en/requirements/4/4.md#real-time-games) for Game requirements section 4.4.1: a level is considered long if an adult user spends more than five minutes to complete it without losses.
        - Clarified the wording of Game requirements [item 3.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#3-6).
    - **02.10**
        - Documented the `GamesAPI.getAllGames()` and `GamesAPI.getGameByID()` [methods](https://yandex.com/dev/games/doc/en/sdk/sdk-other-games.md). Use them to get compliant links to other games (item 8.4.1).
        - Added a [calibration list](https://yandex.com/dev/games/doc/en/requirements/5/1/3.md) for game title matching across all materials (item 5.1.3).
        - Described the [debug panel](https://yandex.com/dev/games/doc/en/console/debug-panel.md), which you can use to test your game and check it for compliance with our guidelines.
        - Updated the section [If I don't want to add ads to my game, can I skip the SDK installation?](https://yandex.com/dev/games/doc/en/services/about-monetization.md#sdk-full)
        - Changed the parameter for getting the currency icon URL in the `getPriceCurrencyImage()` [method](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#getcatalog).

  - November

    - **27.11**
        - Shortened Game requirements [item 8.2.3](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-2-3) and removed its subsections describing exceptions.
        - Added a [calibration list](https://yandex.com/dev/games/doc/en/requirements/1/15.md) for basic violations (item 1.15).
    - **19.11**
        - Supplemented the calibration list for correct display (item 1.10) with a section on [Game Adaptability Check](https://yandex.com/dev/games/doc/en/requirements/1/10.md#game-adapt). Use images of popular screen resolutions for self-checking.
        - Changed Game requirements [item 1.21](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-21): all game files do not exceed 100 MB in uncompressed form.
    - **12.11**
        - Added Game requirements [item 1.24](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-24): do not upload a completely different game as an update.
        - Expanded Game requirements [item 5.1.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-1-1):
            - [5.1.1.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-1-1-1): do not use gameplay from other games in screenshots.
            - [5.1.1.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-1-1-2): ensure that real gameplay occupies at least 70% of each game screenshot.
            - [5.1.1.3](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-1-1-3): ensure that real gameplay occupies at least 70% of the duration of video materials.
        - Added a section about the rules of advertising when opening dialogue windows in [clarification](https://yandex.com/dev/games/doc/en/requirements/4/4.md#windows) of Game requirements item 4.4.1.

  - December {selected}

    - **27.12**
        - Added [calibration list](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md) for game translation in various languages (item 8.2.3).
        - Added new [requirements for TV games](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-6-3-4): the application should not contain in-app purchases and links to other games (items 1.6.3.4 and 1.6.3.5).
        - Added a page [In-app purchases](https://yandex.com/dev/games/doc/en/requirements/1/13.md) with descriptions of steps to verify game compliance with Game requirements [item 1.13](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-13).
    - **25.12**
        - Updated the page [Quick start](https://yandex.com/dev/games/doc/en/concepts/quick-start.md).
    - **23.12**
        - Examples with prohibited mechanics and elements have been moved to the section [Pornography](https://yandex.com/dev/games/doc/en/requirements/8/3/5.md#pornography) (item 8.3.5).
    - **18.12**
       - Added an item about calls for nudity and examples to it to the [forbidden erotic content](https://yandex.com/dev/games/doc/en/requirements/8/3/5.md#rejected) list (item 8.3.5).
    - **12.12**
        - Added a [calibration checklist](https://yandex.com/dev/games/doc/en/requirements/1/19.md#gameplay) for gameplay markup (section 1.19.3), which will help verify the correct calling of `GameplayAPI.start()` and `GameplayAPI.stop()` methods in the game.
        - Added Game requirements [item 1.19.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-19-4): if `game_api_pause` and `game_api_resume` events are being tracked in the game, handle them as described in the [Pause and Resume Events](https://yandex.com/dev/games/doc/en/sdk/sdk-events.md#pause-resume) section.
        - Added information about debug panel functions:
            - Change the game language using the [Choose Game Lang](https://yandex.com/dev/games/doc/en/console/debug-panel.md#lang) parameter.
            - Check compliance with Game requirements [item 8.4.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-4-1) using the [link icon 🔗](https://yandex.com/dev/games/doc/en/console/debug-panel.md#link-icon).
        - Updated information in the section [Testing the game in different languages](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#testing): test games with the debug panel enabled.
    - **03.12**
        - Removed outdated examples from the calibration list regarding content duration in the [Replayability](https://yandex.com/dev/games/doc/en/requirements/2/9.md#replay), [Both](https://yandex.com/dev/games/doc/en/requirements/2/9.md#both) sections.

  {% endlist %}
  <!-- endsource: en/_includes/release-notes-previous.md -->

- 2025

  <!-- source: en/_includes/release-notes-previous.md -->
  {% list tabs dropdown %}

  - January

    - **30.01**
        - Moved the information about technical messages to a new [calibration list](https://yandex.com/dev/games/doc/en/requirements/1/14.md) (item 1.14).
        - Abolished Game requirements item 4.4.1, the information from it was transferred to [4.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#4-4).
        - Added a [verification description](https://yandex.com/dev/games/doc/en/requirements/1/10.md#scroll-swipe) for Game requirements item 1.10.2: the game should not have system scrolling and swipe-to-refresh.
    - **24.01**
        - Added a new [metric](https://yandex.com/dev/games/doc/en/concepts/metric.md#conversion) **Conversion To Play**.
    - **23.01**
        - Clarified the information about [connecting Yandex Games SDK](https://yandex.com/dev/games/doc/en/sdk/sdk-about.md#connect): specify the current path depending on the game placement method.
    - **15.01**
        - Shortened Game requirements [item 2.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-4).
        - Added a [calibration list](https://yandex.com/dev/games/doc/en/requirements/2/4.md) for game mechanics (item 2.4).
        - Abolished Game requirements [item 2.12](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-12).
        - Abolished Game requirements [section 7](https://yandex.com/dev/games/doc/en/concepts/requirements.md#7).
        - Updated the documentation structure.
        - Added [link to Unity SDK](https://yandex.com/dev/games/doc/en/sdk.md#official-plugins) to help prepare the project for publication on Yandex Games.

  - February

    - **28.02**
        - Removed outdated information about sound on iOS from the [verification method](https://yandex.com/dev/games/doc/en/requirements/1/3.md) of Game requirements item 1.3.
    - **25.02**
        - Updated Game requirements [item 5.1.1.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-1-1-1): it is prohibited to use gameplay from other games in promotional materials and identical promotional materials in different games.
        - Gathered information about [ad monetization](https://yandex.com/dev/games/doc/en/console/adv-monetization.md) on a single page.
    - **21.02**
        - Described how to find the [exchange rate of the portal currency](https://yandex.com/dev/games/doc/en/console/purchases.md#portal-currency-rate) to currencies of different countries.
        - Modified Game requirements [item 8.4.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-4-1): use [SDK methods](https://yandex.com/dev/games/doc/en/sdk/sdk-other-games.md) to add correct links to your other games.
        - Added a [verification method](https://yandex.com/dev/games/doc/en/requirements/8/4/1.md) for Game requirements item 8.4.1.
    - **18.02**
        - On the [Events](https://yandex.com/dev/games/doc/en/sdk/sdk-events.md) page, the outdated method `onEvent()` was replaced with `on()`.
    - **14.02**
        - Updated the [link to the repository](https://yandex.com/dev/games/doc/en/sdk.md#official-plugins) of the PluginYG plugin for Unity.
    - **06.02**
        - Clarified information about adding games to the platform:
            - For each new game, create a separate [draft](https://yandex.com/dev/games/doc/en/console/add-new-game.md#create-draft) with a unique ID.
            - A game can be featured in the [New](https://yandex.com/dev/games/doc/en/concepts/ranking-and-featuring.md#new-category) section only once, at its first publication.
        - Replaced the name of the feature-meter scale with [Card Completion Progress](https://yandex.com/dev/games/doc/en/concepts/ranking-and-featuring.md#featuring).
        - Added clarifications to the Game requirements items:
            - [1.3](https://yandex.com/dev/games/doc/en/requirements/1/3.md): when the game page is minimized, the sound from it stops.
            - [1.6](https://yandex.com/dev/games/doc/en/requirements/1/6.md): the game does not trigger the system player.
            - [1.12](https://yandex.com/dev/games/doc/en/requirements/1/12.md): the game has YAN monetization connected or a refusal of it written in.

  - March

    - **28.03**
        - Wrote [instructions](https://yandex.com/dev/games/doc/en/sdk/typescript.md) on how to add the SDK to an application developed in TypeScript.
        - Restored information about sound on iOS in the [verification methodology](https://yandex.com/dev/games/doc/en/requirements/1/3.md) of Game requirements item 1.3.
    - **27.03**
        - Collected explanations for Game requirements items 1.2 and 1.2.1 on the [Authorization](https://yandex.com/dev/games/doc/en/requirements/1/2.md) page.
    - **25.03**
        - Added a page about [moderation](https://yandex.com/dev/games/doc/en/concepts/moderation.md).
        - Added documentation for the [Construct 3](https://yandex.com/dev/games/doc/en/sdk/construct-3/about.md) plugin.
    - **21.03**
        - Added the [Purchase metrics](https://yandex.com/dev/games/doc/en/console/purchase-metrics.md) page: purchase statistics can now be viewed through the Yandex Games console.
    - **17.03**
        - Clarified that the choice of parameter in [ysdk.getPayments()](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#install) depends on where purchases are processed: on the client side (`signed: false`) or on the server side (`signed: true`).
        - Changed Game requirements [section 2.14](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-14): the game's language should be determined automatically through the [SDK](https://yandex.com/dev/games/doc/en/sdk/sdk-environment.md#structure-i18n). Subsections have been abolished.
        - Added Game requirements [section 6.9](https://yandex.com/dev/games/doc/en/concepts/requirements.md#6-9). Information from the abolished subsections 2.14 was moved here: if the game's language can be selected manually, then there is no need to know the current language.
    - **12.03**
        - Updated information about the [request for access](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md#getplayer) to player data: the dialog box is no longer displayed, and the user specifies permissions in their profile.
    - **10.03**
        - Added information about the limit for the method [ysdk.getPlayer()](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md#limits).
        - Clarified the instructions for checking [links to other games](https://yandex.com/dev/games/doc/en/requirements/8/4/1.md).

  - April

    - **25.04**
        - Added documentation for running the game from a local server in the [dev environment](https://yandex.com/dev/games/doc/en/concepts/local-launch.md).
    - **24.04**
        - Added new violation categories to the calibration list for [technical errors](https://yandex.com/dev/games/doc/en/requirements/1/14.md) along with examples.
    - **17.04**
        - Added documentation for the [Defold](https://yandex.com/dev/games/doc/en/sdk/defold/install.md) plugin.
        - Updated the **Purchases** page and renamed it to [In-app purchases](https://yandex.com/dev/games/doc/en/console/purchases.md):
            - Added information about the benefits of games with in-app purchases.
            - Moved the [Portal currency](https://yandex.com/dev/games/doc/en/console/purchases.md#currency) section to the page.
            - Updated the [Portal Currency Rate](https://yandex.com/dev/games/doc/en/console/purchases.md#portal-currency-rate) section: now there is one field for entering the cost of an in-app purchase.
        - Clarified Game requirements [item 8.3.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-3-4): game interface elements cannot be placed on icons and covers (see [item 5.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-6)).
    - **08.04**
        - Described [batch purchase upload](https://yandex.com/dev/games/doc/en/console/purchases.md#add-purchases).
        - Changed Game requirements [item 8.3.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-3-4): user interface elements of Yandex Games cannot be added to game media materials.
    - **02.04**
        - Compiled general information about [monetization](https://yandex.com/dev/games/doc/en/services/about-monetization.md) on a single page.
        - Added documentation for the [Cocos Creator](https://yandex.com/dev/games/doc/en/sdk/cocos/install.md) plugin.

  - May

    - **30.05**
        - Described working with [asynchronous multiplayer](https://yandex.com/dev/games/doc/en/sdk/sdk-multiplayer-sessions.md) (module `ysdk.multiplayer`).
        - Clarified information in the section [Activating the purchase process](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#payments-purchase): an unauthorized user can make a purchase in the game, but we recommend offering them to log in beforehand or during the purchase process (the window does not appear automatically).
        - Updated the wording of Game requirements [item 8.2.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-2-2): the name of the game and related materials must reflect the actual game mechanics and its core gameplay.
    - **28.05**
        - Changed information about [cooldown after moderation rejection](https://yandex.com/dev/games/doc/en/concepts/moderation.md#rejection): before resubmission, the waiting time increases by one day after each rejection. The maximum waiting time is five days.
    - **20.05**
        - Updated information on the [age rating](https://yandex.com/dev/games/doc/en/console/add-new-game.md#field-age-rating): scenes involving tobacco and drug use are now classified as 18+.
    - **19.05**
        - Added [examples](https://yandex.com/dev/games/doc/en/sdk/sdk-server-time.md#reward-examples) on how to use server time to implement daily rewards.
        - Added a section about the [Plugin Your Games 2.0](https://yandex.com/dev/games/doc/en/sdk/unity/install.md) plugin for Unity.
    - **06.05**
        - Clarified Game requirements [item 8.4.3](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-4-3): links are only allowed to public communities.

  - June

    - **30.06**
        - Added instructions for running [builds A/B tests](https://yandex.com/dev/games/doc/en/console/ab-builds.md).
        - Updated the [calibration checklist](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#effects) for in-game text localization (section 8.2.3): environmental visual effects (like those in comics) may remain untranslated.
        - Construct 3 engine plugin: described [working with Yandex Metrica](https://yandex.com/dev/games/doc/en/sdk/construct-3/metrica.md).
    - **27.06**
        - The Construct 3 engine plugin has been migrated to Addon SDK V2. We've updated the following documentation pages: [Authorization and player data](https://yandex.com/dev/games/doc/en/sdk/construct-3/authorization-and-data.md), [Leaderboards](https://yandex.com/dev/games/doc/en/sdk/construct-3/leaderboards.md), [In-app purchases](https://yandex.com/dev/games/doc/en/sdk/construct-3/in-game-purchases.md), and [Throttle and Debounce](https://yandex.com/dev/games/doc/en/sdk/construct-3/throttle-debounce.md).
        - Moved the instruction for deleting in-app purchases to a [separate section](https://yandex.com/dev/games/doc/en/console/purchases.md#delete) and described bulk deletion.
    - **23.06**
        - Added events for the [game account selection dialog](https://yandex.com/dev/games/doc/en/sdk/sdk-events.md#account-selection-dialog): track dialog opening/closing if you frequently sync player data or store game progress on your own server.
    - **20.06**
        - Expanded in-app purchase guidance in the SDK documentation:
            - [Purchase methods](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#install) are now directly available in `ysdk.payments`. Initialization via `ysdk.getPayments()` remains for data preloading and advanced configuration.
            - The `signed` parameter for anti-fraud protection can now be passed during [SDK initialization](https://yandex.com/dev/games/doc/en/sdk/sdk-about.md#use) via `YaGames.init()`. It will propagate to the `payments` object.
        - Documented changes to [ysdk.getPlayer()](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md#getplayer): games now automatically receive user data if access was granted in profile settings. The `scopes` parameter is no longer required.
        - Expanded Game requirements [item 8.4.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-4-1): switching to your other games does not interrupt the gameplay, and navigation elements (for example, the More Games section) are clear to users. Provided more details in the [explanation](https://yandex.com/dev/games/doc/en/requirements/8/4/1.md).
    - **11.06**
        - Described how to add a [default icon](https://yandex.com/dev/games/doc/en/console/purchases.md#default-icon) for in-app purchases.
        - Added a [calibration list](https://yandex.com/dev/games/doc/en/requirements/8/3/4.md) for interface elements (item 8.3.4): media materials must not contain elements that may distract or mislead the player.
        - Added information about alcohol to the [age rating](https://yandex.com/dev/games/doc/en/console/add-new-game.md#field-age-rating): depictions and mentions fall under the 16+ category, while actual consumption scenes are rated 18+.
    - **09.06**
        - Added CSP information regarding working with [prod-](https://yandex.com/dev/games/doc/en/concepts/local-launch.md#prod-env) and [dev-environments](https://yandex.com/dev/games/doc/en/concepts/local-launch.md#dev-env).
        - Updated the [requirements](https://yandex.com/dev/games/doc/en/console/add-new-game.md#check-host) for external host agreements: the game must transparently communicate with the user and handle possible connection errors to the host.
        - Updated the [authorization check method](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md#auth-check) to `player.isAuthorized()`. We recommend migrating from the deprecated `player.getMode()` method.
        - Added direct access to [leaderboards](https://yandex.com/dev/games/doc/en/sdk/sdk-leaderboard.md#init) via `ysdk.leaderboards` and updated related methods. Preliminary initialization using `ysdk.getLeaderboards()` is now deprecated.
    - **04.06**
        - Clarified [explanation](https://yandex.com/dev/games/doc/en/requirements/1/3.md) for Game requirements item 1.3: when switching from the game tab to the tab selection menu, the sound should stop. On iOS, it is acceptable for the game sound to continue in this menu.
        - Added information about [Gamepush](https://yandex.com/dev/games/doc/en/sdk.md#other-plugins), an SDK for cross-platform publishing of HTML5 games.
        - For the engines Cocos Creator, Construct 3 and Defold, the links to the [community on Telegram](https://t.me/yagamedev){.telegram} have been updated.

  - July

    - **17.07**
        - Added campaign settings for [paid promotion](https://yandex.com/dev/games/doc/en/concepts/start-screen.md#set-up-campaign): geographic regions and strategies (advertising goal and payment scheme).
    - **15.07**
        - Clarified the [explanation](https://yandex.com/dev/games/doc/en/requirements/1/6.md) for Game requirements item 1.6: described how to enable the system player and check if game sound is displayed in it.
    - **11.07**
        - Added information about the limit for [asynchronous multiplayer](https://yandex.com/dev/games/doc/en/sdk/sdk-multiplayer-sessions.md#record): the maximum size of a user's game session recording is 200 KB.
    - **07.07**
        - Added documentation for handling automatic [startup ads](https://yandex.com/dev/games/doc/en/sdk/sdk-events.md#startup-fullscreen-ad) through `game_api_pause` and `game_api_resume` events.

  - August

    - **26.08**
        - Updated the [age rating](https://yandex.com/dev/games/doc/en/requirements/2/7.md) categories (item 2.7).
        - Expanded the information about deleting and restoring a game and gathered it on a single [page](https://yandex.com/dev/games/doc/en/console/delete-restore.md).
    - **22.08**
        - Updated information about the [cooldown period after moderation rejection](https://yandex.com/dev/games/doc/en/concepts/moderation.md#rejection): the waiting time before resubmitting for moderation doubles after each rejection. The maximum waiting time is 16 days.
    - **18.08**
        - Added the [Performance in DevTools](https://yandex.com/dev/games/doc/en/concepts/performance.md) page: use this debugging tool to track technical metrics **Game Ready** and **Time To Interactive**.
        - Described how to [check](https://yandex.com/dev/games/doc/en/sdk/sdk-about.md#check) if the SDK is connected correctly.
    - **13.08**
        - Updated the **Testing** section:
            - Gathered general information on the [overview page](https://yandex.com/dev/games/doc/en/console/test-game.md) and supplemented it with answers to frequently asked questions.
            - Added the [Draft mode](https://yandex.com/dev/games/doc/en/console/draft-mode.md) page and clarified the instructions. Use this testing method at the final game verification stage.
        - Updated the import example on the [TypeScript](https://yandex.com/dev/games/doc/en/sdk/typescript.md) page.
    - **07.08**
        - Moved information about age rating to the [explanation](https://yandex.com/dev/games/doc/en/requirements/2/7.md) for Game requirements item 2.7.
        - Updated Game requirements [item 2.13](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-13): if a game has a low rating for 3 weeks, it will be removed from publication.
        - Construct 3 engine plugin: added the [Asynchronous multiplayer](https://yandex.com/dev/games/doc/en/sdk/construct-3/multiplayer.md) page.

  - September

    - **16.09**
        - Clarified the criteria for games to be featured in the [Popular](https://yandex.com/dev/games/doc/en/concepts/ranking-and-featuring.md#popular-category) section.
        - Updated information about [third-party plugins for game engines](https://yandex.com/dev/games/doc/en/sdk.md#other-plugins).
    - **12.09**
        - Updated examples and rules in the [explanation](https://yandex.com/dev/games/doc/en/requirements/3/6.md) for Game requirements item 3.6 that moderators use to identify duplicate games.
    - **05.09**
        - Added information about [metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md):
            - Described the new [conversion metric](https://yandex.com/dev/games/doc/en/concepts/metric.md#conversion): **Playtime conversions**.
            - Added information about the **Weekly average** parameter.
        - Described the `maxOpponentTurnTime` parameter for [asynchronous multiplayer](https://yandex.com/dev/games/doc/en/sdk/sdk-multiplayer-sessions.md#init). With it, you can reduce the duration of an opponent's turn in a recorded session.
    - **02.09**
        - Moved information about granting access to a separate page [Team collaboration](https://yandex.com/dev/games/doc/en/console/teamwork.md).
        - Added links to the English documentation for the [Plugin Your Games 2.0](https://max-games.ru/plugin-yg/doc/?en=){.external} plugin for Unity.

  - October

    - **17.10**
        - Updated the [main page](https://yandex.com/dev/games/doc/en/index.md) of the documentation and compiled platform statistics on it.
        - Described [Yandex Advertising Network metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#yan).
    - **14.10**
        - Updated information about target actions in [campaign settings](https://yandex.com/dev/games/doc/en/concepts/start-screen.md#set-up-campaign) for paid promotion.
        - Construct 3 engine plugin: added the [Remote configuration](https://yandex.com/dev/games/doc/en/sdk/construct-3/remote-config.md) page.
    - **03.10**
        - Added information about new [retention metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#product): **Day 7 retention** and **Day 14 retention**.

  - November

    - **28.11**
        - Added a landing page [Analytics](https://yandex.com/dev/games/doc/en/concepts/analytics.md) that lists available tools and recommendations for working with data.
        - Added a page with [general information about the SDK](https://yandex.com/dev/games/doc/en/sdk.md).
    - **25.11**
        - Updated information about game [card completeness](https://yandex.com/dev/games/doc/en/concepts/ranking-and-featuring.md#featuring): instead of a color scale, the percentage of completeness is now displayed.
        - Updated the [Upload a game](https://yandex.com/dev/games/doc/en/console/add-new-game.md) page:
            - Moved information about filling out the draft to a [new page](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md).
            - Added information that the **Gif** field is [deprecated](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-gif-image): it is no longer required to fill it out.
    - **21.11**
        - Added information about [three new metrics](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#metrics) for the icon A/B test.
        - On the [Manage account](https://yandex.com/dev/games/doc/en/console/manage-account.md#faq) page, we answered how to change the developer name after creating an account.
        - In the calibration list for translations ([item 8.2.3](https://yandex.com/dev/games/doc/en/concepts/requirements.md#8-2-3)):
            - Updated examples in categories: [In-game currency](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#currency), [Proper Names Without an Official Translation](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#naming), [Environment](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#environment).
            - Added that you don't need to translate:
                - [Additions to interface elements](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#common-words): NEW, SALE, FREE, ON, OFF, etc. Exception: if these are [separate labels](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#single-words) in the game.
                - [Genre names](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#genres): RPG, idle, action, clicker, etc.
                - **Nicknames and system player designations**: player, user412, unavrization, etc.
                - The **Space** key name (**Пробел**).
    - **12.11**
        - Updated the structure of the [Player acquisition](https://yandex.com/dev/games/doc/en/concepts/promotion.md) section. Moved:
            - Catalog sections to the [Organic promotion](https://yandex.com/dev/games/doc/en/concepts/ranking-and-featuring.md) page.
            - Frequently asked questions about promotion to the pages:
                - [Player acquisition](https://yandex.com/dev/games/doc/en/concepts/promotion.md#faq)
                - [A/B testing of icons](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#faq)
        - On the [Builds A/B tests](https://yandex.com/dev/games/doc/en/console/ab-builds.md) page, described the audience selection and experiment duration.
    - **07.11**
        - Added the [Total income](https://yandex.com/dev/games/doc/en/console/total-income.md) page: monetization information can be viewed in the Developer Console.
        - Added a description of the [cloud button](https://yandex.com/dev/games/doc/en/console/debug-panel.md#cloud-button) ☁️ on the debug panel: use it to check if cloud saves are working.

  - December {selected}

    - **24.12**
        - Updated the structure of the [Promotions](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md) section: made the **Types of promotions** page a landing page, added [launch steps](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md#promo-launch) and answers to [frequently asked questions](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md#faq).
        - Updated information on the pages:
          - **Game upload**:
            - Answered why the [Access denied](https://yandex.com/dev/games/doc/en/console/add-new-game.md#faq) error may appear.
            - Clarified information about [additional requirements for hosts](https://yandex.com/dev/games/doc/en/console/add-new-game.md#additional-requirements).
          - **Filling out the draft**: described in more detail the requirements for the [game title](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-title).
          - **Monetization**: answered whether you can [give away promo codes](https://yandex.com/dev/games/doc/en/services/about-monetization.md#faq) in the game.
        - Added the [Reviews](https://yandex.com/dev/games/doc/en/console/reviews.md) page:
          - Described how to view public reviews of the game and respond to them.
          - Provided answers to frequently asked questions.
    - **16.12**
        - Renamed the **Adding languages** section to [Auto-detection of language](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#add-lang).
        - Changed the link in [item 2.14](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-14) of the Game requirements: now it leads to the [Auto-detection of language](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#add-lang) section.

  {% endlist %}
  <!-- endsource: en/_includes/release-notes-previous.md -->

- 2026 {selected}

  {% list tabs dropdown %}

  - January

    - **20.01**
        - Moved the **Auto-detection of language** and **Testing the game in different languages** subsections to the [Filling out the draft](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-languages) page.
        - Updated the description of the language selection parameter on the [Debug panel](https://yandex.com/dev/games/doc/en/console/debug-panel.md#lang) page.
    - **16.01**
        - Clarified that in the case of an error, the method [payments.getPurchases()](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#getpurchases) throws the exception `PAYMENT_FAILURE`, not `USER_NOT_AUTHORIZED`.

  - February

    - **27.02**
        - Replaced the [A/B test metric for icons](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#metrics) **Players** with **Player-days**, which shows the total number of active players for each day of the selected period.
    - **26.02**
        - Added a new step to the [connecting purchases](https://yandex.com/dev/games/doc/en/console/purchases.md#connect) instructions: before connecting, check the **Unified licensing model** field value. If the scheme is already connected, you don't need to submit a connection request.
    - **18.02**
        - Updated the [Connection and usage](https://yandex.com/dev/games/doc/en/sdk/sdk-about.md) page, including examples.
        - In the clarification for Game requirements item 2.14, provided a more detailed description of [connecting](https://yandex.com/dev/games/doc/en/requirements/2/14.md#sdk-i18n) automatic language detection via SDK and gave an [example of using](https://yandex.com/dev/games/doc/en/sdk/sdk-environment.md#i18n-example) the `environment.i18n.lang` parameter.
    - **17.02**
        - Described how to [verify](https://yandex.com/dev/games/doc/en/requirements/2/14.md) the connection of automatic language detection via SDK (item 2.14).
    - **13.02**
        - On the **Text translations** page (item 8.2.3), merged the **Nicknames and system player designations** and [Proper Names Without an Official Translation](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md#naming) sections.
        - On the [Game duplicates](https://yandex.com/dev/games/doc/en/requirements/3/6.md) page (item 3.6), added a downloadable diagram of the [moderation principle](https://yandex.com/dev/games/doc/en/requirements/3/6.md#moderation-principle) and indicated the moderation verdict in each section with examples.
        - Added that in [review responses](https://yandex.com/dev/games/doc/en/console/reviews.md#faq), you can leave official contacts, such as email or a link to a Telegram channel.
        - Clarified how to use the [debug panel](https://yandex.com/dev/games/doc/en/console/debug-panel.md) to verify that the currency designation is taken from the SDK ([item 3.8](https://yandex.com/dev/games/doc/en/concepts/requirements.md#3-8)).
        - Added a button in the top menu to go to the [Console](https://games.yandex.com/console){.external}.
    - **04.02**
        - Added a subsection [AI descriptions](https://yandex.com/dev/games/doc/en/concepts/languages-and-domains.md#ai-descriptions) to the **Languages and domains** page: use this feature to simplify publishing projects in other languages.
        - Clarified information on the following pages:
            - [Flags](https://yandex.com/dev/games/doc/en/config.md#create-flag-config): flag type is `string`.
            - [In-app purchases](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#key-example) (section **SDK**): the secret key is displayed on the **In-app purchases** → **Settings** tab.
            - [In-app purchases](https://yandex.com/dev/games/doc/en/console/purchases.md#currency) (section **Monetization**): make sure to use the SDK to display the name and icon of the portal currency.
            - [Filling out the draft](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-title): if you change the game title after publication, update it on the cover and promotional materials.

  - March

    - **31.03**
        - On the [Feedback](https://yandex.com/dev/games/doc/en/concepts/troubleshooting.md) page, added a form to the **Copyright infringement** item for reporting disagreement with an infringement notice.
        - On the [Purchase metrics](https://yandex.com/dev/games/doc/en/console/purchase-metrics.md#report) page:
            - Renamed the **Total** field to **Income**.
            - Added a description for the **Payment Fees** field.
    - **27.03**
        - Updated information and examples on the following pages:
            - [Player data](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md)
            - [In-app purchases](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md)
        - Moved information about portal currency designation to the [clarification](https://yandex.com/dev/games/doc/en/requirements/1/13.md#get-currency-data) for Game requirements item 1.13.
        - Updated wording and links in Game requirements items [1.13.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-13-2) and [3.8](https://yandex.com/dev/games/doc/en/concepts/requirements.md#3-8).
        - Clarified information on the following pages:
            - [Analytics](https://yandex.com/dev/games/doc/en/concepts/analytics.md#tools): data for most metrics is updated with a 2−3 day delay.
            - [Game requirements](https://yandex.com/dev/games/doc/en/concepts/requirements.md#3-5): if you add a creator's "Privacy Policy" and "License Agreement", the documents must be presented as text within the game.
            - [SDK](https://yandex.com/dev/games/doc/en/sdk.md#other-plugins): to integrate the SDK, you can use any engine that can call JavaScript and supports HTML5.
            - [Monetization](https://yandex.com/dev/games/doc/en/services/about-monetization.md#faq):
                - Updated the answer to the frequently asked question about partner ID (`partnerID`).
                - Added an answer to the frequently asked question about age restrictions for creating and monetizing games.
            - **Filling out a draft**:
                - You can use one [title](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-title) in all languages if it is written in Latin script.
                - The [reason for delayed publication](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-delay) can be simple. For example, releasing the game on a specific day.
    - **20.03**
        - Added a page about the [unified licensing model](https://yandex.com/dev/games/doc/en/payments.md).
        - Updated information and examples on the following pages:
            - [Remote configuration](https://yandex.com/dev/games/doc/en/sdk/sdk-config.md)
            - [Leaderboards](https://yandex.com/dev/games/doc/en/sdk/sdk-leaderboard.md)
            - [Game rating](https://yandex.com/dev/games/doc/en/sdk/sdk-review.md)
            - [Desktop shortcut](https://yandex.com/dev/games/doc/en/sdk/sdk-shortcut.md)
    - **13.03**
        - Updated the [Advertising](https://yandex.com/dev/games/doc/en/sdk/sdk-adv.md) page, including examples.
        - On the [Filling out the draft](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md) page:
            - Added tables with a [field overview](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#review).
            - Described the [Hero Image](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-hero-image) field. The image from this field will appear in special game collections.
    - **06.03**
        - Clarified [moderation](https://yandex.com/dev/games/doc/en/concepts/moderation.md) rules:
            - During an [icon A/B test](https://yandex.com/dev/games/doc/en/concepts/ab-test.md), you can [release game updates](https://yandex.com/dev/games/doc/en/console/update-game.md) if they don't affect the [tested creatives](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#icon-and-cover).
            - A game can only be in one moderation at a time: [draft](https://yandex.com/dev/games/doc/en/console/add-new-game.md#step-moderation-game), [creatives](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#submit-for-moderation), or [builds](https://yandex.com/dev/games/doc/en/console/ab-builds.md#moderation).

  - April

    - **28.04**
        - Clarified information on the pages:
            - [Flags](https://yandex.com/dev/games/doc/en/config.md#create-flag-config): maximum flag length is 100 characters.
            - [Progress saving](https://yandex.com/dev/games/doc/en/requirements/1/9.md): game progress can be saved locally or in the cloud.
            - [Ad placement](https://yandex.com/dev/games/doc/en/requirements/4/4.md#when-allowed): if the game allows purchasing ad disabling, ads should not be shown to the user after the purchase.
            - [Filling out the draft](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-comment): if you do not want to monetize the game, indicate this in the developer comment.
    - **24.04**
        - Improved image handling: click on an image to open its enlarged version in a modal window.
        - Added a description of the **Analyst** role to the [Team collaboration](https://yandex.com/dev/games/doc/en/console/teamwork.md) page.
    - **21.04**
        - Clarified the wording of [item 5.1.1.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#5-1-1-2) of the Game Requirements and added an [clarification](https://yandex.com/dev/games/doc/en/requirements/5/1/1/2.md) for it.
    - **17.04**
        - Added the page [Yandex Metrica](https://yandex.com/dev/games/doc/en/concepts/yandex-metrica.md): described the main steps for connecting the counter and setting up goals.
        - Clarified the [criteria for enabling internal monetization](https://yandex.com/dev/games/doc/en/console/adv-monetization.md#enable-int-monetization): there should be no **Enable monetization** button on the **Advertising** tab.
    - **14.04**
        - Updated the [conditions for enabling purchases](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#conditions): you need to submit a request to enable purchases before publishing the game — the earlier, the better.
    - **10.04**
        - In the [clarification](https://yandex.com/dev/games/doc/en/requirements/5/1/3.md) for Game requirements item 5.1.3, expanded the list of acceptable differences in game title spelling. Titles are considered identical despite differences in:
            - Number of line breaks.
            - Spacing, if it does not change the meaning of the title.

  - May

    - **29.05**
        - Renamed the [Console](https://games.yandex.com/console){.external} **Applications** section to **Games**.
    - **15.05**
        - Updated information about currency name translation in the [clarification](https://yandex.com/dev/games/doc/en/requirements/8/2/3.md) for item 8.2.3 of the Game Requirements:
            - You need to translate the name of the in-game currency.
            - You don't need to translate currency names and codes in the game store. Use the portal currency designation from the [SDK](https://yandex.com/dev/games/doc/en/sdk/sdk-purchases.md#product-characteristics) (item 1.13.2).
        - Updated the table with [in-app purchases](https://yandex.com/dev/games/doc/en/console/purchases.md#add-purchases): the purchase price can be specified in portal currency, **USD (US)**, or **EUR** — the rest will be calculated automatically using the regional coefficient table.
        - Added the **Support email for players** field to [profile settings](https://yandex.com/dev/games/doc/en/console/manage-account.md#profile-manage). We will redirect user questions to this email.
        - On the [Filling out the draft](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#description-and-promotion) page, described how to download creatives in original quality.
    - **08.05**
        - Updated information about the Yandex Games audience on the [main page](https://yandex.com/dev/games/doc/en/index.md): player gender and age, how much time users spend on the platform.
    - **05.05**
        - On the [Game requirements](https://yandex.com/dev/games/doc/en/concepts/requirements.md) page:
            - Clarified the wording of items [1.6.2.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-6-2-2) and [6.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#6-4).
            - Clarified that moderation does not check games for compliance with [recommended requirements](https://yandex.com/dev/games/doc/en/concepts/requirements.md#6).
        - On the [Progress saving](https://yandex.com/dev/games/doc/en/requirements/1/9.md#save-location) page (item 1.9), described data storage methods: Yandex Games servers, external servers, browser storage.
        - On the [Game duplicates](https://yandex.com/dev/games/doc/en/requirements/3/6.md) page (item 3.6), clarified that the game title must be unique within the [Yandex Games catalog](https://yandex.com/games/){.external}, otherwise it will be recognized as a duplicate regardless of its content.
        - On the [Player data](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md) page (SDK):
            - Clarified that the [secret key](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md#getplayer) for data authenticity verification becomes available after [connecting in-app purchases](https://yandex.com/dev/games/doc/en/console/purchases.md#connect).
            - Added [answers to frequently asked questions](https://yandex.com/dev/games/doc/en/sdk/sdk-player.md#faq) about exceeding the save size limit and resetting progress through code.
        - On the [Filling out the draft](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md) page:
            - Added the [Short description](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-short-description) field to the game draft. It is used in thematic collections in the Yandex Games catalog.
            - Clarified that you need to upload at least 2 [screenshots](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-add-screenshots) for each selected platform (**Mobile**, **Desktop**).
        - On the [Debug panel](https://yandex.com/dev/games/doc/en/console/debug-panel.md) page:
            - Described the [☁️ Clear cloud data](https://yandex.com/dev/games/doc/en/console/debug-panel.md#cloud-icon) button for resetting game progress.
            - Removed the separate button that showed cloud saves working through the SDK.
        - On the [Metrics](https://yandex.com/dev/games/doc/en/concepts/metric.md#work-with-metrics) and [Purchase metrics](https://yandex.com/dev/games/doc/en/console/purchase-metrics.md#work-with-metrics) pages, added the **Working with metrics** section. It describes how to download data, use filters, and work with hints.
        - On the [Purchase metrics](https://yandex.com/dev/games/doc/en/console/purchase-metrics.md#purchase-metrics) page, added the **Payment amounts** and **Purchased items** widgets. They will help analyze the distribution of paying users and statistics on purchased items.

  - June

    - **23.06**
        - Clarified that you must submit a [promotion](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md#promo-launch) for moderation at least 72 hours before the planned launch date.
        - Added Game requirements [item 1.13.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-13-6): the list of purchases in the game must match the information in the Developer Console.
    - **19.06**
        - Updated the [Quick start](https://yandex.com/dev/games/doc/en/concepts/quick-start.md) page:
            - Clarified the steps for publishing a game.
            - Moved the description of tools for developing the game after release to the [Game operations](https://yandex.com/dev/games/doc/en/liveops.md) page, such as analytics, A/B tests, updates, and promotion.
        - Updated the [common reasons for rejection of publication](https://yandex.com/dev/games/doc/en/concepts/moderation.md#checklist).
    - **16.06**
        - Added to the [verification method](https://yandex.com/dev/games/doc/en/requirements/1/19.md#gameready) for Game requirements item 1.19.2:
            - Section [Loading screen](https://yandex.com/dev/games/doc/en/requirements/1/19.md#loading-screen): moderation checks the game's own loading screen, not the Yandex Games platform screen. It must not contain prohibited content.
            - Two [verification](https://yandex.com/dev/games/doc/en/requirements/1/19.md#gameready-check) scenarios for the Game Ready call: when the Yandex Games loading screen is dismissed manually and when it disappears automatically.
            - The `LoadingAPI.ready()` method call must be tied to the game's actual readiness, not to a specific point in time.
    - **08.06**
        - Updated documentation on [promotions](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md):
            - Described [promotion types](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md#promo-types): **Event** and **Offer**.
            - Added the **Promo type**, **Intent**, and **In-app ID** fields to the [promotion creation form](https://yandex.com/dev/games/doc/en/console/promo-activate.md): they are passed to the game when navigating from a promotion.
            - On the [Environment variables](https://yandex.com/dev/games/doc/en/sdk/sdk-environment.md#structure-referrer) page, described how to use `ysdk.environment.referrer` to handle transitions from promotional banners.
    - **05.06**
        - On the [A/B testing of icons](https://yandex.com/dev/games/doc/en/concepts/ab-test.md) page, clarified:
            - [Metrics](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#metrics) are counted only for players who entered the game through creatives in the catalog.
            - You can compare [results](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#decision-making) of A/B tests over time: they are saved in the **Test History** block.
            - How the average CTR is [calculated](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#ctr) between Russian-speaking and international players.

  - July

    - **14.07**
        - Updated the [age rating](https://yandex.com/dev/games/doc/en/requirements/2/7.md) categories and added examples for them ([item 2.7](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-7)).
    - **07.07**
        - On the [Activation](https://yandex.com/dev/games/doc/en/console/promo-activate.md) page, clarified that the **Description** field is required for a promotion.
    - **01.07**
        - Removed Game requirements items:
            - 1.5 in favor of [4.1](https://yandex.com/dev/games/doc/en/concepts/requirements.md#4-1).
            - 3.7.3 in favor of [1.4](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-4).
            - 3.8 in favor of [1.13.2](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-13-2).

  - August {selected}

    - **07.08**
        - On the [Promotions](https://yandex.com/dev/games/doc/en/console/promo-and-discounts.md) and [Activation](https://yandex.com/dev/games/doc/en/console/promo-activate.md) pages, clarified that a promotion can be created no earlier than 30 days before its start.

  {% endlist %}

{% endlist %}
