Should Privacy Manifest be applied to all third party libraries??

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

  1. If Apple is not the mentioned library
  2. If 'Describing use of required reason API' is not used

Summary: Are all libraries subject to Privacy Manifest?

Add a privacy manifest to your third-party library if the library meets the following conditions:

If your project includes a third-party library or other third-party SDK that meet the above conditions, request an updated version of the SDK that includes a privacy manifest from their developer. If you own the SDK, add it yourself.

@DTS Engineer

If there is nothing that meets the conditions, is it okay not to add it?

Should Privacy Manifest be applied to all third party libraries??
 
 
Q