# How to fill App Privacy Details on the App Store?

You can find the complete breakdown of the data that is natively collected by Batch in this [guide](https://doc.batch.com/getting-started/other/faq/what-kind-of-data-is-collected-via-batch-by-default).

To help you fill in the App Privacy details the information required by Apple, we sorted this data using categories provided by Apple in their documentation: [developer.apple.com/app-store/app-privacy-details/#data-type](https://developer.apple.com/app-store/app-privacy-details/#data-type).

| Data type                                        | Data use                                                                                                | Linked to user’s identity | Used for tracking purpose |
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------- | ------------------------- | ------------------------- |
| <mark style="color:blue;">**Location**</mark>    |                                                                                                         |                           |                           |
| Coarse Location\*                                | <p>Product Personalization</p><p></p><p>Analytics</p><p></p><p>Developer’s Advertising or Marketing</p> | Yes                       | No                        |
| Precise location \*\*                            | <p>Product Personalization</p><p></p><p>Analytics</p><p></p><p>Developer’s Advertising or Marketing</p> | Yes                       | No                        |
| <mark style="color:blue;">**Identifiers**</mark> |                                                                                                         |                           |                           |
| User ID \*\*\*                                   | <p>Product Personalization</p><p></p><p>Developer’s Advertising or Marketing</p>                        | Yes                       | No                        |
| Device ID \*\*\*\*                               | <p>Product Personalization</p><p></p><p>Developer’s Advertising or Marketing</p>                        | No                        | No                        |
| <mark style="color:blue;">**Usage Data**</mark>  |                                                                                                         |                           |                           |
| Product Interaction                              | <p>Product Personalization</p><p></p><p>Analytics</p><p></p><p>Developer’s Advertising or Marketing</p> | Yes                       | No                        |
| Advertising Data                                 | <p>Product Personalization</p><p></p><p>Analytics</p><p></p><p>Developer’s Advertising or Marketing</p> | Yes                       | No                        |
| <mark style="color:blue;">**Other Data**</mark>  |                                                                                                         |                           |                           |
| Other Data Types                                 | <p>Product Personalization</p><p></p><p>Analytics</p><p></p><p>Developer’s Advertising or Marketing</p> | Yes                       | No                        |

\* Batch uses IP geolocation to guess the city of your users, it doesn't rely directly on location data coming from the device or the app itself.

\*\* Precise location is only shared with Batch if it's enabled in your app, and explicitly sent to Batch. Batch doesn't collect it by default, even if users share their precise location with the app. More information is in [our documentation](https://doc.batch.com/developer/sdk/ios/profile-data/events#tracking-user-location).

\*\*\* Declare User ID if you set a [Custom User ID](https://doc.batch.com/getting-started/features/customer-engagement-platform/profiles/data-lifecycle) linked to a user account (usually, when users log in to the app).

\*\*\*\* IDFA and IDFV collection has been dropped on Batch SDK versions 2 and above.&#x20;

For example, this is what will be filled for "Coarse location":

<figure><img src="/files/QreAk9ratY7u3EyF7YhG" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
This information relates to the data natively collected by Batch. If you decide to send other [custom data](https://doc.batch.com/getting-started/features/customer-engagement-platform/profiles/custom-data) to Batch, or you send other data to other tools, you will also have to declare it to Apple.
{% endhint %}


---

# Agent Instructions: 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://doc.batch.com/guides-and-best-practices/privacy-and-gdpr/how-to-fill-app-privacy-details-on-the-app-store.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.
