Post

Replies

Boosts

Views

Activity

Comment on Do Static Libraries need a PrivacyInfo.xcprivacy file? or they use the App-Level one?
@TheDarkMatter Thank you for your response. Our team is trying to do the same. The reason is because [1. Static libraries are included in the app. 2. Static libraries cannot contain resources. 3. Apple has not given us any specific countermeasures for static libraries. 4. It doesn't make sense to stop using static libraries.].
Mar ’24
Comment on How to provide a privacy manifest for a SDK shipped as a static library
@TorongoAzad Thank you for your answer, but I didn't get it right because I'm a beginner. The static library I have now is in C and C++ in an Xcode environment. And when I build here, a .a file is created and brought to my app and I'm using it. When you open a static library project with Xcode and add PrivacyInfo, it is not targeted. Can you explain 'create a separate resource bundle target' in detail?? I'm still very bad at dealing with libraries.
Topic: Privacy & Security SubTopic: General Tags:
Feb ’24