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

# Server time, review rewards, and desktop shortcut

<!-- 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 -->

#|
|| ![](../../_images/icons/video.svg) | Video Tutorial 8: Server Time, Review Rewards, and Desktop Shortcut

<div class="cut-button">

{% cut "Watch the video" %}

The video is in Russian, but you can enable auto-generated subtitles on YouTube.

{% list tabs %}

- Yandex

  @[](https://runtime.strm.yandex.ru/player/video/vplv7xfyz76ujqgqtb5o?autoplay=0&mute=0)

- YouTube

  @[youtube](https://youtu.be/JxiatIGGZq0?si=sUljBIqOgKJbnFm4)

{% endlist %}

{% endcut %}

</div>

||
|#

[Server time](https://max-games.ru/other/server-time){.external} is useful for:
- **Cheat prevention**: Players won't be able to manipulate game processes by changing their device time.
- **In-game events**: You can use it as a trusted time source for activities and rewards where timing matters, such as daily/weekly bonuses, seasonal events, and quests.

[Game rating](https://max-games.ru/plugin-yg/doc/review/?en){.external}: You can prompt players to rate your game or leave a comment. Only authorized users who haven't rated the game before will see this request. Before showing the prompt, verify that the user can submit a rating.

[Desktop shortcut](https://max-games.ru/plugin-yg/doc/game-label/?en){.external}: You can suggest players add a game shortcut (web link) to their desktop through a native dialog. Before displaying the dialog, ensure this feature is available.

