Question: How to support landscape-only on iPad app after 'Support for all orientations will soon be required' warning

Dear Apple Customer Support,

I’m developing a new Swift iPadOS app and I want the app to run in landscape only (portrait disabled).

In Xcode, under Target > General > Deployment Info > Device Orientation, if I select only Landscape Left and Landscape Right, the app builds successfully, but during upload/validation I receive this message and the upload is blocked:

“Update the Info.plist: Support for all orientations will soon be required.”

Could you please advise what the correct/recommended way is to keep an iPad app locked to landscape only while complying with the current App Store upload requirements? Is there a specific Info.plist configuration (e.g., UISupportedInterfaceOrientations~ipad) or another setting that should be used?

Thank you,

Question: How to support landscape-only on iPad app after 'Support for all orientations will soon be required' warning
 
 
Q