wallet-core icon indicating copy to clipboard operation
wallet-core copied to clipboard

Will TrustWalletCore support Privacy manifest files and Signatures?

Open Sunshineyg00 opened this issue 1 year ago • 1 comments

Hi,

I noticed that TrustWalletCore may use some APIs listed below, which are required reason APIs: st_blocks fstat lstat mach_absolute_time ...

So TrustWalletCore may need to include a privacy manifest file that reports the API to satisfy the Apple requirement in https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc

Thank you very much.

Sunshineyg00 avatar Apr 30 '24 06:04 Sunshineyg00

Hi @Sunshineyg00, thank you for the note! mach_absolute_time - will be removed when the next Protobuf C++ library will be available Regarding the other APIs, I'll investigate what can be done

satoshiotomakan avatar May 02 '24 08:05 satoshiotomakan