TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.67k stars 929 forks source link

Inquiry about Support for Apple's Privacy Manifest Files #2308 #565

Closed ferencIOS closed 3 months ago

ferencIOS commented 3 months ago

Hello,

I hope this message finds you well. I'm reaching out to inquire about the project's current or planned support for Apple's Privacy Manifest Files as outlined in the Apple Developer Documentation.

Given the increasing importance of privacy and the requirements set by Apple for apps running on its ecosystem, it's essential for projects integrating or porting code to iOS to comply with these privacy guidelines. This includes the specification of privacy practices through manifest files.

Could you please provide information on whether there are any plans to incorporate features or tools within TOCropViewController that would aid in the generation or management of these privacy manifest files? Understanding your roadmap in this regard would greatly assist developers in planning their development and compliance strategies.

Thank you for your time and for all the work you put into maintaining TOCropViewController. I look forward to your response.

mammaiap commented 3 months ago

when will be the next release with "Privacy Manifest" support?

TimOliver commented 3 months ago

Hi @ferencIOS! Thanks for the incredibly professional issue!

Admittedly I've had some confusion about what is actually required for Apple's new privacy manifest. TOCropViewController is a full UI component that doesn't collect any user information at all, so I was confused as to whether the manifest is even necessary.

In looking at other libraries, it looks like it's still necessary to provide an empty manifest file, just so the intent is clear.

I just cut a new release yesterday that includes a privacy manifest now, so we should be good to go. Please feel free to open another issue if you find any issues with it.

Thanks!