twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
986 stars 272 forks source link

Privacy Manifest #123

Closed cyrillelegrand closed 5 months ago

cyrillelegrand commented 5 months ago

Hello,

As we approach the upcoming spring and the anticipated implementation of the Privacy Manifest by Apple, it's crucial to ensure that your SDK fully complies with Apple's requirements.

Does your SDK need to include it? If so, do you have a release date planned?

Thank you in advance for your attention to this matter.

Best regards

twostraws commented 5 months ago

No, we don't need to include it.

cyrillelegrand commented 5 months ago

Glad you answered quickly Paul, I didn't expect anything else from you :) If I understand correctly, only the libraries listed by Apple at the bottom of the webpage I linked to are required to provide a privacy manifest? We're not quite sure if every library should include at least an "empty" privacy manifest, even if they don't collect any data : Apple says "Third-party SDKs need to provide their own privacy manifest files that record the types of data they collect." on another page, and doesn't specify that this applies only to the listed SDKs or all SDKs.

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

twostraws commented 5 months ago

I hope you can appreciate I'm not in a position to give advice on Apple's policies 🙂

cyrillelegrand commented 5 months ago

Agreed. Thanks for your quick replies anyway!