What iPhone Duo support actually costs: a scoping guide for decision-makers

Read time
9 min
Word count
1.5K
Sections
9
FAQs
8
Share
Graphic: scoping iPhone Duo app support, four cost tiers set by your codebase rather than the device.
On this page · 9 sections
  1. The four things that set the price
  2. The four cost tiers
  3. What does not cost what people assume
  4. What costs more than people assume
  5. Choosing an engagement shape
  6. The three questions to ask any vendor
  7. A sensible sequence
  8. How eCorpIT can help
  9. References

Summary. iPhone Duo was announced on 9 September 2026, starts at $1,999 in the US, and ships on 23 October 2026 running iOS 27.1. If you own an iOS app, someone has probably already asked what supporting it costs. The honest answer is that the device tells you almost nothing about the price. Four properties of your existing codebase do, and you can establish all four in an afternoon without commissioning anything. This guide sets out those four, the four cost tiers they produce, and the questions that separate a real estimate from a guess.

The most useful thing to know up front: there is no deadline. Apple's announcement contains no App Store policy, no submission requirement and no adoption date. Nothing forces this work, which means it competes for budget on merit rather than arriving as compliance. That is the opposite of the Android position, where the Google Play API 36 floor gates submission outright.

The four things that set the price

Ask your engineering lead these four questions. The answers place you in a tier more reliably than any scoping call.

1. Does the app use standard navigation containers? Apple states that NavigationSplitView, UISplitViewController, TabView and UITabBarController are fully adaptive across every pose, with columns collapsing when closed and tiling or overlaying when open. Sheets, popovers, menus and alerts adapt too. An app built on these inherits most foldable behaviour by rebuilding. An app with hand-rolled navigation inherits none of it.

2. Does layout code branch on device orientation? On the inner display it cannot. Apple states the inner display "doesn't honor supported interface orientations", directing developers to size classes instead. Every orientation branch is a site that needs rewriting, and in older codebases there are usually many.

3. How many controls are laid out manually? Manual layout is where the hinge costs money. Apple's own guidance is to adopt the reserved regions API only for "your highest-priority manually laid out controls", which is a tacit admission that doing it everywhere is expensive.

4. Has the app ever been resized? All apps participate in Split View multitasking on iPhone Duo, with no opt-in and no opt-out. An app that already resizes on iPad or under iPhone Mirroring has been tested against variable geometry. One that has only run full screen at fixed sizes has not, and that is where latent bugs live.

The four cost tiers

TierCodebase profileScope of workTypical shape
RebuildStandard containers, size-class driven, resizes alreadyRecompile against iOS 27.1, regression testDays
Audit and patchStandard containers, some orientation branchesRebuild, replace orientation logic, fix asymmetric safe areasOne to two weeks
Layout refactorCustom bars or manual layout, never resizedThe above plus arrangement adoption and bar reworkSeveral weeks
RearchitectHand-rolled navigation, fixed-geometry assumptions throughoutNavigation layer replaced before foldable work beginsA project, not a task

Most commercial apps land in the middle two tiers. The top tier is genuinely cheap and is worth doing immediately regardless of whether you care about foldables, because it also improves iPad and iPhone Mirroring behaviour. The bottom tier is not really an iPhone Duo project at all: it is a modernisation project that iPhone Duo has made visible, and it should be budgeted as one.

A related trigger worth surfacing to whoever owns the roadmap: the WWDC26 UIKit session states that UIScene lifecycle "is now required when building with the latest SDKs". For older UIKit apps that never adopted it, that migration sits in front of all of this and should be priced separately.

What does not cost what people assume

Three items are commonly over-scoped in early conversations.

The hinge. Reading the hinge angle sounds like the expensive part and is nearly free, because Apple provides onHingeChange in SwiftUI and UIHingeInteraction in UIKit. It is also usually unnecessary, since Apple explicitly directs teams to use arrangement and region APIs for layout and reserves hinge data for interactions and effects. A team budgeting for hinge work is often budgeting for something it should not build.

Two-pane layouts. These feel like new engineering and are mostly configuration. Apple's ArrangementView and UIArrangementViewController provide split and overlay behaviour with a style modifier, and the system chooses the axis from the view's aspect ratio. The cost is in deciding the product behaviour, not in implementing it. Our adaptive layout guide covers what that code actually looks like.

Supporting both displays. The outer display behaves like other iPhone models. Only the inner display is regular in both dimensions. Teams often plan for two separate designs when what they need is one adaptive design plus testing.

What costs more than people assume

Testing. The device has poses rather than an orientation, and Apple's tooling reflects that: the simulator offers controls to open, close, rotate and fold. Every layout-sensitive screen now has a larger matrix, and that is a QA line item rather than a development one.

Live Activities and widgets. The Dynamic Island has been "redesigned to fit vertically on the side of the outer and inner displays", and the Home Screen now shows Today View as a vertically scrolling list of widgets. Neither demands code, but both demand design review, and design review is slower to schedule than a rebuild.

Custom toolbar views. Apple states that content from custom UIToolbar, UINavigationBar or UITabBar instances "isn't considered" for the new vertical bar layout. Every custom bar is a rewrite if you want the new behaviour, and there is no partial credit.

Choosing an engagement shape

The shape should follow the tier, not the other way round.

A fixed-scope pass suits the rebuild and audit tiers, because the work is bounded by a checklist rather than by discovery. You know what done looks like before you start.

