Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy manifest file for iOS is missing #451

Closed
1 task
oremlawi opened this issue Apr 4, 2024 · 2 comments
Closed
1 task

Privacy manifest file for iOS is missing #451

oremlawi opened this issue Apr 4, 2024 · 2 comments

Comments

@oremlawi
Copy link

oremlawi commented Apr 4, 2024

🚀 Feature Requests

Kindly consider adding a privacy manifest to your library following the new apple policy by adding PrivacyInfo.xcprivacy file to your project.

Contextualize the feature

For more information, please check Apple's documentation.

Platforms affected (mark all that apply)

  • 📱 iOS
@nnk-ymmt
Copy link

Hello @mvanbeusekom

flutter_cache_manager seems to be using sqflite.
It's already added PrivacyInfo.xcprivacy at v2.3.1.
Please upgrade the version.

Thanks.

@mvanbeusekom
Copy link
Member

Hi @nnk-ymmt,

The flutter_cache_manager uses the following constraint for the sqflite plugin: ^2.0.0+4.

Notice the ^, this means all minor and patch updates should automatically be resolved. Meaning if you run a flutter pub upgrade the latest version of sqflite (version 2.3.3 at the time) will used. You can check the actual version being used in the pubspec.lock file of your application.

In other words this should not be a blocker. Otherwise the flutter_cache_manager doesn't contain any native iOS code and should not need a PrivacyInfo.xcprivacy file.

Just for everybody's sanity I have created a PR updating all dependencies: #453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants