The Apple Privacy Manifest plays a critical role in enhancing privacy and transparency for apps on Apple’s platforms. As part of Apple’s commitment to user privacy and data security, they introduced a new feature called the “App Privacy Details” section, which is essentially a ‘privacy label’ for each app.The privacy manifest is a property list that records the following information:
The types of data collected by an app or third-party SDK.
The required reasons APIs an app or third-party SDK uses.
For each type of data an app or third-party SDK collects and category of required reasons API it uses, the app or third-party SDK needs to record the reasons in its bundled privacy manifest file.
If you are using React Native UI Kit you need to add the following entries to your Privacy Manifest File.
React NativeReact Native as a framework uses a few of the APIs that need to be added to your application. you can find more information on their GitHub thread.
SPTPersistentCacheReact Native UI Kit uses a Native Module which is a fork of react-native-video library. This native module has an internal dependency on SPTPersistentCache. This library uses one of the APIs listed by Apple.
Below is the finalized Privacy Manifest that should be included in your application for seamless integration and adherence to privacy regulations