General
PromptBeginner5 minmarkdown
**What Apple checks:** Every `NSUsageDescription` key in `Info.plist` must be present for each permission requested
and the description must be specific and honest. Vague strings like We need this or Required for the app cause rejection.
0