Hi, there is video from WWDC with general explanation and examples of privacy manifest https://developer.apple.com/wwdc23/10060
but there is more general question for Apple to clarify: many libraries consider this issue as addressed by adding empty PrivacyInfo.xcprivacy without specifying NSPrivacyAccessedAPIType and NSPrivacyAccessedAPITypeReasons, for example https://github.com/flutter/packages/pull/5846/files?file-filters%5B%5D=.xcprivacy&show-viewed-files=true - it's really confusing as it shouldn't be working "fix" or I totally misunderstood logic behind adding these files (in my opinion they should follow same logic as we used previously with eg Photos or Location access - you declare privacy data type and provide description).