Is there a way to validate a PrivacyManifest.xcprivacy file is correct?

  Kiến thức lập trình

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.

LEAVE A COMMENT