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??
Post
Replies
Boosts
Views
Activity
WWDC 2023 states that app developers should be provided with a Privacy Manifest.
And Apple released a list of influential libraries.
Should I add it in the case below as well??
If Apple is not the mentioned library
If 'Describing use of required reason API' is not used
Summary: Are all libraries subject to Privacy Manifest?
The 'Privacy Manifest' of the library downloaded from SPM is not recognized in the 'Privacy Report'.
I am using the library through SPM.
I asked the library developer to add Privacy Manifest, and it was completed.
But when I checked Archive on Xcode, it doesn't generate a report. How can I solve it??
What modifications should I ask library developers to make??
I've seen in other questions to check out "Do not embed". But it seems to be different from this situation.
(I am working on an iOS project.)
I'm looking into Privacy Manifest as an Apple policy change.
I have a problem here.. some of the libraries I use are no longer updating.
I can't find a library to replace it, so I'm going to fork the library, and I'm going to add Privacy Manifest.
Apple API Doc
I will download the fork library into my Mac and search the entire API list announced by Apple above through Xcode one by one.
If I find a problem API, I will add it to Privacy Manifest. Is this a good way to do it???
Is there any better way??
Wouldn't it be a problem for me to add??