azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

Ask for the "PrivacyInfo.xcprivacy" required by Apple

Open baihao opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. The PrivacyInfo.xcprivacy manifest is required by Apple, please refer to the Apple's document https://developer.apple.com/documentation/bundleresources/privacy_manifest_files for the detailed information.

Describe the solution you'd like A PrivacyInfo.xcprivacy file for macOS.

Describe alternatives you've considered Declaration of the data collection info for this library, please refer to developer.apple.com/…/describing_data_use_in_privacy_manifests#4250555

Additional context None

baihao avatar Jun 28 '24 07:06 baihao

From: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/adding_a_privacy_manifest_to_your_app_or_third-party_sdk

Starting November 12, 2024, apps that don’t include a required privacy manifest can’t be submitted for review in App Store Connect. If an invalid file comes from a third party SDK, contact its developer for an updated version of the SDK that includes a valid privacy manifest.

Looks like there's a workaround: https://devblogs.microsoft.com/dotnet/apple-privacy-manifest-support/

If the project author is not able to provide a manifest file for their product, you can solve this by adding the identified required entries in your own PrivacyInfo.xcprivacy file.

pmaytak avatar Sep 03 '24 23:09 pmaytak