<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/App-Privacy-Configuration",
  "metadataVersion" : "0.1.0",
  "role" : "Property List",
  "symbol" : {
    "kind" : "Property List",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:App_Privacy_Configuration"
  },
  "title" : "App Privacy Configuration"
}
-->

# App Privacy Configuration

A data structure that represents the root object in a privacy manifest file.

## Overview

Use the keys and values in this object in the privacy manifest for your app or third-party SDK.
For more information, see [Privacy manifest files](/documentation/BundleResources/privacy-manifest-files).

## Topics

### Describing privacy accessed API use

[`NSPrivacyAccessedAPITypes`](/documentation/BundleResources/App-Privacy-Configuration/NSPrivacyAccessedAPITypes)

A list of dictionaries that report the privacy accessed API your app or third-party SDK uses.

### Describing collected data

[`NSPrivacyCollectedDataTypes`](/documentation/BundleResources/App-Privacy-Configuration/NSPrivacyCollectedDataTypes)

A list of dictionaries that report the categories of private data your app or third-party SDK collects.

### Declaring tracking

[`NSPrivacyTracking`](/documentation/BundleResources/App-Privacy-Configuration/NSPrivacyTracking)

A Boolean value that indicates whether your app or third-party SDK uses data for tracking.

[`NSPrivacyTrackingDomains`](/documentation/BundleResources/App-Privacy-Configuration/NSPrivacyTrackingDomains)

A list of the internet domains your app or third-party SDK uses for tracking.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)