I have an app that when submitting to the app store receives two warnings:
- ITMS-91054: Invalid API category declaration – The PrivacyInfo.xcprivacy for the “YYY” file contains “System Boot Time” as the value for a NSPrivacyAccessedAPIType key, which is invalid.
- ITMS-91053:** Missing API** declaration – Your app’s code in the “YYY” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategorySystemBootTime.
There is also the same warning about one of the files in the project:
ITMS-91054: Invalid API category declaration – The PrivacyInfo.xcprivacy for the “build_wireguard_go_bridge.pl” file contains “System Boot Time” as the value for a NSPrivacyAccessedAPIType key, which is invalid.
I tried to submit an app three times with different variants of NSPrivacyAccessedAPITypeReasons for “System Boot Time” but received the same warning each time.
What do you think I should add to the PrivacyInfo to suppress these warnings?
shahhmatist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.