> 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/november-2025/d1-sdk-v4.2.0.md).

# D1 SDK v4.2.0

{% 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。

#### Click to Pay <a href="#bug-fixes" id="bug-fixes"></a>

**新機能**

* 新しい API を 2 つ追加しました:\
  \- `D1ClickToPay.enrol` ,\
  \- `D1ClickToPay.optOutCard` 、\
  および既存の `D1PushToECommerce` API を非推奨とし、 `D1ClickToPay`サービスに置き換えました。

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

**改善**

* 顧客の分離を維持しながら、1 つのアプリ内でマルチイシュアおよびコンシューマー ID（イシュア集約者）向けのトークンの使用をサポートします。
* D1 SDKのセキュリティ強化。
* アプリケーションで [okhttp](https://square.github.io/okhttp/) を依存関係として含める必要がなくなりました。
  {% endtab %}

{% tab title="iOS" %}

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

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

#### Click to Pay <a href="#bug-fixes" id="bug-fixes"></a>

**新機能**

* 新しい API を 2 つ追加しました:\
  \- `D1ClickToPay.enrol` ,\
  \- `D1ClickToPay.optOutCard` 、\
  および既存の `D1PushToECommerce` API を非推奨とし、 `D1ClickToPay`サービスに置き換えました。

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

**改善**

* 顧客の分離を維持しながら、1 つのアプリ内でマルチイシュアおよびコンシューマー ID（イシュア集約者）向けのトークンの使用をサポートします。
* D1 SDKのセキュリティ強化。
* ベースフレーバー向けに SDK バイナリを 2 つの xcframework のみに簡素化しました。アプリケーションで D1Core.xcframework および TPCSDKSwift.xcframework を含める必要がなくなりました。

**不具合修正**

* D1\_SERVICE\_URL に余分な '/' を含めることが許可されるようになりました。
* D1DisplayTextField でランタイム時に表示されていた Auto Layout の制約警告を修正しました。

**既知の問題**

複数の iOS アプリケーションが同じグループ内で keychain sharing を有効にすると、正しく機能するのは 1 つのアプリケーションのみです。残りのアプリケーションは、3DS 機能または Messaging Service のいずれかを使用する際に問題が発生する可能性があります。
{% 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/november-2025/d1-sdk-v4.2.0.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.
