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。
- collects data
- uses of required reason API
- includes listed Third-party SDK
I have some questions:
- Do I need to include a privacy manifest file in my SDK project?
- if so, is a blank privacy manifest file included in the SDK?
- if not, is it possible to publish an App that use my SDK, without a privacy manifest file?