HHK1 / PryntTrimmerView

A set of tools to trim, crop and select frames inside a video
MIT License
835 stars 199 forks source link

[Privacy Manifest] Implementation #94

Closed corentios closed 4 months ago

corentios commented 7 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

HHK1 commented 6 months ago

There is no data collection of any sort in the SDK so I don't think it needs to be included.

I haven't followed the latest changes on this, so let me know if something should be done, or even open a PR directly!

corentios commented 5 months ago

Hello @HHK1

Indeed, I see that the article only talks about the SDKs listed, but I have the impression that it's not clear, I've since searched and I came across the answer from an Apple engineer,

What do you think?

"What happens with SDK's that are not in this list? Should every single SDK an app uses to include the privacy manifest file?"

"Any app and third party SDK that collects data, uses required reason API, or both must include a privacy manifest file. If your app uses an SDK not listed but that falls under the mentioned requirements, then this SDK must include a privacy manifest." Source : https://forums.developer.apple.com/forums/thread/743295?answerId=776587022#776587022

But I think the library is purely a software add-on, so I don't think it's necessary.

HHK1 commented 4 months ago

"Any app and third party SDK that collects data, uses required reason API, or both must include a privacy manifest file. If your app uses an SDK not listed but that falls under the mentioned requirements, then this SDK must include a privacy manifest."

That SDK doesn't collect data, nor uses the required reason API so I think it's not necessary. Closing this for then :)