Closed selvam4274 closed 7 months ago
Great! It seems that the empty privacy manifest might be unnecessary. What do you think?
IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used? - https://forums.developer.apple.com/forums/thread/746481?answerId=782256022#782256022
If your framework doesn't require a privacy manifest, do nothing. Avoid adding an empty privacy manifest to your framework.
Great! It seems that the empty privacy manifest might be unnecessary. What do you think?
IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used? - https://forums.developer.apple.com/forums/thread/746481?answerId=782256022#782256022 If your framework doesn't require a privacy manifest, do nothing. Avoid adding an empty privacy manifest to your framework.
@elmetal Thanks for bringing this up. It's an interesting point regarding the necessity of the PrivacyManifest.xcprivacy file, especially, I referred Snapkit
listed under https://developer.apple.com/support/third-party-SDK-requirements
With empty privacy manifest
We can avoid unnecessary app rejection or the need to appeal a review by simply not adding this.
Privacy Manifests: https://developer.apple.com/support/third-party-SDK-requirements/
App Store Connect upload requirement https://developer.apple.com/news/?id=fxu2qp7b
Why
What
Test Case