vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
784 stars 59 forks source link

[Feature]: Add Privacy Manifest #120

Closed LaurentChennaouiDD closed 3 months ago

LaurentChennaouiDD commented 5 months ago

Apple is requiring app developers and third party SDKs to declare their use of the Required Reason APIs via a Privacy Manifest.

Is AcknowList planning to add this to the iOS SDK? And if not, could it be added? Thanks!

Privacy Manifest - Apple Documents Required Reason API Documents

Thanks!

vtourraine commented 5 months ago

Hello Laurent, and thank you for raising this issue.

To my knowledge, AcknowList doesn’t use any of those privacy-related APIs. I don’t see the point of including an empty privacy manifest, but maybe it would be useful to clarify the situation? Or just with a mention in the repo README?

LaurentChennaouiDD commented 5 months ago

Hello Vincent, Indeed if you're not using any of those privacy APIs, I don't see the point either. We will submit to Apple our build as it is and will let you know if we get any feedback from them related to your library.

Thank you btw for your prompt response.