A retained capability suits teams that keep meeting this situation. Apple ships a major iOS version annually and point releases through the year, and iPhone Duo is the second adaptivity forcing function in two years after iPhone Mirroring. Teams without standing capacity are late to each one, and lateness compounds.

An embedded engineer suits the refactor and rearchitect tiers, where the constraint is knowledge of your codebase rather than knowledge of the APIs. The work is archaeology before it is engineering.

We do not publish a rate card for this, because the honest answer depends on which tier you are in, and anyone quoting before seeing your navigation layer is guessing at the only variable that matters.

The three questions to ask any vendor

If you are briefing this out, these separate people who have read Apple's material from people who have read the press coverage.

  1. Which tier is my app in, and what did you look at to decide? A credible answer names the navigation layer and the orientation branches, not the industry.
  1. What are you not doing? Reserved regions everywhere, hinge-driven layout, and separate designs per display are all signs of over-scoping.
  1. What is the deadline? There isn't one. A vendor manufacturing urgency around an App Store requirement is describing something Apple has not published.

A sensible sequence

  1. Rebuild against the iOS 27.1 SDK and see what breaks. This is cheap and it is diagnostic.
  1. Grep for UIScreen.main and for orientation branches. The counts give you your tier.
  1. Test in Split View and in each pose in the simulator.
  1. Only then decide whether arrangements, reserved regions or bar rework are worth commissioning.

Teams that run steps one to three before asking for a quote get a materially better quote, because they have removed the uncertainty the estimate would otherwise have to price in. Our readiness checklist is the ordered version of those steps, and the iOS 27.1 interface changes piece covers what the rebuild alone gives you.

If you want the audit run for you, send us your navigation layer and the two grep counts at our contact page, and we will tell you which tier you are in before any commercial conversation. For staffing rather than delivery, see hiring iOS developers.

How eCorpIT can help

eCorpIT is a Gurugram-based engineering organisation, founded in 2021, holding CMMI Level 5, MSME and ISO 27001:2022 certifications, with senior-led iOS teams. We run the four-question audit and tell you which tier you are in before any commercial discussion, take bounded readiness passes for the rebuild and audit tiers, and embed engineers for refactor work where the constraint is knowledge of your codebase. We scope from your navigation layer rather than from a feature list. Start at our contact page.

References

  1. Apple unveils iPhone Duo — Apple Newsroom, 9 September 2026
  1. Prepare your app for iPhone Duo — Apple Developer Tech Talks
  1. Strike a pose with adaptive layouts on iPhone Duo — Apple Developer Tech Talks
  1. Raise the bar with iPhone Duo — Apple Developer Tech Talks
  1. Apple Developer Tech Talks, session 111464, on multiple displays and scenes on iPhone Duo
  1. Modernize your UIKit app — WWDC26, Apple Developer
  1. Layout — Human Interface Guidelines, Apple Developer
  1. UserInterfaceSizeClass — Apple Developer Documentation
  1. horizontalSizeClass — Apple Developer Documentation
  1. Build a great camera experience for iPhone Duo — Apple Developer Tech Talks
  1. Target API level requirements for Google Play apps — Play Console Help

Last updated: 12 September 2026.

Frequently asked

Quick answers.

01 How much does iPhone Duo support cost?
It depends on four properties of your codebase: whether you use standard navigation containers, whether layout branches on orientation, how many controls are laid out manually, and whether the app has ever been resized. Those place you in one of four tiers ranging from a recompile to a navigation rearchitecture.
02 Is there a deadline for supporting iPhone Duo?
No. Apple's announcement and developer sessions describe capabilities and SDK behaviour, with no App Store policy, submission requirement or adoption date attached. This differs sharply from Google Play's target API level rules, which do gate submission. Any vendor citing an Apple deadline is describing something Apple has not published.
03 Is supporting the hinge expensive?
No, and most apps should not do it. Apple provides hinge APIs in both SwiftUI and UIKit, but directs developers to use arrangement and region APIs for layout, reserving hinge data for interactions and effects. Budgeting for hinge-driven layout usually means budgeting for something Apple advises against building.
04 Do we need separate designs for the two displays?
Usually not. Apple states the outer display behaves like other iPhone models, while the inner display is regular in both dimensions. What most apps need is one adaptive design that responds to size classes, plus testing across poses, rather than two separately maintained interface designs.
05 What is the cheapest useful step?
Rebuilding against the iOS 27.1 SDK. Apple states apps run without recompiling, but screen usage improves with each SDK: the iOS 27 SDK extends left of the status bar on the inner display, and the iOS 27.1 SDK reaches the screen edge with vertical bar layout. It is also diagnostic, because it shows what breaks.
06 Why are custom toolbars a problem?
Because Apple states that content from custom UIToolbar, UINavigationBar and UITabBar instances is not considered for the new vertical bar layout. There is no partial adoption. If you want vertical bars, custom bars are a rewrite, which is why hand-rolled navigation pushes an app into a higher cost tier.
07 Should we wait and see how the device sells?
That is defensible given there is no deadline, but note what you defer. Most of the work, replacing orientation branches and removing main-screen references, improves iPad and iPhone Mirroring behaviour too, and Apple states the main screen reference will be deprecated. Waiting defers value you would get anyway.
08 What should we do before asking for a quote?
Rebuild against iOS 27.1, count your UIScreen.main references and orientation branches, and test in Split View. Those three results determine your tier. Bringing them to a scoping conversation removes the uncertainty a vendor would otherwise price into the estimate, and usually produces a smaller number.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.