Our company has a library that can be used internally.
This is being used as a .a file.
The languages are in C and C++.
C code contains stat. Is this the same stat as Apple refers to??
How do you solve this??
Our company has a library that can be used internally.
This is being used as a .a file.
The languages are in C and C++.
C code contains stat. Is this the same stat as Apple refers to??
How do you solve this??
C code contains stat. Is this the same stat as Apple refers to??
Yes.
How do you solve this??
You need to declare your reason for using stat()
in thr app’s privacy manifest. It doesn’t matter that it is in a static library.
Thank you for your quick response.
By "app's", do you mean I can add PrivacyInfo to the app project??
I understand that open sources add PrivacyInfo to their library projects.
But should I simply add it to my app project??
do you mean I can add PrivacyInfo to the app project?
Yes.
Some people say static libraries should be changed to a framework, what do you think of this? Is it necessary?