natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
83 stars 12 forks source link

Compliance with Apple's Privacy Manifests #218

Closed natsuk4ze closed 2 months ago

natsuk4ze commented 3 months ago

The purpose of this issue is to determine the policy for responding to Apple's Privacy Manifests.

Plugins that meet any of the following criteria should add PrivacyInfo.xcprivacy.

Currently, gal does not fall into either of these categories. Therefore, there are two options.

A. Do nothing. B. Add an empty PrivacyInfo.xcprivacy

It seems better for the developer to take option B so that it is clear whether or not gal is already compatible with Privacy Manifests, but there is no need to rush and it can be done after sufficient research.

natsuk4ze commented 2 months ago

I will close this issue for now. If we encounter any problems, reopen it.