devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.39k stars 425 forks source link

Privacy manifest files #366

Closed Kirill-Orloff closed 5 months ago

Kirill-Orloff commented 9 months ago

Hi,

From Fall 2023 all apps and third-party SDKs should contain a privacy manifest file.

Otherwise, apps that don’t describe their use of required reason API in their privacy manifest file won’t be accepted by App Store Connect.

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

Do you have plans to add privacy manifest files to the DeviceKit?