-
Notifications
You must be signed in to change notification settings - Fork 21
How can I add privacy manifest file
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
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:
If you have any questions or suggestions, feel free to send an email to [email protected] or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
Geofencing serviceDEPRECATED- Privacy settings
- In-app chat
- WebRTC Calls and UI