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

Privacy Manifests #470

Closed
wlxo0401 opened this issue Dec 12, 2023 · 10 comments
Closed

Privacy Manifests #470

wlxo0401 opened this issue Dec 12, 2023 · 10 comments
Assignees
Labels
question Further information is requested

Comments

@wlxo0401
Copy link

wlxo0401 commented Dec 12, 2023

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.

@wlxo0401 wlxo0401 added the question Further information is requested label Dec 12, 2023
@choulepoka
Copy link

+1 on this, Apple is putting pressure on us to provide privacy manifest, this should get done ASAP.

@wlxo0401
Copy link
Author

@yuhao900914
Any support/plan of Privacy Manifest?

@izaaz izaaz self-assigned this Jan 16, 2024
@izaaz
Copy link
Collaborator

izaaz commented Jan 16, 2024

Thank you for reaching out. We are in the process of adding this to our SDK and will update this thread soon.

@wlxo0401
Copy link
Author

@izaaz

Thank you for your response.

@wlxo0401
Copy link
Author

wlxo0401 commented Jan 26, 2024

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/
Please refer to 3:20.

  1. Open your project in Xcode.

  2. Choose Product > Archive. Xcode creates the archive and reveals it in the organizer.

  3. Control-click the archive in the organizer and choose Generate Privacy Report.

(I used a translator.)

@wlxo0401
Copy link
Author

wlxo0401 commented Mar 4, 2024

#482

@iharkatkavets
Copy link

Added in v8.18.0

@wlxo0401
Copy link
Author

wlxo0401 commented Mar 9, 2024

@iharkatkavets I don't think it's finished perfectly.

@sdurban
Copy link
Contributor

sdurban commented Mar 19, 2024

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.

#487

image

@crleona crleona closed this as completed Apr 9, 2024
@georgbachmann
Copy link

A quick question about the topic of privacy manifests. There is also the option to define Privacy Tracking Domains. Do I need to add amplitude there, if we only use Amplitude for usage tracking of your app but DO NOT link user-information? So we do not set user-ids what-so-ever. We just need it to get an understanding of how users interact with our app.

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

No branches or pull requests

7 participants