We received a rejection today based on an invalid PrivacyInfo.xcprivacy file. It contained one extra space character was somehow added to a value field.
Is there a tool that can check the validity of our PrivacyInfo.xcprivacy files?
We received a rejection today based on an invalid PrivacyInfo.xcprivacy file. It contained one extra space character was somehow added to a value field.
Is there a tool that can check the validity of our PrivacyInfo.xcprivacy files?
You can use the plutil
command to ensure your privacy manifest is a properly formatted plist file as detailed in Validate your privacy manifest file.
To ensure that the values of the keys in your privacy manifest are valid, you must do so manually. For more information, see TN3181: Debugging an invalid privacy manifest.