Can anyone add Privacy Manifest???

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

Answered by yokemuratakeshi in 777187022

My opinion: Once you forked the library it is separated from the original, and now YOU are responsible to declare the data collection. So you MUST add Privacy Manifest to the fork.

Anyone correct me if I was wrong.

Accepted Answer

My opinion: Once you forked the library it is separated from the original, and now YOU are responsible to declare the data collection. So you MUST add Privacy Manifest to the fork.

Anyone correct me if I was wrong.

this is a cocoapods plugin to manager privacy Manifest .https://github.com/ymoyao/cocoapods-privacy

Can anyone add Privacy Manifest???
 
 
Q