> 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/general/mobile-os-compatibility.md).

# Mobile OS compatibility

NFC Wallet SDK for iOS supports multiple iOS versions.

Thales tests the compatibility of **each iOS update** with the **latest NFC Wallet SDK release**.

### Supported iOS versions by SDK release

Each NFC Wallet SDK release defines its supported iOS versions (for example, the minimum supported iOS version).

For the requirements that apply to latest SDK version see [Supported environment](/nfc-wallet-sdk-ios/get-started/configuration/1.-binary-integration.md).

### iOS versioning

Apple typically uses a `MAJOR.MINOR.PATCH` format (for example, `18.1.2`):

* **MAJOR**: Significant platform changes that can introduce breaking changes.
* **MINOR**: New features and improvements that are typically backward compatible.
* **PATCH**: Backward-compatible bug fixes and security updates.

{% hint style="info" %}
The exact version numbering is defined by Apple and can change.
{% endhint %}

Apple publishes beta iOS versions ahead of the public release so application developers can validate compatibility.

* The number of beta releases and their publication schedule depend on Apple’s strategy.
* The publication date of the public release can change based on feedback from beta releases.

### iOS compatibility status

#### NFC Wallet SDK IOS 7.3

| Version | Release date | Status |
| ------- | ------------ | ------ |
| 26.1    | 03/11/2025   | OK     |
| 26.0.1  | 15/09/2025   | OK     |

Updated: November 2025


---

# 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/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.
