Apple is requiring iOS apps to include a PrivacyManifest.xcprivacy file starting on May 1, 2024.
Is there any way (other than submitting a new app version to Apple) to validate this file is correct? Is there a way Xcode can validate the file?
Ideally we could validate the file is formatted correctly before creating a new release. I haven't found any way to ensure we are doing this correctly other than getting this file into a new release and hoping Apple doesn't reject it.
Apple has already begun issuing notices regarding the implementation of this policy in iOS apps. Starting May 1, 2024, compliance will become mandatory for passing the App Store review process.
The most efficient way to describe the data collected by your app or third-party SDK is by utilizing the Privacy Report In Xcode 15, you can easily generate a privacy report by performing an Archive build and then clicking the ‘Generate Privacy Report’
button.
For more information about adding Apple privacy checklist to MAUI app, you can refer to Adding Apple Privacy Manifest Support to .NET iOS & .NET MAUI apps
.