-
Notifications
You must be signed in to change notification settings - Fork 194
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
Privacy Manifests #470
Comments
+1 on this, Apple is putting pressure on us to provide privacy manifest, this should get done ASAP. |
@yuhao900914 |
Thank you for reaching out. We are in the process of adding this to our SDK and will update this thread soon. |
Thank you for your response. |
I discovered a new while testing. Until now, most of the libraries that have added PrivacyInfo have not been marked in PrivacyReport. However, when an item is added to the 'Privacy Nutrition Label Types', the library name is displayed in the PrivacyReport. Many libraries have updated PrivacyInfo without adding anything from 'Privacy Nutrition Label Types'. Does anyone know about this? Is 'Privacy Nutrition Label Types' a must-have item? Or is it not necessary to display it in the privacy report? Please feel free to leave opinion. The 'PrivacyReport' I'm talking about can be downloaded as a PDF if you archive the app. https://developer.apple.com/videos/play/wwdc2023/10060/
(I used a translator.) |
Added in v8.18.0 |
@iharkatkavets I don't think it's finished perfectly. |
I have made a PR to fix the issue with the privacy manifest so that it works from both SPM and Cocoapods. The issue was that the file was not being copied into the SPM and Cocoapods package. |
A quick question about the topic of privacy manifests. There is also the option to define |
I think we need Privacy Manifests due to Apple policy.
Is there no problem with the contents below?
Read Apple docs, which say:
From Fall 2023 you’ll receive an email from Apple if you upload an app to App Store Connect that uses required reason API without describing the reason in its privacy manifest file. From Spring 2024, apps that don’t describe their use of required reason API in their privacy manifest file won’t be accepted by App Store Connect.
The text was updated successfully, but these errors were encountered: