davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
99 stars 44 forks source link

Support Privacy Manifest and Required APIs in iOS #88

Closed mvn-hieutran-hn closed 5 months ago

mvn-hieutran-hn commented 6 months ago

This plugin used the sqflite plugin that is listed on https://developer.apple.com/support/third-party-SDK-requirements/ as requiring a privacy manifest.

The sqflite plugin added iOS/MacOS privacy manifest on version 2.3.1: https://pub.dev/packages/sqflite/changelog

See https://github.com/flutter/flutter/issues/131940 for context.

Is there a plan to include the PrivacyInfo.xcprivacy manifest as required by Apple?

Many thanks!

davidmartos96 commented 5 months ago

This is now done in the latest published version. Thanks for reporting!