Executive Summary
The real purpose of App Store 5.1.1 is to let reviewers decide, very quickly, whether your data collection is transparent, whether your permissions are reasonable, and whether your explanations can be verified. Many teams are not failing because they did nothing. They fail because each piece says something different. The privacy questionnaire is conservative, while the app still runs analytics or ad SDKs. The policy page mentions location, while the app asks for permission in an unrelated moment with no explanation. That kind of fragmented disclosure is what creates rejection risk.
The stronger remediation approach is to treat privacy as one aligned flow. Start with the real data map: what is collected, by which SDK, on which screen, and for what purpose. Then align your App Store privacy questionnaire, permission purpose strings, ATT timing, policy page, and account deletion path. Only after those are unified should you write Review Notes explaining what changed and how Apple can verify it.
- Map real data flow first. Write declarations second.
- Permission prompts should point to a specific visible feature, not generic “better experience” wording.
- The questionnaire, ATT flow, privacy policy, and in-app behavior must tell the same story.