> 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のプライバシー** App Store Connectで。

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

最終的な回答は実装とデータフローに依存します。

### データセーフティの質問

これらの回答をAppleのAppのプライバシー質問の基準として使用してください。

<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>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>その他の財務情報</td><td>いいえ</td><td>N/A</td><td>N/A</td><td>N/A</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デバイストークンおよびIdentifier for Vendor（IDFV））</td><td>アプリの機能</td><td>いいえ</td><td>はい</td></tr><tr><td>購入</td><td>購入履歴</td><td>いいえ（データはイシュアのバックエンドからSDKを経由して通過します）</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>診断</td><td>クラッシュデータ</td><td>いいえ</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>パフォーマンスデータ</td><td>いいえ</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>その他の診断データ</td><td>はい（条件付き）*</td><td>アプリの機能</td><td>いいえ</td><td>いいえ</td></tr></tbody></table>

（\*）NFCウォレットSDKは保存できます **セキュアログ** トラブルシューティングのためにデバイス上に。

NFCウォレットSDKはセキュアログをデバイス外へ送信しません。

セキュアログはのみ考慮されます **収集された** もし **デジタルウォレットアプリケーション** それらをエクスポートする

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


---

# 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.
