I got the issue in my Policies I don’t know why? Even I follow all Instruction that apple provide on their official Page. But could not find any solution here.
I also followed ITMS-91053: Missing API declaration – Privacy on StackOverflow
Here is my PrivacyInfo.xcprivacy file
2
Answers
As the attached photo, your
NSPrivacyCollectedDataTypes
was empty. You need to provide at least one data type, which is listed here. i.e, You’re collecting user email for advertising purpose, it’s should be something like:Add the
NSPrivacyCollectedDataTypes
to your PrivacyInfo.xcprivacy file with an empty array.