> 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/release-notes/ja/sdk/september-2025/d1-sdk-4.1.1.md).

# D1 SDK 4.1.1

{% tabs %}
{% tab title="Android" %}

#### 対応プラットフォームとプロセッサアーキテクチャ <a href="#supported-platforms--processor-architectures" id="supported-platforms--processor-architectures"></a>

* Android 8.0.0 以降。
* プロセッサアーキテクチャ: armeabi-v7a、arm64-v8a、x86、x86\_64。

#### 一般 <a href="#bug-fixes" id="bug-fixes"></a>

**改善**

* D1 SDK のセキュリティ強化。

#### NFC決済

**不具合修正**

* デジタル化時のデフォルトカード設定
* D1 Pay ウォレット内で最初にデジタル化されたカードがデフォルトの支払い方法として自動設定されない問題を解決しました。現在のデジタル化フローでは、最初のカードが自動的にデフォルトとして設定されるため、手動で次の呼び出しを行う必要がなくなりました。 `d1PayWallet.setDefaultPaymentDigitalCard()` API をデジタル化後に。
  {% endtab %}

{% tab title="iOS" %}

#### 対応プラットフォームとプロセッサアーキテクチャ <a href="#supported-platforms--processor-architectures" id="supported-platforms--processor-architectures"></a>

* iOS 15 以降。
* プロセッサアーキテクチャ: arm64、x86\_64。

#### 一般 <a href="#bug-fixes" id="bug-fixes"></a>

**改善**

* D1 SDK のセキュリティ強化。
  {% endtab %}
  {% endtabs %}


---

# 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/release-notes/ja/sdk/september-2025/d1-sdk-4.1.1.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.
