eroscai / SZAVPlayer

SZAVPlayer is a lightweight audio/video player library, based on AVPlayer and AVAssetResourceLoaderDelegate, pure-Swift. Support cache and video image output.
MIT License
242 stars 32 forks source link

Added privacy manifest #33

Closed edkhrian closed 4 months ago

edkhrian commented 4 months ago

Starting May 1, 2024 Apple rejects all applications submitted to the App Store if they use some of the API listed here without declaring the reason for usage in the privacy manifest file.

Frameworks must declare the usage of the APIs in their source code and since this library uses contentModificationDateKey, I added the manifest file and declared the usage of it.

eroscai commented 4 months ago

Thanks for making this changes, I will release a minor version for this update.