Privacy Manifest Generator

Quickly generate the PrivacyInfo.xcprivacy file for your iOS apps.

Beginning May 1st, 2024, Apple mandates app developers to disclose their utilization of specific APIs via a privacy manifest file. To streamline this process, our platform facilitates the generation of this file. Simply indicate the required items, and we'll handle the rest, sparing you from manual editing hassles.

Required API usage
Privacy tracking

A Boolean that indicates whether your app or third-party SDK uses data for tracking as defined under the App Tracking Transparency framework. Read more

Tracking Domains

An array of strings that lists the internet domains your app or third-party SDK connects to that engage in tracking. If the user has not granted tracking permission through the App Tracking Transparency framework, network requests to these domains fail and your app receives an error.

To provide a list of internet domains in NSPrivacyTrackingDomains, set NSPrivacyTracking to true. Read more

Collected Data Types

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. Read more

Generated Output