The new iPad mini looks like a great device, and has a "larger" screen than the previous version (8.3", vs 7.9").
But looking at the actual resolution, we have:
• iPad mini 5: 2048 x 1536
• iPad mini 6: 2266 x 1488
That is, the "width" (or "height", in portrait mode) is smaller!
Since the iPad was introduced, I've been aiming iPad apps at a minimum dimension of 1536 (actually 768, pre-Retina).
Now, that content may not fit!
It's not a massive difference, but it could be significant.
Do I really have to go back to my apps, and add scrolling, or trim the content?
I didn't notice any mention of this during the presentation (which seemed consumer-oriented, rather than developer-oriented).
Does anyone else think this could turn out to be a serious issue?
And here (finally?) is Apple's statement on the need to recompile full-screen apps for the iPad Mini 6:
...if you’ve added UIRequiresFullScreen=YES to your app’s Info.plist in order to keep your app full screen during multitasking, you’ll need to recompile with Xcode 13 and the SDK for iPadOS 15 to take advantage of the full screen size
See https://developer.apple.com/news/?id=oefg5bhp&1632770922
Otherwise, your "full-screen" app will be displayed with black bars.
So the answer to my original question...
Do I really have to go back to my apps, and add scrolling, or trim the content?
For full-screen apps:
- Recompile with Xcode 13 and the SDK for iPadOS 15
- Resubmit to the App Store