You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple has announced (see List of APIs that require declared reasons now available) a requirement to include an app privacy manifest file (PrivacyInfo.xcprivacy) for apps and frameworks with declared reasons for using certain APIs. It's not clear to me if it is necessary to have the privacy manifest if there is nothing to declare, but just in case you weren't aware.
Apple has announced (see List of APIs that require declared reasons now available) a requirement to include an app privacy manifest file (PrivacyInfo.xcprivacy) for apps and frameworks with declared reasons for using certain APIs. It's not clear to me if it is necessary to have the privacy manifest if there is nothing to declare, but just in case you weren't aware.
Apple Privacy Manifest file documentation:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files?language=objc#4284009
Apple Required Reason documentation:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc
The text was updated successfully, but these errors were encountered: