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

Apple requires third-party SDKs to contain a privacy manifest file #199

Open
fengzhichu opened this issue Mar 5, 2024 · 3 comments
Open

Comments

@fengzhichu
Copy link

Apple requires that third-party SDKs should contain a privacy manifest file. Does author have any plan to do so ?

Apps and third-party SDKs — distributed as XCFrameworks, Swift packages, or framework bundles — can contain a privacy manifest file, named PrivacyInfo.xcprivacy. The privacy manifest is a property list that records the types of data collected by your app or third-party SDK, and the required reasons APIs your app or third-party SDK uses. For each type of data your app or third-party SDK collects and category of required reasons API it uses, record the reasons in your privacy manifest file.

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

The following are commonly used SDKs in apps on the App Store. Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies. Any version of a listed SDK, as well as any SDKs that repackage those on the list, are included in the requirement.

https://developer.apple.com/support/third-party-SDK-requirements/

@nikitaame
Copy link

Any updates here?

@ilanahaddad
Copy link

+1

@thealpa
Copy link

thealpa commented Mar 28, 2024

Opened a PR with a privacy manifest here

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