fluttercandies / flutter_image_compress

flutter image compress
MIT License
632 stars 215 forks source link

[Add privacy manifest file for iOS] #295

Open mvn-hangtran-dn opened 4 months ago

mvn-hangtran-dn commented 4 months ago

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

cocoa78 commented 4 months ago

Apple saying that the requirement will take effect May 1st: https://developer.apple.com/news/?id=3d8a9yyh

ilpeppone7 commented 4 months ago

Any update on this issue?

FaiazRahman100 commented 3 months ago

Any Update or has anyone manually added it?

CaiJingLong commented 3 months ago

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?

mvn-hangtran-dn commented 3 months ago

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.