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