flutter_image_compress
flutter_image_compress copied to clipboard
[Add privacy manifest file for iOS]
Platforms
iOS
Description
You need to add PrivacyInfo.xcprivacy file following the new apple policy.
Why
Refer link: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
Apple saying that the requirement will take effect May 1st: https://developer.apple.com/news/?id=3d8a9yyh
Any update on this issue?
Any Update or has anyone manually added it?
As far as I know, the SDK privacy manifest file is only available for SDKs that use the privacy API. Does this plug-in need to provide a privacy file even if it does not use the privacy API?
The latest version of flutter_image_compress(2.2.0) is using SDWebImage 5.19.1(included privacy manifest file in version 5.18.7). The problem was resolved.