iPhone Duo for Developers: The 1.42 Problem and the SDK Gap

This post has not been translated yet, so you are reading the English original. Read it at the English URL

What does iPhone Duo change for iOS developers? Two displays with a shape no iPhone has had, Split View and two-window multitasking on a phone for the first time, StandBy on a screen that faces the room, Touch ID instead of Face ID, and a ship date of October 23 on iOS 27.1. Neither the iOS 27 nor the Xcode 27 release candidate notes mention the device. Apple’s developer page dates the Xcode 27.1 beta and the app-preparation guide to “later this month,” and six Tech Talks are up now with the rules: an app runs on the device without recompiling, only the iOS 27.1 SDK reaches the screen edge, and the inner display reports regular size classes in both dimensions.1451314 The spec sheet gives the numbers, and the talks give the rules.

Apple announced iPhone Duo on September 9, 2026, and posted its tech specs the same day.12 The developer story started thinner than the consumer one: one sentence about SDKs and Device Hub, one about third-party apps that have already adapted, and six weeks until the device ships. By early afternoon Apple had added a developer page and six Tech Talks, with the SDK beta and both written guides still forthcoming.1314 That gap is the reason to do the arithmetic now rather than wait for a sample project.

TL;DR: The inner display is 1878 by 2670 pixels, which at Apple’s usual 3x scale is 626 by 890 points, an aspect ratio of 1.42, close to the root-two ratio of A-series paper.2 The outer display is 1398 by 2034 pixels, 466 by 678 points, wider than an iPhone 18 Pro and more than a fifth shorter.23 Apple’s Tech Talks set the rules. An app built without the iOS 27 SDK runs at a familiar size when the device is open, the iOS 27 SDK extends it to the left of the status bar, and only the iOS 27.1 SDK reaches the screen edge. The inner display reports regular size classes both ways. An app that supports multiple instances on iPad supports them here, with new windows reserved for the inner display, and a camera capture accessory pairs UI on the outer display while the app stays on the inner one.14 StandBy runs on either display “even when it’s not charging.”1 The device uses Touch ID, so any “Use Face ID” string is wrong on it.2

What Apple has published, and what it has not

The press release gives developers two sentences. Apple’s own apps “are optimized for iPhone Duo, and developers can easily adapt their apps using the new and updated APIs in the latest SDKs, and upcoming support for iPhone Duo in Device Hub in Xcode.” Then: “Third-party apps, including Netflix, Zoom, and Slack, are already taking advantage of the folding design to deliver immersive experiences that make the most of the larger display and new ways to use iPhone Duo.”1

The word that matters is “upcoming.” The iOS and iPadOS 27 RC release notes carried RC titles when fetched on September 9, the day Apple’s releases feed timestamps the RC builds, and they contain no mention of iPhone Duo. Neither do the Xcode 27 RC notes, which describe Device Hub at length, including the resize mode this site’s resizable-iPhone checklist relies on.45 Apple’s documentation index shows no iPhone Duo page either. The device ships with iOS 27.1, Apple says, and Apple’s developer page now confirms the shape of the wait: “Xcode 27.1 beta,” described as the way to “build, run, and test your app for iPhone Duo,” is “coming later this month,” as is a guide titled “Preparing your app for iPhone Duo”; a design guide, “Designing for iPhone Duo,” is “coming soon.”13

What Apple published for developers on day one

The Get Ready for iPhone Duo page went up the day of the keynote; Apple’s developer news post announcing it is dated 11:00 a.m. PT, while the keynote was still running.13 It links six Tech Talks, available now: “Prepare your app for iPhone Duo,” whose description promises to show “how to opt in to the full-screen experience”; “Raise the bar with iPhone Duo,” on navigation, toolbars, and tab bars; “Strike a pose with adaptive layouts on iPhone Duo,” on “displacement design patterns”; the multiple displays and scenes talk, on “multiwindow and multidisplay experiences” and “dynamic window sizes”; “Build a great camera experience for iPhone Duo,” which names a “Virtual Front Camera”; and “Design for iPhone Duo.”14 The talks’ English subtitle tracks carry the rules the release did not, and this post quotes them with timestamps.

The page also schedules people. Online Group Labs run September 16 at 8 p.m. PT and September 17 at 8 a.m. PT, developer-forum Q&As on Photos and Camera, SwiftUI, and UIKit run September 23, and in-person workshops are “coming later this month.”13 The first talk’s opening minute is the compatibility policy in three tiers. “Your app will work on iPhone Duo even if you haven’t built it with the iOS 27 SDK,” David Jackson of the UI Frameworks team says at 0:29; closed, “your app will use the screen space to the left of the status bar and camera,” and open, “your app will be a familiar size and aspect ratio.” With the iOS 27 SDK, “your app will extend to the left of the status bar area on the inner display” (0:57). Only “when you build your app with the iOS 27.1 SDK, your app extends to the edge of the screen,” and “standard navigation and toolbar buttons now lay out vertically under the status bar” (1:05 to 1:11). The talk then points at Xcode 27.1 and its iPhone Duo simulator in Device Hub, with “control buttons at the bottom of the screen to open, close, rotate, or fold iPhone Duo” (1:16 to 1:25); the developer page dates that Xcode to later this month.1314

Until the SDK ships, the spec sheet and those six talks are the documentation. The first talk, inline:

Watch on Apple Developer ↗

The two displays, in points

The foldable iPhone half open in the keynote, showing the hinge and the two rear cameras

Frame from Apple’s September 9, 2026 event stream, 10:58 a.m. PT: the hinge and the rear cameras on the folding body.

Apple publishes pixel resolutions and pixel densities. Points are what your layout code sees, and Apple has not published point dimensions for iPhone Duo, so the table below assumes the 3x scale factor Apple uses on its 460-ppi iPhones, the scale Apple’s guidelines list for the identical 1206 by 2622 panel on iPhone 17 Pro, 402 by 874 points. Treat the point columns as arithmetic from Apple’s numbers, not as a spec.2311

Display Pixels Density Points at 3x Aspect ratio
iPhone Duo, inner (7.6-inch) 1878 by 2670 430 ppi 626 by 890 1.42
iPhone Duo, outer (5.4-inch) 1398 by 2034 460 ppi 466 by 678 1.45
iPhone 18 Pro (6.3-inch) 1206 by 2622 460 ppi 402 by 874 2.17
iPhone 18 Pro Max (6.9-inch) 1320 by 2868 460 ppi 440 by 956 2.17

Two things fall out of that table. The inner display is not a bigger phone. At 626 points wide in portrait it is 186 points wider than an iPhone 18 Pro Max in portrait, and in landscape it is taller than any iPhone is in landscape; its 1.42 ratio is nowhere near the 2.17 of the Pro line. The outer display is not a small phone either. It is 64 points wider than an iPhone 18 Pro and 196 points shorter, a shape no shipping iPhone has had.

Apple’s release adds the fact the table hides: “Both displays share the same aspect ratio, so content scales proportionally, ensuring visual continuity.”1 The pixel counts give 1.42 and 1.45, about 2 percent apart, so an image or a video frame composed for the inner display fits the outer one with a sliver of margin. Layout is a different matter, because the two displays report different size classes: the outer display is compact-width like every other iPhone in portrait, and the inner display is regular in both dimensions, as the size-class section covers. The first Tech Talk describes what that does to a split view: “When iPhone Duo is closed, columns will collapse to single-stack navigation. When open, columns will appear both tiled and as overlays” (5:19).14 The two shapes are new to iPhone; to your code they are one aspect ratio at two size classes.

Apple’s dimensions settle the default hold. Open, the device is 6.48 inches wide and 4.64 tall, so the inner display’s natural orientation is 890 points wide by 626 tall; closed, it is 3.31 inches wide and 4.64 tall, so the outer display is portrait. Open, it is 0.21 inch thick and weighs 8.96 ounces.2 Apple also moved the Dynamic Island to sit vertically on the side of both displays and pushed the Dock, Lock Screen controls, and app navigation to the side “to maximize vertical space for content.”1 So account for asymmetric leading and trailing safe-area insets: the first Tech Talk says “vertical bars provide leading and trailing insets” and to “avoid assuming that insets on opposite sides are equal” (6:18, 7:24).14 Any view that assumes the island sits at the top will be wrong here.

The 1.42 problem, and the 1.42 gift

An aspect ratio of 1.42 is within about half a percent of the square root of two, the ratio of A-series paper, which keeps its proportions when folded in half. An early top-level comment on the Hacker News thread spotted that, and it is a good way to think about the device: fold the inner display and you get two panels of the same shape.9

For 16:9 video, the ratio costs you. In landscape, the 890-point width limits a 16:9 frame on the inner display, so it renders at 890 by 501 points and leaves 125 points of letterbox split above and below, a fifth of the screen unused. On an iPhone 18 Pro in landscape, the 402-point height limits the same frame, so it renders at 715 by 402 points. In physical terms, from Apple’s densities, that is a 6.21-inch-wide picture on the Duo against a 4.66-inch one on the Pro, about 77 percent more area, with letterboxing you cannot avoid.23 Video apps get a bigger picture and a bigger black border at the same time.

For everything that is not video, the ratio is the gift. Documents, feeds, mail, code, and two-pane layouts are the shapes A-series paper exists for. The keynote showed exactly those layouts, a message thread beside a mail message, a magazine spread, and a team-chat app spread across the inner screen, and Apple’s release names Slack, a Siri conversation beside other content, and Split View with two apps side by side.1 The event post logs the keynote frames with timestamps. A NavigationSplitView that collapses in compact-width iPhone layouts can show tiled or overlaid columns on Duo’s regular-width inner display, which the next section covers.

Size classes: the inner display is regular, both ways

The first Tech Talk states the values. “On the outer display, like other iPhone models, iPhone Duo has regular vertical size class and compact horizontal size class in portrait, and compact vertical and horizontal size classes in landscape” (3:08). “On the inner display, the additional space lets you show more content like sidebars. As such, it has regular horizontal and vertical size classes” (3:20).14 For context, every iPad in Apple’s size-class table reports regular width in portrait, down to the 768-point iPad mini in that table, so the 626-point inner display joins the iPad column rather than the iPhone one.11

The same talk closes two doors. “The inner display doesn’t honor your supported interface orientations. As with Idiom, avoid checking interface orientation for layout decisions. Use size classes instead” (3:46 to 3:55), and “on a device with two displays, avoid referencing the main screen in your code” (3:57).14 The safe code reads horizontalSizeClass from the environment, or the trait collection in UIKit, and lays out from it.8 That is also a step in the checklist, which retires orientation checks for size classes because iOS 27 decouples orientation from resizability.

Multitasking arrives on iPhone

X-ray style view of the foldable iPhone's internals from the keynote: two battery cells split across the hinge, with the A20 Pro on the logic board

Frame from Apple’s September 9, 2026 event stream, 11:09 a.m. PT: a battery in each half and the A20 Pro on the board.

Apple’s release lists Split View for two apps side by side “on iPhone for the first time,” two windows of the same app “like Safari,” and saved app pairs.1 The multiple displays and scenes talk confirms the mechanism: “iPhone Duo is the first iPhone to support multiple instances of your app’s UI. If your app supports this on iPad, it also will on iPhone Duo” (3:38).14 On iPad that support is the UIApplicationSupportsMultipleScenes key in the scene manifest plus scene lifecycle through UIWindowScene, so an iPhone app that set the key to false to avoid coordinating state across windows should expect to revisit that.7 There is one Duo-specific rule: “On the outer display of iPhone Duo, new windows cannot be created. That behavior is reserved for the inner display,” so “make sure you handle errors when requesting new scenes,” and the UIWindowSceneActivation action “automatically hides when new windows aren’t available” (3:53 to 4:11).14

The same talk adds scene accessories, which “allow your app to show content on multiple displays at the same time,” and a Duo-specific one: “the CameraCaptureAccessory allows you to pair additional UI on the outer display, while your app’s main UI stays on the inner display,” available “when your app is full screen on the inner display, and your app has an active camera session” (4:26 to 5:19).14 The scene-based life cycle itself is no longer optional: the iOS 27 RC notes state that “apps built with the latest SDK must adopt the scene-based life cycle or they fail to launch,” the subject of the scene mandate post.47

Split View with two apps is the system’s job, not yours, but it hands your app an arbitrary width mid-session. Continuous resizability, the subject of the checklist, decides whether your app receives those resize updates or a single jump to a new size when the drag ends; Apple’s notes say each resize for a non-continuous app “should instead be delivered as a discrete change” with updated bounds.4 The gate is the SDK you link against and the absence of UIRequiresFullScreen: build with the iOS 27 SDK, leave that key out, and the resize stream is yours to handle. Apple’s technote on the deprecated key gives the other branch: with the iOS 27 SDK the key “no longer opts your app out of resizing,” and instead “the system resizes your app’s scene discretely,” so “the scene doesn’t change size while people drag the window.”12 The talk adds the Duo wrinkle: “iPhone Duo will continue to honor the UI requires full screen key, but your app will still resize when someone opens or closes their iPhone Duo,” and it “respects your supported interface orientations, but your app will scale on the inner display, including in Split View multitasking” (4:36 to 4:49).14

StandBy on the outer display is a widget surface

The foldable iPhone standing half-open on a desk like a small tent, its screen showing a large 9:41 clock

Frame from Apple’s September 9, 2026 event stream, 11:05 a.m. PT: the tent posture Apple showed for StandBy.

Apple’s release says StandBy runs on either display “even when it’s not charging,” with new Calendar and Weather faces and deeper customization.1 A folding phone propped on a desk is a screen that faces the room, and StandBy fills it with widgets. Widgets and Live Activities are the two ways an app appears there; Apple’s guidelines list StandBy among the places a Live Activity shows.15 An app with neither is absent from that surface. The widget surface post makes the case that one App Intent feeds every placement; iPhone Duo adds a placement that is always in view.

The camera features on the outer display, Duo Preview, Kid Cue, and Duo FaceTime, are system features.1 Third-party camera apps get two things, per the camera talk. A “Virtual Front Camera,” a “new AV Capture device that automatically switches between the outer and inner physical cameras,” using the inner display’s front camera when the device is open and the outer one when it is closed, with “built-in outer ultrawide” and “built-in inner ultrawide” device types for direct access (1:14 to 2:04). And the CameraCaptureAccessory from the scenes talk, which puts your UI on the outer display while capture runs on the inner one; as that talk puts it, “this lets you show content to a person while taking their photo or recording them” (5:09).14

Touch ID, not Face ID

The spec sheet lists a Touch ID fingerprint sensor and an under-display FaceTime camera, and no Face ID.2 Every iPhone since the 2022 iPhone SE has shipped Face ID, and a lot of apps have hard-coded the words. LAContext.biometryType reports .touchID, .faceID, or .none after canEvaluatePolicy runs, and the localized strings, the SF Symbols, and the onboarding copy should all branch on it.6 Apps that already run on iPad and Mac usually have this right; iPhone-only apps often do not.

The calendar

  • September 14: iOS 27 ships. The iOS 27 SDK that decides resizability is already in the Xcode 27 RC.105
  • September 18: iPhone 18 Pro arrives, on iOS 27.10
  • Later in September: the Xcode 27.1 beta, which Apple’s developer page describes as the way to “build, run, and test your app for iPhone Duo,” plus the “Preparing your app for iPhone Duo” guide; the design guide is “coming soon,” undated. Group Labs on September 16 and 17 and forum Q&As on September 23.13
  • October 16: iPhone Duo pre-orders open at 5 a.m. PT.1
  • October 23: iPhone Duo ships, on iOS 27.1.1

What to do in the six weeks

  1. Link against the iOS 27 SDK, leave UIRequiresFullScreen out of the Info.plist, and take continuous resizing rather than discrete size jumps. The checklist is the audit.
  2. For layout decisions, replace screen-bounds, device-idiom, and interface-orientation checks with size classes and onGeometryChange; the inner display does not honor your supported orientations, and when code needs a screen, the talk says to “access it dynamically from the window scene” rather than the main screen (4:14).
  3. Turn on multiple scenes if the app can tolerate it, test two windows on an iPad first, and handle a refused scene request, since the outer display cannot open new windows.
  4. Run the app in Device Hub’s resize mode at 626 by 890, at 890 by 626, and at 466 by 678, since those are the point shapes Apple’s numbers imply. Resizable Canvas in previews reaches all of them today; Xcode 27.1’s iPhone Duo simulator adds open, close, rotate, and fold controls when it ships.
  5. Ship a widget if the app lacks one.
  6. Branch biometric copy on biometryType.
  7. Watch the six Tech Talks now; they already describe the size classes, the scene rules, reserved regions, and the camera accessory. The Xcode 27.1 beta is where you implement and test them.14

Key Takeaways

For iOS developers: - iPhone Duo’s inner display is 626 by 890 points at 3x, aspect 1.42; the outer is 466 by 678. Neither shape exists on any other iPhone.2 - 16:9 video gains about 77 percent in area over iPhone 18 Pro on the inner display and loses a fifth of that screen to letterboxing; documents and two-pane layouts gain the most.23 - Split View, two windows of one app, and app pairs come to iPhone with the device; an app that supports multiple instances on iPad supports them here, with new windows inner-display only.114 - Touch ID, not Face ID. Branch on biometryType.26

For product decisions: - StandBy on the outer display means a widget or a Live Activity is table stakes for presence on the device.115 - The Duo SDK is not in the iOS 27 or Xcode 27 RC notes; Apple dates the Xcode 27.1 beta to later in September, and six Tech Talks are available today.451314

FAQ

Does my existing app run on iPhone Duo?

Yes, in three tiers. Apple’s talk: “Your app will work on iPhone Duo even if you haven’t built it with the iOS 27 SDK,” open at “a familiar size and aspect ratio”; with the iOS 27 SDK it extends “to the left of the status bar area on the inner display”; with the iOS 27.1 SDK it “extends to the edge of the screen.”14 UIRequiresFullScreen is still honored, but the app resizes when the device opens or closes. Apple’s technote on the deprecated key states the general rule for the iOS 27 SDK: the key “no longer opts your app out of resizing” and “the system resizes your app’s scene discretely.”1214

What size classes does iPhone Duo report?

Outer display: regular vertical and compact horizontal in portrait, compact in both in landscape, like other iPhones. Inner display: regular in both, per Apple’s Tech Talk.14

What are the point dimensions of the displays?

Apple has published pixels and densities, not points. At the 3x scale of every recent iPhone, the inner display is 626 by 890 points and the outer is 466 by 678. Confirm in Device Hub when support arrives.2

Is there an iPhone Duo simulator or Device Hub profile yet?

Not in the Xcode 27 RC. Apple’s release calls Device Hub support “upcoming,” the developer page dates the Xcode 27.1 beta to “later this month,” and the first Tech Talk shows the Xcode 27.1 simulator’s open, close, rotate, and fold controls.151314

What has Apple published for developers so far?

A Get Ready for iPhone Duo page, six Tech Talks, and a schedule: Group Labs September 16 and 17, forum Q&As September 23, workshops and the Xcode 27.1 beta “later this month,” and two written guides marked coming.1314

Does iPhone Duo have Face ID?

No. The spec sheet lists a Touch ID fingerprint sensor.2

When do the Duo APIs ship?

With the Xcode 27.1 beta, which Apple’s developer page says is “coming later this month.” The device ships October 23 on iOS 27.1.113

Sources


  1. Apple Newsroom, Apple unveils iPhone Duo, September 9, 2026. Developer sentence, Split View and multitasking, StandBy, camera features, pricing and dates, iOS 27.1 requirement. 

  2. Apple, iPhone Duo Tech Specs, fetched September 9, 2026: inner display 1878 by 2670 pixels at 430 ppi, outer display 1398 by 2034 pixels at 460 ppi, Touch ID fingerprint sensor, under-display FaceTime camera; open 6.48 by 4.64 inches, 0.21 inch deep, 8.96 ounces; closed 3.31 by 4.64 inches. Point dimensions and ratios in this post are the author’s arithmetic from these figures at a 3x scale. 

  3. Apple, iPhone 18 Pro Tech Specs, fetched September 9, 2026: 1206 by 2622 pixels and 1320 by 2868 pixels at 460 ppi. 

  4. Apple Developer Documentation, iOS & iPadOS 27 RC Release Notes, fetched September 9, 2026. No mention of iPhone Duo; continuous resizability entries. 

  5. Apple Developer Documentation, Xcode 27 RC Release Notes, fetched September 9, 2026. Device Hub entries; no mention of iPhone Duo. 

  6. Apple Developer Documentation, LAContext.biometryType

  7. Apple Developer Documentation, UIApplicationSupportsMultipleScenes and UIWindowScene

  8. Apple Developer Documentation, horizontalSizeClass

  9. Hacker News, iPhone Duo discussion, September 9, 2026. Reaction only; the post draws no product facts from it. 

  10. Apple Newsroom, Apple debuts iPhone 18 Pro and iPhone 18 Pro Max, September 9, 2026: “Pre-orders begin Saturday, September 12, with availability beginning Friday, September 18”; “iOS 27 will be available as a free software update on Monday, September 14.” 

  11. Apple Human Interface Guidelines, Layout: the size-class table lists every iPad, including the 7.9-inch iPad mini at 768 by 1024 points, as regular width in portrait; the device dimensions table gives the 8.3-inch iPad mini as 744 by 1133 points and iPhone 17 Pro as 402 by 874 points (1206 by 2622 pixels at 3x). 

  12. Apple Developer Documentation, TN3192: Migrating your iPad app from the deprecated UIRequiresFullScreen key, revision dated August 13, 2026, fetched September 9, 2026: “Starting in iOS 27 and iPadOS 27, UIRequiresFullScreen no longer opts your app out of resizing. Instead, the system resizes your app’s scene discretely.” “With a discrete resize, the scene doesn’t change size while people drag the window.” 

  13. Apple Developer, Get Ready for iPhone Duo, fetched September 9, 2026 at 1:12 p.m. PT, and the developer news post Get ready for iPhone Duo, dated September 9, 2026 at 11:00 a.m. PDT in Apple’s news feed: “Xcode 27.1 beta. Get the latest SDKs to build, run, and test your app for iPhone Duo. Coming later this month”; “Designing for iPhone Duo … Coming soon”; “Preparing your app for iPhone Duo … Coming later this month”; Group Labs September 16 at 8 to 9 p.m. PT and September 17 at 8 to 9 a.m. PT; Q&As September 23; workshops “Coming later this month.” 

  14. Apple Developer Tech Talks, Prepare your app for iPhone Duo, Raise the bar with iPhone Duo, Strike a pose with adaptive layouts on iPhone Duo, Leverage multiple displays and scenes on iPhone Duo, Build a great camera experience for iPhone Duo, and Design for iPhone Duo, fetched September 9, 2026. Titles and short descriptions are from each talk’s page; quoted sentences with timestamps are from the talks’ English subtitle tracks: Prepare your app (David Jackson, UI Frameworks) 0:04, 0:29, 0:36, 0:41, 0:49, 0:57, 1:05, 1:11, 1:16, 1:21, 1:25, 3:08, 3:20, 3:46, 3:50, 3:55, 3:57, 4:14, 4:36, 4:45, 5:19, 5:24, 6:18, 7:24; Multiple displays and scenes 3:38, 3:53, 4:05, 4:08, 4:26, 4:59, 5:09, 5:14; Camera 1:14, 1:20, 1:27, 1:34, 1:58, 2:04; Strike a pose 0:47 (reserved regions), 2:13 (displacement), 2:18 (Arrangements). 

  15. Apple Human Interface Guidelines, Live Activities: Live Activities appear on the Lock Screen, Home Screen, in the Dynamic Island, and in StandBy on iPhone. 

Artículos relacionados

The Resizable iPhone Era: Ready Your App Before September

iOS 27 draws the resizable-app line at the SDK you build with. The checklist: audit fixed-size assumptions, adopt adapti…

10 min de lectura

iOS 27 iPad Resizability: The Workaround Has a Cost

iOS 27 still gates iPad continuous resizability on declared orientations. Apple's workaround widens your app-wide orient…

15 min de lectura

Sign in with Apple Sends Four Notifications, Not Three

Apple's announcement names three server-to-server notification types. The API defines four. Here is the full contract, a…

13 min de lectura