> 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互換性ステータス

| バージョン         | リリース日      | ステータス |
| ------------- | ---------- | ----- |
| 27 Dev Beta 3 | 2026-07-06 | OK    |
| 26.5.2        | 2026-06-29 | OK    |

更新日：2026年7月


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/general/mobile-os-compatibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
