> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/general/mobile-os-compatibility.md).

# モバイルOSの互換性

iOS 向け NFC Wallet SDK は、複数の iOS バージョンをサポートします。

Thales は、 **各 iOS アップデートの互換性を** と **最新の NFC Wallet SDK リリース**.

### SDK リリース別のサポート対象 iOS バージョン

各 NFC Wallet SDK リリースでは、サポート対象の iOS バージョン（たとえば、サポートされる最小 iOS バージョン）が定義されます。

最新の SDK バージョンに適用される要件については、 [対応環境](/nfc-wallet-sdk-ios/ja/get-started/configuration/1.-binary-integration.md).

### iOS のバージョニング

Apple は通常、 `MAJOR.MINOR.PATCH` 形式を使用します（たとえば、 `18.1.2`):

* **MAJOR**：重大なプラットフォーム変更で、破壊的変更をもたらす可能性があります。
* **MINOR**：通常は後方互換性のある新機能と改善。
* **PATCH**：後方互換性のあるバグ修正とセキュリティ更新。

{% hint style="info" %}
正確なバージョン番号は Apple によって定義されており、変更される場合があります。
{% endhint %}

Apple は、アプリケーション開発者が互換性を検証できるように、一般公開リリースに先立って iOS のベータ版を公開します。

* ベータ版リリースの回数と公開スケジュールは Apple の戦略によって異なります。
* 一般公開リリースの公開日は、ベータ版リリースからのフィードバックに基づいて変更される場合があります。

### iOS 互換性ステータス

#### NFC Wallet SDK IOS 7.3

| バージョン  | リリース日      | ステータス |
| ------ | ---------- | ----- |
| 26.1   | 03/11/2025 | OK    |
| 26.0.1 | 15/09/2025 | OK    |

更新日: 2025年11月


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/general/mobile-os-compatibility.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.
