> 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/push-provisioning/ja/integrate-the-d1-sdk/deployment/mobairuos.md).

# モバイルOS互換性

D1 SDK supports multiple operating systems (OS) for both the iOS and Android platforms.

The compatibility of every OS update is tested with the latest D1 SDK version.

### Mobile operating system versions

The versioning of each mobile OS release is defined in accordance to [semantic versioning system](https://semver.org/), MAJOR.MINOR.PATCH where:

* A MAJOR version is used when incompatible API changes are made.
* A MINOR version is used when the functionality added is backward compatible with the previous version.
* A PATCH version is used when backward compatible bug fixes are made.

{% hint style="info" %}
The exact version numbering of each OS is defined by the respective mobile OS providers and is subject to changes.
{% endhint %}

Typically, beta versions of the mobile OS are published ahead of the actual launch to allow issuer application developers to test the compatibility of their issuer applications on the mobile OS, where:

* The number of published beta versions and the dates they are published before the actual release are dependent from the mobile OS provider strategy.
* The exact publication date of the actual release is not disclosed by mobile OS providers as this depends on the feedbacks received from the beta releases.

### iOS compatibility status

| Version    | Release date | Status |
| ---------- | ------------ | ------ |
| 26.4.2     | 2026-04-23   | OK     |
| 26.5 Beta3 | 2026-04-21   | OK     |

{% hint style="info" %}
Issue on iOS 26 Dev beta 4 has been fixed on SDK v4.1.0
{% endhint %}

### Android compatibility status

| Version         | Release date | Status |
| --------------- | ------------ | ------ |
| 17 QPR1 Beta1   | 2026-04-23   | OK     |
| 16 Apr Security | 2026-04-07   | OK     |

*Updated: May* 2026


---

# 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/push-provisioning/ja/integrate-the-d1-sdk/deployment/mobairuos.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.
