Guideline 2.3.12
Guideline 2.3.12 - Accurate Metadata: Major Feature Shipped as 'Bug Fixes' Update
Our Take
Apple is rejecting your app update because significant new features or functionality were added, but the What's New text only mentions 'Bug fixes' or 'Performance improvements'. Apple requires that the What's New section accurately describe changes users will notice, especially new features that change the app's behavior or add capabilities. This guideline was added because developers were using vague release notes to slip major changes past review. Apple wants users to know what's changing in each update, and they also use the What's New text to focus their own review efforts. If you ship a completely redesigned home screen but write 'Bug fixes,' the reviewer has to discover the changes on their own, which wastes their time and triggers suspicion. The rejection is typically triggered when: (1) the binary diff shows major changes but the What's New is minimal, (2) the reviewer discovers undocumented features during testing, or (3) the app's behavior differs significantly from the previous version without explanation.
Resolution Guide
List all user-facing changes
Go through your commit history or release notes and identify every change a user would notice: new features, UI changes, behavior changes, new permissions, new IAP.
Write descriptive What's New text
Use bullet points or short paragraphs to describe each significant change. Lead with the biggest changes.
Be specific
Instead of 'Performance improvements', write 'Reduced app launch time by 40%' or 'Fixed a crash when opening large files.' Users and Apple both appreciate specificity.
Update review notes too
If you have major changes, update the Review Notes field with testing instructions for the new features.
Keep bug fixes too
You can still mention bug fixes, but they shouldn't be the only thing listed when there are major new features.
Prevention
Example Rejection Email
Before & After
What's New: 'Bug fixes and performance improvements.'
What's New: 'New in v4.0:\n- Dark mode support across all screens\n- Redesigned home feed with personalized recommendations\n- Added video messaging in chats\n- New subscription tier: Premium Plus ($9.99/mo)\n\nBug Fixes:\n- Fixed crash when uploading images over 10MB\n- Fixed notification badge count not clearing'
What changed: Every significant user-facing change belongs in What's New. Be specific about both features and fixes.
Community Solutions · 0
Sign in to share your solution.
More Guideline 2 (Performance) rejections
- Guideline 2.1 - App Completeness: App Crashes During Review
- Guideline 2.1 - App Completeness: App Requires External Hardware Not Provided for Review
- Guideline 2.1 - App Completeness: Crashes on Launch
- Guideline 2.1 - App Completeness: Demo Account Not Working
- Guideline 2.1 - App Completeness: IAP Products Not Found in Binary
- Guideline 2.1 - App Completeness: Missing App Icon