Apple’s numbers, Apple’s sentences, and the list of what Apple has not said

iPhone Duo for developers

Two displays, one hinge, and a six-week gap between the specification and the hardware. This is what Apple has published about iPhone Duo for people who ship apps, each fact with the page it came from, and two tools built on nothing else.

Every fact re-read from Apple on 2026-09-13. Ships 23 October 2026.

Readiness scan

Paste Swift or pick a folder. Finds the patterns Apple names — main screen, orientation, symmetric insets, UIRequiresFullScreen — with the quote beside each. Nothing uploaded.

Mockup and fold

Your screenshots inside Apple’s official Duo bezel, folded in 3-D through five poses — as PNG or a WebM of it opening. Shows how much of a 1 : 2.17 screenshot the Duo shape keeps.

Screenshot designer

Compose actual App Store screenshots at Apple’s two Duo sizes, exported as JPEG — the format Apple accepts — ready for when uploads open.

The two displays

DisplayDiagonalPanel pixelsppiShapeSize class, per Apple
Outer display (closed)5.4(5.36″ rect.)1398 × 20344601 : 1.45Apple: "The outer display behaves like other iPhone models".
Inner display (open)7.6(7.58″ rect.)1878 × 26704301 : 1.42Apple: "the inner display is regular in both dimensions, leaving room for sidebars".

Apple’s footnote: “The iPhone Duo displays have rounded corners that follow a beautiful curved design, and these corners are within a standard rectangle. When measured as a standard rectangular shape, the screens are 7.58 and 5.36 inches diagonally (actual viewable area is less).” Both panels: ProMotion technology with adaptive refresh rates up to 120Hz. Body 164.6 × 117.8 × 5.2 mm open, 84.1 × 117.8 × 11.3 mm closed, 254 g.

Point sizes: none published. Apple gives pixels and ppi and no scale factor. The outer panel’s 460 ppi sits in the band of Apple’s 3× iPhones and its pixels divide by three; the inner panel is 430 ppi. The circulating point figures are pixels ÷ 3, labelled an inference by their author. This page prints none.

App Store screenshots

Outer1398 × 20341 : 1.45
Inner2007 × 28531 : 1.42
  • Not stated as required. Of 18 device cards on Apple’s page, 16 carry a requirement or a scaling note. The Duo card carries neither, and nothing in the fallback chain points at it.
  • Inner screenshot ≠ inner panel. 2007 × 2853 is 6.9% larger on each axis than the 1878 × 2670 panel — 14.2% more area. Both numbers are Apple’s; neither page explains it.
  • “Consistent” aspect ratio. Apple’s marketing page says so; its spec sheet divides to shapes 2.3% apart. Defensible as a word, not close enough to lay one asset out against both.
  • Cannot be uploaded yet.Support for uploading assets for iPhone Duo in App Store Connect will be available later this year.App Store Connect

App previews

Apple’s app preview specification has an iPhone Duo row. Accepted resolution 886 × 1920 portrait (the transpose landscape) — the same figure as every current iPhone — in H.264 and ProRes 422 (HQ only), 1530 seconds at 30 fps.

The same row labels the Duo’s device resolutions “19.5:9 aspect ratio”. 2853 ÷ 2007 is 1.42 : 1, not 2.17 : 1; the label is the one every other iPhone row carries. Reported, not corrected — it is Apple’s to reconcile.

The row also carries the “later this year” note, so a Duo preview has a published size and no upload path. The mockup tool’s WebM is not one — different format, different size, a frame in the picture.

What Apple says to change in your code

From the Tech Talk Prepare your app for iPhone Duo, verbatim. There is no device family, capability key or plist declaration — the SDK you build against is the only lever Apple documents.

Your app runs on iPhone Duo even without recompiling, but screen usage improves with each SDK.” “The iOS 27 SDK extends your app left of the status bar on the inner display; the iOS 27.1 SDK reaches the screen edge and lays standard navigation and toolbar buttons out vertically.
Don't reference the main screen on a two-display device — it's ambiguous and will be deprecated.
The inner display doesn't honor supported interface orientations, so use size classes rather than orientation for layout decisions.
Safe areas and layout margins are often asymmetric on iPhone Duo, so handle each side independently and test in Split View.
New in iOS 27.1, ReservedRegion in SwiftUI and UIViewReservedRegion in UIKit let custom UI claim as much screen space as possible without colliding with system UI — useful for custom bars and edge-to-edge designs.

Separately, UIRequiresFullScreen is deprecated as of iOS 26.0 on its own reference page: “Opting out of iPad multitasking and dynamic resizing is deprecated. Use a combination of UISceneSizeRestrictions and prefersInterfaceOrientationLocked to replace some of the behaviors of UIRequiresFullScreen.” And UIScreen.main is marked deprecated in iOS 26.0: “Apple discourages the use of this symbol. Use a UIScreen instance found through context instead. For example, reference the screen that displays a view through the screen property on the window scene managing the window containing the view.

Is the simulator out? Three Apple statements

  • reads as shippedDownload Xcode 27.1 and run your app in the iPhone Duo simulator using DeviceHub.Tech Talk
  • reads as not shippedXcode 27.1 beta — Coming later this monthApple Developer
  • reads as not shippedLatest Xcode entry: Xcode 27 RC (27A266a), September 9, 2026. No Xcode 27.1 beta listed.Apple Developer

Plan on the two. The Tech Talk’s chapter text is written against a build you may not have. When it lands, Apple says: “Your app runs on iPhone Duo even without recompiling” and the simulator’s controls “let you open, close, rotate, and fold the device to check your layout in every pose.”

Dates

  1. 9 September 2026Announced; HIG page, Tech Talks and App Store Connect sizes published Apple Newsroom
  2. 16 September 2026iPhone Duo Group Lab, 8–9 p.m. PT Apple Developer
  3. 17 September 2026iPhone Duo Group Lab, 8–9 a.m. PT Apple Developer
  4. 23 September 2026SwiftUI, UIKit and Photos & Camera Q&As Apple Developer
  5. “Coming later this month”Xcode 27.1 beta with the Duo simulator Apple Developer
  6. “Coming later this month”"Preparing your app for iPhone Duo" documentation Apple Developer
  7. 16 October 2026Pre-orders open Apple Newsroom
  8. 23 October 2026On sale in more than 70 countries and regions Apple Newsroom
  9. 30 October 2026On sale in 28 more countries and regions Apple Newsroom
  10. “later this year”App Store Connect accepts Duo screenshots and previews App Store Connect

Rows in amber are Apple’s words where a date would be. They are not dates and are not turned into them.

What Apple has not published

Each absence below was checked, not assumed — the second column says how. This is the list that will be filled in by guesswork over the next month, and the reason this page exists.

Not publishedWhat was checked
Point dimensions or a scale factor for either displayThe HIG Layout page’s change log records per-device specifications for every iPhone since 2024 and names the Duo nowhere. The specifications page gives pixels and ppi only. The circulating 626 × 890 and 466 × 678 are pixels ÷ an assumed 3×, labelled an inference by their own author.
Whether iPhone Duo screenshots are required, or what happens if you omit themThe Duo card on the screenshot specifications page carries no "Required if…" row and no scaling note; 16 of the other 18 cards carry one or both. Nothing in the iPhone fallback chain points at it.
A date App Store Connect will accept Duo assetsBoth specification pages say "later this year" and nothing more precise.
A device family, capability key, plist declaration or second binaryEleven Apple pages searched for UIRequiredDeviceCapabilities, UIDeviceFamily, "device capabilit" and "Designed for iPhone": zero hits in every file. Apple’s only lever is the SDK you build against.
A deadline by which apps must adopt the iOS 27.1 SDKApple’s Get Ready page contains no "deadline", "mandatory", "required by" or "no later than". A date circulating in forums has nothing attached to it.
How an app is asked to draw while the hinge is partially openApple’s sample tests hinge.status == .partiallyOpen and reads an angle. The HIG describes a folding region that "divides the inner display into multiple usable regions". Neither states what a scene’s bounds are during the fold.
What ArrangementView’s .split and .overlay do beyond the Tech Talk’s sampleThe "Preparing your app for iPhone Duo" guide is listed as "Coming later this month" on Apple’s Duo developer page. Symbol names on a talk page are not a specification.
Any commercial effect of adapting — conversion, ranking, featuring, downloadsEleven Apple pages searched for "conversion", "convert better", "more downloads", "rank higher", "featured more" and "boost": zero matches. Apple’s two Duo developer surfaces do not mention the App Store.
Whether the Duo simulator is available todayThree Apple statements disagree — see the tooling table. Plan on the two that say it is not out.

Written up on the blog

Questions people type

What are the iPhone Duo screen sizes?
Apple's specifications give the inner display as 7.6-inch, 1878 × 2670 pixels at 430 ppi, and the outer as 5.4-inch, 1398 × 2034 at 460 ppi. Apple has published no point dimensions and no scale factor; the point sizes circulating are arithmetic from an assumed 3×.
What screenshot sizes does the App Store want for iPhone Duo?
App Store Connect lists 1398 × 2034 for the outer display and 2007 × 2853 for the inner, portrait, with landscape as the transpose. The card carries no requirement and no scaling note, and Apple says uploads open "later this year".
Do I need to update my app for iPhone Duo?
Apple states your app runs on iPhone Duo without recompiling and that screen usage improves with each SDK. There is no device family, capability key or plist declaration, and no deadline Apple has published. The lever Apple documents is which SDK you build against, plus the layout assumptions the Tech Talk names.
When does iPhone Duo ship?
Pre-orders open 16 October 2026 and the device goes on sale 23 October 2026 in more than 70 countries and regions, with 28 more on 30 October, from $1,999 in the US.
Is the iPhone Duo simulator available?
Apple's Tech Talk says to download Xcode 27.1 and use the Duo simulator in Device Hub; Apple's Duo developer page lists Xcode 27.1 beta as "Coming later this month", and the releases page lists no 27.1 beta. Two Apple statements of three say it is not out yet.
What code should I check for iPhone Duo?
The Tech Talk names four things: do not reference the main screen on a two-display device, use size classes rather than orientation for layout, handle each safe-area edge independently because insets are often asymmetric, and adopt ReservedRegion for custom edge-to-edge UI in the iOS 27.1 SDK. UIRequiresFullScreen is separately deprecated as of iOS 26.

Appstro is not affiliated with Apple. iPhone and iPhone Duo are trademarks of Apple Inc. Nothing on this page was run on hardware or in a simulator; it is a reading of Apple’s pages on 2026-09-13, and the tools linked from it make no claim that adapting to the Duo moves downloads, ranking or conversion — Apple makes none either.

About this tool

What has Apple actually published about iPhone Duo for developers?

Apple announced iPhone Duo on 9 September 2026 and published, on the same day, a HIG page, six Tech Talks, a specifications sheet and two App Store Connect specification cards. The device does not reach a customer until 23 October. That six-week gap is where an invented number does the most damage, because nothing can be checked against hardware yet.

This page is every fact from those pages in one place, each with the page it came from — panel pixels, ppi, the two screenshot sizes, the preview row, the dates, the code Apple says to change — and a table of what Apple has NOT published, with a note of what was checked to establish each absence. Two tools are built on nothing else: a readiness scan over your own source, and a mockup of both displays on a neutral frame.

How it works
  1. 1Read the displays table for pixels, ppi and shape. There are no point sizes because Apple has published none; the figures circulating are pixels divided by an assumed scale factor.
  2. 2Read the App Store section for the two screenshot sizes and the preview row, both from App Store Connect’s specification pages. Neither can be uploaded yet, and the screenshot card states no requirement.
  3. 3Read the code section for the four things Apple’s Tech Talk says to change, verbatim, then run the readiness scan over your project to find them.
  4. 4Read the tooling table before you plan around the simulator: three Apple statements disagree on whether Xcode 27.1 is out.
  5. 5Read the "not published" table before you believe a number about the Duo from anywhere, including here.
What it cannot tell you
  • Nothing on this page was run on hardware or in a simulator. It is a reading of Apple’s pages on the date shown, re-fetched rather than recalled.
  • It cannot tell you whether adapting to the Duo does anything for your downloads, ranking or conversion. Across eleven Apple pages there is no such claim, and none is made here.
  • It cannot tell you what the new APIs do beyond their names. ArrangementView, ReservedRegion and the hinge status appear as symbols on Tech Talk pages; Apple’s guide for them is listed as coming.
  • It cannot name the point size of either display, whether Duo screenshots are required, or the date uploads open. Apple has not, so this page does not.
Questions

What is the iPhone Duo screen resolution?

Apple’s specifications give the inner display as 1878 × 2670 pixels at 430 ppi and the outer as 1398 × 2034 at 460 ppi. The inner App Store screenshot size, 2007 × 2853, is a different number from the inner panel, and both are Apple’s.

Are iPhone Duo screenshots required in App Store Connect?

Apple has not said. The Duo card on the screenshot specifications page carries no requirement and no scaling note, unlike 16 of the other 18 device cards. Uploads open "later this year".

Does my app need a new build for iPhone Duo?

Apple states your app runs on iPhone Duo without recompiling and that screen usage improves with each SDK — the iOS 27 SDK widens it on the inner display, the iOS 27.1 SDK reaches the edge and lays bars out vertically. There is no device family, capability key or deadline.

What is the iPhone Duo point size?

Unpublished. Apple gives pixels and ppi and no scale factor. The 626 × 890 and 466 × 678 figures circulating are pixels divided by an assumed 3×, and their own author labelled them an inference.