> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 試用版の概要

> XBOX ゲームの時間制限付き、使用制限付き、無制限の試用版構成を比較し、取得およびゲームプレイのフローに合ったオプションを選択してください。

このトピックでは、**Trial** を構成する際に利用できるオプションについて説明します。試用版の構成に応じて、**Time-limited**、**Unlimited**、または **Usage-limited** を選択する必要があります。詳細は以下のセクションで説明します。

ゲーム製品の試用版の構成については、進める前に [Implementing Trials for your game](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/commerce/fundamentals/xstore-usage-limited-free-trials) のガイダンスと推奨事項を確認してください。

## これが適用される製品:

* Game

## 適用されない製品:

* Game Demo
* Bundle
* Add-on Bundle
* Durable または Durable with packages
* Consumable (Microsoft Store-managed) または Consumable (Developer-managed)
* Season Pass

## 構成

試用版は、製品の **Pricing and Availability** モジュールで構成します。[Time-limited Trial](#time-limited-trial)、[Usage-limited Trial](#usage-limited-trial)、または [Unlimited Trial](#unlimited-trial) の構成の詳細については、このトピックの情報を参照してください。

## 時間制限付き試用版

### 定義

このシナリオでは、ユーザーは限られた時間、製品の **Trial** バージョンにアクセスできます。お客様は、カレンダー日数で構成された時間、製品にアクセスできます。

### 構成

時間制限付き試用版の構成については、[How to configure a time-limited trial](/publishing/game-publishing/how-to/how-to-timedtrial) を参照してください。

## 使用制限付き試用版

### 定義

このシナリオでは、ユーザーは限られた使用量、製品の **Trial** バージョンにアクセスできます。お客様は、時間単位で構成された使用量、製品にアクセスできます。製品がデバイス上で実行中に使用量が消費されます。

### 構成

使用制限付き試用版の構成については、[How to configure a usage-limited trial](/publishing/game-publishing/how-to/how-to-create-usage-limited-free-trials) を参照してください。

## 無制限試用版

### 定義

これは **Curated Trial** とも呼ばれます。このシナリオでは、ユーザーは無制限の時間と使用量、製品の **Trial** バージョンにアクセスできます。製品へのアクセスの制限は、ゲーム内ロジックによって管理されます。たとえば、特定のゲーム機能やゲームの進行へのアクセスを制限するなどです。

> \[!Important]
> 無制限試用版を使用する製品は、ゲーム内ロジックを使用して製品へのアクセスを制限する必要があります。試用版のアクセスが正しく制限されていない場合、お客様は意図せずに製品にアクセスできる可能性があります。

### 構成

無制限 (キュレーション) 試用版の構成については、[How to configure a curated trial](/publishing/game-publishing/how-to/how-to-curated-trial) を参照してください。

## 次のステップ

<CardGroup cols={2}>
  <Card title="時間制限付き試用版を設定する" href="/publishing/game-publishing/how-to/how-to-timedtrial" />

  <Card title="キュレーション試用版を設定する" href="/publishing/game-publishing/how-to/how-to-curated-trial" />
</CardGroup>

## 関連項目

* [Implementing Trials for your game](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/commerce/fundamentals/xstore-usage-limited-free-trials)


## Related topics

- [価格と提供状況の概要](/ja-jp/publishing/game-publishing/concepts/availability/availability-overview.md)
- [XStoreGameLicense](/ja-jp/reference/system/xstore/structs/xstoregamelicense.md)
- [XStoreCollectionData](/ja-jp/reference/system/xstore/structs/xstorecollectiondata.md)
- [MSIXVC ツールを使用した PC タイトル パッケージングの概要](/ja-jp/build/core-features/common/packaging/overviews/packaging-getting-started-for-PC.md)
- [移植の概要](/ja-jp/paths/porting/overview.md)
