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

[iOS]: Add Privacy Manifest file #3830

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

satoshiotomakan
Copy link
Collaborator

Description

Add Privacy Manifest file with the required reason API used in WalletCore on iOS.

API documented:

  • mach_absolute_time (System Boot Time API) - 35F9.1

Declare this reason to access the system boot time in order to measure the amount of time that has elapsed between events that occurred within the app or to perform calculations to enable timers.

  • fstat, lstat (Disk Space API) - 85F4.1

Declare this reason to display disk space information to the person using the device. Disk space may be displayed in units of information (such as bytes) or units of time combined with a media type (such as minutes of HD video).
Information accessed for this reason, or any derived information, may not be sent off-device.

  • stat, fstat, lstat (File Timestamp API) - C617.1

Declare this reason to access the timestamps, size, or other metadata of files inside the app container, app group container, or the app’s CloudKit container.

Copy link

github-actions bot commented May 7, 2024

Binary size comparison

➡️ aarch64-apple-ios: 11.72 MB

➡️ aarch64-apple-ios-sim: 11.72 MB

➡️ aarch64-linux-android: 15.22 MB

➡️ armv7-linux-androideabi: 12.71 MB

➡️ wasm32-unknown-emscripten: 10.55 MB

@satoshiotomakan satoshiotomakan merged commit b002af3 into master May 10, 2024
13 checks passed
@satoshiotomakan satoshiotomakan deleted the s/ios-privacy-manifest branch May 10, 2024 10:52
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

Successfully merging this pull request may close these issues.

Will TrustWalletCore support Privacy manifest files and Signatures?
2 participants