Skip to content

iOS privacy manifest guidance for precompiled SQLite in sqlite3 3.5.1 #410

Description

@KS3005

We use Dart sqlite3 3.5.1 with Flutter/Drift on iOS. Our Release output contains sqlite3.framework, reports SQLite 3.53.4 in its binary strings, and imports statfs/fstatfs and stat/fstat/lstat. We found no PrivacyInfo.xcprivacy inside this framework.

Could you confirm the source revision and relevant compilation flags used for the precompiled iOS arm64 binary, and whether there is a supported privacy manifest integration or documented guidance for these APIs?

The corresponding upstream os_unix.c appears to use statfs/fstatfs for filesystem type/mount flags rather than disk capacity. We are seeking clarification from Apple rather than assuming E174.1 applies. Are there existing upstream discussions or supported build options addressing this? We do not want to alter database locking behavior or replace the database engine without assessing data safety and compatibility.

This is a pre-submission review, not a reported App Store rejection.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions