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

Address privacy manifest requirement #492

Open
anishi-pfr opened this issue Mar 8, 2024 · 2 comments
Open

Address privacy manifest requirement #492

anishi-pfr opened this issue Mar 8, 2024 · 2 comments
Labels
enhancement New feature or request iOS

Comments

@anishi-pfr
Copy link

HI,
According to this article https://developer.apple.com/support/third-party-SDK-requirements/ , you have to put a file to add privacy to your package.
If you don't collect data for user, you have to put an empty file.
You may put it in ios=>Resources=> PrivacyInfo.xcprivacy

@sowens-csd
Copy link
Contributor

Interesting, I hadn't seen that requirement. I see that STT didn't make the list of required packages. Do you know if Apple is enforcing the requirement on all packages or just the ones they called out? I'll look at adding the declaration. STT doesn't collect any user data so it should be easy.

@sowens-csd sowens-csd added enhancement New feature or request iOS labels Mar 13, 2024
@anishi-pfr
Copy link
Author

anishi-pfr commented Mar 14, 2024

STT should have the privacy manifest file although it is not collecting user data. It may be empty manifest file. According to this this page,

Third-party SDKs need to provide their own privacy manifest files that record the types of data they collect.

Also, flutter/pachages which not collecting user data are added the manifest file to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request iOS
Projects
None yet
Development

No branches or pull requests

2 participants