-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add Privacy Manifest #750
Comments
+1. The App Store will be enforcing this more strictly starting on May 1st. |
Thank you for your patience @hkellaway and @djs-code . |
6.5.1 has been released with the privacy manifest |
@Ayyanchira @evantk91 I don't believe this is truly complete yet; if my understanding is correct, you will also need to add the following to the
|
Thanks for informing this @djs-code. |
Using the latest 6.5.2 release I can confirm that the privacy manifest is now included when using SPM, but not with Cocoapods. I think you need to update this line to also match the privacy manifest file:
Probably something like the following since you've already moved it to your resources folder according to your release notes:
Or alternatively you could probably specify a second dedicated resource bundle in that dictionary called something like 'Resources-Privacy' and specifically include the manifest file. You can confirm by adding it to a test project with Cocoapods and generating a privacy report after archiving. |
Hello -
I'm wondering what plans there are to add a Privacy Manifest? Thanks!
https://developer.apple.com/support/third-party-SDK-requirements/
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
The text was updated successfully, but these errors were encountered: