# Windows App Mgmt.

You can register and manage apps for the Windows environment.\
Windows apps are serviced through ONE GameLoop, a PC app player provided by ONE store.

<br>

## What is ONE GameLoop? <a href="#windows-onegameloop" id="windows-onegameloop"></a>

ONE GameLoop is a PC platform serviced by ONE store that allows users to enjoy mobile games in a Windows environment.

* Users can access ONE store benefits on PC as well.
* Provides a seamless experience connecting mobile games to the PC environment.
* Ensures a stable gaming environment through optimization.
* [Download ONE GameLoop](https://m.onestore.co.kr/ko-kr/gameloop/onegameloop.omp)<br>

## Windows Release Restrictions <a href="#windows-windows" id="windows-windows"></a>

To service a Windows app, the following conditions must be met:

* Currently, services are available only in South Korea.
* Only "Free" games in the "Game" category are supported.
* In-App SDK V21 (API V7) or higher must be applied.

## Supported Binary Types <a href="#binary-type" id="binary-type"></a>

Windows supports two types of binaries, which can be set via 'OS Add' in the product status.\
The key characteristics of each type are as follows:

* AAB/APK
  * This option can only be selected if an Android app has been created.
  * This option allows the app serviced on Android to be serviced on Windows in the same way.
  * For convenience, it provides a synchronization feature with the Android app.
    * 'Main Info', 'App Info', 'New Binary' are always synchronized with the Android app's information.
    * After the Windows app is released, 'Request for Review', 'Distribution' are also always synchronized with the Android app's information.\
      &#x20;
* EXE
  * The app is released as an EXE-format binary, which is an option for operating Windows independently.


---

# Agent Instructions: 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:

```
GET https://onestore-dev.gitbook.io/dev/cht/docs/apps/windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
