Do I also need PrivacyManifest for the .a library I made for internally use?

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

Answered by endecotp in 779433022

do you mean I can add PrivacyInfo to the app project?

Yes.

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.

@endecotp

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

Accepted Answer

do you mean I can add PrivacyInfo to the app project?

Yes.

@endecotp

Some people say static libraries should be changed to a framework, what do you think of this? Is it necessary?

Do I also need PrivacyManifest for the .a library I made for internally use?
 
 
Q