Skip to content

How can I add privacy manifest file

Alexander Boldyrev edited this page Oct 17, 2024 · 2 revisions

Starting May 1, 2024, when you upload a new app or update the app in the App Store, you must add the app’s privacy manifest file, which should declare the types of data your application collects. For more details about this policy, including a list of required reason APIs and approved reasons for usage, visit official documentation about Privacy Manifest Files.

Since 12.6.2 version MobileMessaging includes its own privacy manifest file.

Check the links to get detailed information of what do you need to describe additionally in your app's Privacy manifest files if you use the following features:

  • Apple requires from you to describe the reason for sharing your user's identity data. Before doing personalisation of your user with actual identity values (such as phone number, email address, name, etc.), remember to include the privacy category affected, as well as the purpose for the sharing, within your PrivacyInfo file, as described in the official documentation.
  • Geofencing service
  • In-app chat

Notice:

Don't forget to include the Privacy Manifest file to both targets (Main app target and Notification Service Extension target).

If you have any extra questions, you may check the Example application's Privacy manifests:

Clone this wiki locally