hui-z / image_gallery_saver

flutter中用于保存图片到相册的Plugin
MIT License
271 stars 346 forks source link

Add iOS privacy manifests #285

Open JohnSmith0922 opened 6 months ago

JohnSmith0922 commented 6 months ago

Description (What is the problem)

By Apple's Privacy manifest guidelines, some action will be required such as adding an empty privacy manifests file even if you are not collecting anything.

Apple's document: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files See https://github.com/flutter/flutter/issues/131940 for more context.

Solution suggestion

Add privacy manifests file (PrivacyInfo.xcprivacy) according to libraries privacy usage.

The following is an example of an empty privacy manifests file if this library is not collecting anything. device_info_plus/ios/PrivacyInfo.xcprivacy

Samo8 commented 4 months ago

When can we expect PrivacyInfo to be merged and new version release on pub.dev? The from Apple deadline is close. Thank you

AlehSabadashGmail commented 4 months ago

I am waiting too

ryukukimura commented 4 months ago

I'm also waiting for this to be merged. Thanks for your great work!

hk-kyon commented 3 months ago

I am waiting too.