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.
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.