> 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/march-2026/nfc-wallet-sdk-ios-7.4.0.md).

# NFC Wallet SDK (iOS) v7.4.0

### 対応プラットフォームとアーキテクチャ

* iOS 16以降
* アーキテクチャ: `arm64`, `arm64 シミュレータ`, `x86_64 シミュレータ`

#### ✨ 新機能

* PURE のウォレット取引データをサポートします。
* Visa/PUREの共通ブランドカード向けのイエロー フローをサポートします。

#### 🐛 バグ修正

* の返却を修正 `.started` 状態を `WalletSecureEnrollment` が開始したとき。
* AIP および AFL を含む Visa ODA GPO 値が、ハードコードされたネイティブ値ではなく、Visa 仕様 1.8.4 で定義されているとおりプロファイルから読み込まれるよう修正しました。
* Device CDCVM が削除されたときに、正しいエラーが返されるよう修正しました。
* 無効なスキーム、プロファイルタイプ、または perso データが原因でカードのポーリングに失敗した場合のカード削除を修正しました。
* 共通ブランドカードが削除されたときに、欠落しているカードデータが削除されるよう修正しました。
* 空のデジタルカード ID で保留中のセッションを取得するとクラッシュする問題を修正しました。
* の無効化を修正 `PaymentBusinessService` を QR 暗号トークン生成後に修正しました。
* のシリアル化を修正 `ProcessNotification` 操作。


---

# 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/release-notes/ja/sdk/march-2026/nfc-wallet-sdk-ios-7.4.0.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.
