---
title: Describing data use in privacy manifests
framework: bundleresources
role: article
role_heading: Article
path: bundleresources/describing-data-use-in-privacy-manifests
---

# Describing data use in privacy manifests

Declare the data collected by your app or by third-party SDKs.

## Overview

Overview Record the categories of data that your app or third-party SDK collects about the person using the app, and the reasons it collects the data. App developers can use Xcode to create a privacy report, summarizing the information about collected data in their app and the third-party SDKs the app links to. important: Third-party SDKs need to provide their own privacy manifest files that record the types of data they collect. Your app’s privacy manifest file doesn’t need to cover data collected by third-party SDKs that your app links to. Describe the data your app or third-party SDK collects For each type of data your app or third-party SDK collects, add a dictionary to the NSPrivacyCollectedDataTypes array in your privacy information file. Add the following keys to the dictionary. Xcode won’t generate a privacy report correctly if you define your own collected data types for the NSPrivacyCollectedDataType key, or provide your own reasons for the NSPrivacyCollectedDataTypePurposes key. Use values listed in the documentation for the keys. Create your app’s privacy report Xcode can create a privacy report by aggregating the privacy manifests from your app and the third-party SDKs it links to. Use the privacy report to better understand all of the data collected by your app and whether it tracks. Create the privacy report for your app by doing the following: Open your project in Xcode. Choose Product > Archive. Xcode creates the archive and reveals it in the organizer. Control-click the archive in the organizer and choose Generate Privacy Report. Choose a location to save the privacy report. Switch to Finder. Navigate to the location where you saved the privacy report, and double-click to open the report in Preview. The privacy report is organized in a similar way to Privacy Nutrition Labels. Refer to this report when you provide your app’s privacy details in App Store Connect. For more information on providing your app’s privacy details, see App privacy details on the App Store.

## See Also

### Essentials

- [Adding a privacy manifest to your app or third-party SDK](bundleresources/adding-a-privacy-manifest-to-your-app-or-third-party-sdk.md)
- [Describing use of required reason API](bundleresources/describing-use-of-required-reason-api.md)
- [Editing property list files](xcode/editing-property-list-files.md)
- [App Privacy Configuration](bundleresources/app-privacy-configuration.md)
