Issue with Privacy Manifest
Two cases about Privacy manifests:
1) I have provided in App-level privacy manifest, information about used APIs, but after review I get such and other related warnings, for example in case of UserDefaults:
ITMS-91053: Missing API declaration - Your app’s code in the “Invoice Maker” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryUserDefaults
But reason is provided in PrivacyInfo.xcprivacy.
Does someone experienced such situation and is there any information how to solve this?
2) For now in Privacy report there is Manifest information only from third-party libraries. What need to be done to include App-level privacy manifest in final privacy report for generated builds?