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

# In-app purchases

<!-- 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 6. In-app Purchases

<div class="cut-button">

{% cut "Watch 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/vplv5oo2g4pqsnyojx4r?autoplay=0&mute=0)

- YouTube

  @[youtube](https://youtu.be/pOvmbZtgSBw?si=N3R25Yg35vuiKCth)

{% endlist %}

{% endcut %}

</div>

||
|#

In-app purchases increase game revenue and player retention. To add purchases, you need to integrate them in both the [game code](https://max-games.ru/plugin-yg/doc/pay/?en){.external} and the [Yandex Games Console](https://yandex.com/dev/games/doc/en/console/purchases.md#connect).

For purchases to work properly, configure data saving (we recommend using the [Player Stats](https://max-games.ru/plugin-yg/doc/storage/?en#:~:text=methods%20too%20frequently!-,Player%20Stats,-%28The%20PlayerStats%20module){.external} module).

