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

# Apple App Privacy

Use this page to complete **App Privacy** in App Store Connect.

It applies to iOS **digital wallet applications** integrating the **NFC Wallet SDK**.

Your final responses depend on your implementation and data flows.

### Data safety questions

Use these responses as the baseline for Apple’s App Privacy questions.

<table><thead><tr><th width="535.25">Question</th><th>SDK Response</th></tr></thead><tbody><tr><td>Do you or your third-party partners collect data from this app/SDK?</td><td>Yes</td></tr></tbody></table>

### Data types

<table><thead><tr><th>Category</th><th>Data type</th><th width="195.5">Collected</th><th>Use</th><th width="125">Used for tracking</th><th>Linked to the end user</th></tr></thead><tbody><tr><td>Financial info</td><td>Payment info</td><td>Yes (via SDK API)</td><td>App functionality</td><td>No</td><td>Yes</td></tr><tr><td></td><td>Credit info</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>Other financial info</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>Identifiers</td><td>User ID</td><td>Yes (wallet ID)</td><td>App functionality</td><td>No</td><td>Yes</td></tr><tr><td></td><td>Device ID</td><td>Yes (APNs device token and Identifier for Vendor (IDFV))</td><td>App functionality</td><td>No</td><td>Yes</td></tr><tr><td>Purchases</td><td>Purchase history</td><td>No (data passes through the SDK from the issuer backend)</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>Diagnostics</td><td>Crash data</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>Performance data</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>Other diagnostic data</td><td>Yes (conditional)*</td><td>App functionality</td><td>No</td><td>No</td></tr></tbody></table>

(\*) The NFC Wallet SDK can store **Secure Logs** on the device for troubleshooting.

The NFC Wallet SDK does not transmit Secure Logs off-device.

Secure Logs are only considered **collected** if the **digital wallet application** exports them.

This also requires sending them to an external system.


---

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