flutter_image_compress icon indicating copy to clipboard operation
flutter_image_compress copied to clipboard

[Add privacy manifest file for iOS]

Open mvn-hangtran-dn opened this issue 10 months ago • 5 comments

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

mvn-hangtran-dn avatar Apr 01 '24 05:04 mvn-hangtran-dn

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

cocoa78 avatar Apr 06 '24 06:04 cocoa78

Any update on this issue?

ilpeppone7 avatar Apr 18 '24 15:04 ilpeppone7

Any Update or has anyone manually added it?

FaiazRahman100 avatar May 03 '24 04:05 FaiazRahman100

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?

CaiJingLong avatar May 08 '24 00:05 CaiJingLong

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.

mvn-hangtran-dn avatar May 14 '24 02:05 mvn-hangtran-dn