Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITMS-91108: Invalid privacy manifest for iOS #223

Closed
kjxbyz opened this issue Sep 11, 2024 · 3 comments · Fixed by #226
Closed

ITMS-91108: Invalid privacy manifest for iOS #223

kjxbyz opened this issue Sep 11, 2024 · 3 comments · Fixed by #226

Comments

@kjxbyz
Copy link
Contributor

kjxbyz commented Sep 11, 2024

ITMS-91108: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “Frameworks/app_settings.framework/app_settings_privacy.bundle/PrivacyInfo.xcprivacy”. In addition to the privacy manifest files in the locations outlined in the documentation, starting November 12, 2024, all privacy manifests you submit must have valid content. Keys and values in any privacy manifest must be in a valid format. For more details about privacy manifest files, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files and https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/adding_a_privacy_manifest_to_your_app_or_third-party_sdk.
@kjxbyz kjxbyz changed the title ITMS-91108: Invalid privacy manifest ITMS-91108: Invalid privacy manifest on iOS Sep 11, 2024
@kjxbyz
Copy link
Contributor Author

kjxbyz commented Sep 11, 2024

Maybe:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>NSPrivacyTrackingDomains</key>
    <array/>
    <key>NSPrivacyAccessedAPITypes</key>
    <array/>
    <key>NSPrivacyCollectedDataTypes</key>
    <array/>
    <key>NSPrivacyTracking</key>
    <false/>
</dict>
</plist>

@kjxbyz kjxbyz changed the title ITMS-91108: Invalid privacy manifest on iOS ITMS-91108: Invalid privacy manifest for iOS Sep 11, 2024
@nottmey
Copy link

nottmey commented Sep 12, 2024

same as #214

@kjxbyz
Copy link
Contributor Author

kjxbyz commented Sep 12, 2024

No, #214 describes a missing file, this issue describes an invalid file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants