Privacy manifest files for SDKs

As the new requirement for Privacy manifests is coming this Spring 2024 (https://developer.apple.com/news/?id=r1henawx), Apple released a list of SDK's that need to comply with this requirement and provide a privacy manifest file: https://developer.apple.com/support/third-party-SDK-requirements/

I have a SDK project that does not fall under the mentioned requirements。

  1. collects data
  2. uses of required reason API
  3. includes listed Third-party SDK

I have some questions:

  1. Do I need to include a privacy manifest file in my SDK project?
  2. if so, is a blank privacy manifest file included in the SDK?
  3. if not, is it possible to publish an App that use my SDK, without a privacy manifest file?