Skip to content

fix(ios): declare all 4 iPad orientations (App Store error 90474) - #29

Closed
pythonsst wants to merge 1 commit into
mainfrom
fix/ipad-orientations
Closed

fix(ios): declare all 4 iPad orientations (App Store error 90474)#29
pythonsst wants to merge 1 commit into
mainfrom
fix/ipad-orientations

Conversation

@pythonsst

Copy link
Copy Markdown
Owner

Build 45 was rejected during App Store processing with error 90474:

you need to include all of Portrait, PortraitUpsideDown, LandscapeLeft, LandscapeRight to support iPad multitasking.

Making the app universal (iPad) requires iPad apps that aren't full-screen-only to declare all four orientations. Our plists only had three (missing PortraitUpsideDown).

Fix

Add UISupportedInterfaceOrientations~ipad with all 4 orientations to dev/staging/prod Info.plists. iPhone keeps its existing 3-orientation set (the ~ipad key only affects iPad).

Next

Merge → rebuild (build 46) → resubmit. Build number auto-increments.

🤖 Generated with Claude Code

Making the app universal requires iPad apps (not full-screen-only) to
support all four orientations. Add UISupportedInterfaceOrientations~ipad
with Portrait, PortraitUpsideDown, LandscapeLeft, LandscapeRight to all
three schemes. iPhone keeps its existing 3-orientation set.

Fixes the App Store processing rejection of build 45 (error 90474).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@pythonsst

Copy link
Copy Markdown
Owner Author

Superseded by the consolidated PR (workflow + iPad orientation fix in one).

@pythonsst pythonsst closed this Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant