> 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/ja/security-and-privacy/apple-app-privacy.md).

# Apple App のプライバシー

このページを使用して完了してください **App Privacy** App Store Connect で。

これは iOS に適用されます **デジタルウォレットアプリケーション** を統合する **NFC Wallet SDK**.

最終的な回答は、実装とデータフローによって異なります。

### データ安全性に関する質問

Apple の App Privacy に関する質問の基準として、これらの回答を使用してください。

<table><thead><tr><th width="535.25">質問</th><th>SDK 応答</th></tr></thead><tbody><tr><td>あなたまたは第三者パートナーは、このアプリ/SDK からデータを収集しますか？</td><td>はい</td></tr></tbody></table>

### データタイプ

<table><thead><tr><th>カテゴリ</th><th>データタイプ</th><th width="195.5">収集済み</th><th>使用する</th><th width="125">トラッキングに使用</th><th>エンドユーザーに関連付けられている</th></tr></thead><tbody><tr><td>金融情報</td><td>支払い情報</td><td>はい（SDK API 経由）</td><td>アプリの機能</td><td>いいえ</td><td>はい</td></tr><tr><td></td><td>信用情報</td><td>いいえ</td><td>該当なし</td><td>該当なし</td><td>該当なし</td></tr><tr><td></td><td>その他の金融情報</td><td>いいえ</td><td>該当なし</td><td>該当なし</td><td>該当なし</td></tr><tr><td>識別子</td><td>ユーザー ID</td><td>はい（ウォレット ID）</td><td>アプリの機能</td><td>いいえ</td><td>はい</td></tr><tr><td></td><td>デバイス ID</td><td>はい（APNs デバイストークンおよび Vendor 識別子（IDFV））</td><td>アプリの機能</td><td>いいえ</td><td>はい</td></tr><tr><td>購入</td><td>購入履歴</td><td>いいえ（データはイシュアのバックエンドから SDK を通過します）</td><td>該当なし</td><td>該当なし</td><td>該当なし</td></tr><tr><td>診断</td><td>クラッシュデータ</td><td>いいえ</td><td>該当なし</td><td>該当なし</td><td>該当なし</td></tr><tr><td></td><td>パフォーマンスデータ</td><td>いいえ</td><td>該当なし</td><td>該当なし</td><td>該当なし</td></tr><tr><td></td><td>その他の診断データ</td><td>はい（条件付き）*</td><td>アプリの機能</td><td>いいえ</td><td>いいえ</td></tr></tbody></table>

（\*）NFC Wallet SDK は **Secure Logs** トラブルシューティングのためにデバイス上に保存できます。

NFC Wallet SDK は Secure Logs をデバイス外に送信しません。

Secure Logs は、 **収集済み** と見なされるのは、 **デジタルウォレットアプリケーション** それらをエクスポートした場合のみです。

これには、それらを外部システムに送信することも必要です。


---

# 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/nfc-wallet-sdk-ios/ja/security-and-privacy/apple-app-privacy.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.
