DEV Community

Anup Karanjkar
Anup Karanjkar

Posted on Originally published at wowhow.cloud

Apple’s Sept 9 Event: iPhone 18 Pro, Foldable iPhone Ultra

Apple's "Surprise and Shine" event is Wednesday, 9 September 2026 at 10:00 am Pacific (10:30 pm IST) at Apple Park, streamed on apple.com, YouTube and the Apple TV app. Three phones are expected: iPhone 18 Pro, iPhone 18 Pro Max, and the first foldable iPhone, widely reported as iPhone Ultra. There is no base iPhone 18 this year — the cheaper models move to spring 2027. It is also the first product launch under John Ternus, who became Apple CEO on 1 September after Tim Cook's 15-year run.

That last point changes how to read the keynote. Ternus ran hardware engineering since 2021; the invitation tagline is a hardware tagline; and the headline product is the most ambitious form-factor change since the iPhone X in 2017. If you want to know what post-Cook Apple prioritises, watch which product gets the "one more thing" slot.

Confirmed vs rumoured — a quick sort

Item Status Detail
| Event date and time | **Confirmed** | 9 Sep 2026, 10:00 PT, Apple Park; invites went out 26 August |

| iPhone 18 Pro / Pro Max | Confirmed announcement | A20 Pro on TSMC 2nm; variable-aperture main camera, smaller Dynamic Island and Apple's C2 modem are the reported upgrades |

| Foldable iPhone ("Ultra") | Confirmed announcement, name reported | Book-style; ~5.3–5.5″ outer, ~7.6–7.8″ inner; Touch ID not Face ID; no telephoto lens |

| Base iPhone 18 | Not at this event | Expected spring 2027 alongside cheaper models |

| Apple Watch Series 12, Ultra 4 | Confirmed | Annual refresh |

| Smart home hub, Apple TV 4K, HomePod mini | Possible | Long-rumoured; may slip to October |

| iOS 27 / iPadOS 27 / macOS Golden Gate release dates | Expected | Announced at WWDC in June; ship dates usually named at this event |

| Pricing | Unknown | Reports point to increases on Pro models due to memory costs |
Enter fullscreen mode Exit fullscreen mode

Sources for the table: MacRumors' event coverage (26 August), 9to5Mac and AppleInsider's expectations pieces, and Apple's own newsroom for the CEO transition. Anything marked rumoured is exactly that.

iPhone 18 Pro: a chip year, not a design year

The Pro models are reported to look like the iPhone 17 Pro with three internal changes. The A20 Pro is the first Apple chip on TSMC's 2nm process, which is where the efficiency gain comes from — expect Apple to talk battery hours and sustained performance rather than peak benchmarks. The C2 modem would be Apple's second in-house cellular chip after the C1, and the one to watch in India: C1 shipped without mmWave, and 5G performance on Jio and Airtel bands is the practical question for buyers here. The variable-aperture main camera is the one visible upgrade; if it ships, it is the first time an iPhone can trade depth of field for light on the main sensor without software fakery.

The Dynamic Island is reported to shrink. That is a screen-real-estate story, not a feature story, and it usually signals a smaller Face ID module rather than anything new.

iPhone Ultra: the trade-offs are the story

Every report agrees on the shape — a book-style fold, roughly 5.5 inches closed and 7.6 to 7.8 inches open, wider than it is tall when unfolded, so the inner display behaves more like a small iPad than a stretched phone. The two compromises are the interesting part:

Touch ID instead of Face ID. The fold leaves no room for the TrueDepth array on the inner panel, so authentication reportedly moves to the power button, Apple's iPad Air approach. Apps that assume Face ID for Apple Pay flows will still work; users will notice the ergonomics.

No telephoto lens. A thin folding body cannot fit the periscope module the Pro uses. If you buy the most expensive iPhone ever made, you get a worse zoom than the 18 Pro. Apple will frame it as a different product, and for once that framing is honest.

The size and the missing telephoto also tell you the price direction: everything reported says this sits above Pro Max. Nobody credible has a number, so we will not print one.

What developers should do this week

Three concrete tasks, in order of pay-off:

First, test your layouts at a wide, short aspect ratio. A 7.6-inch inner display that is wider than tall means iPhone apps get an iPad-shaped canvas without being iPad apps. Split views, sidebars and multi-column grids that you gated behind iPad idioms will be expected on a phone. If you build with SwiftUI, audit every hard-coded horizontalSizeClass == .compact assumption; if you build on the web, check the 800–900 px breakpoint band that most responsive designs skip straight past.

Second, remove Face ID assumptions. Use LAContext and biometryType rather than assuming .faceID on a device with a notch — copy strings like "look at your phone" will be wrong on Ultra.

Third, plan for iOS 27 shipping within about a week of the event, as it does every year. If you have not run your app on the iOS 27 beta, the WWDC 2026 developer guide covers the Siri extension changes that touch the most apps.

For buyers in India

Apple's India pricing usually appears within an hour of the keynote on apple.com/in, with pre-orders the Friday after the event and availability the following Friday. For reference, the iPhone 17 Pro launched at ₹1,34,900 in India for 256 GB, against $1,099 in the US — and that gap is what our work-hours price calculator is for. At a ₹60,000 monthly salary, the current Pro is about 438 hours of work; any "memory-driven" increase on the 18 Pro adds days, not minutes. Run your own number before the pre-order page opens rather than after.

If you hold a 17 Pro, a chip-and-modem year is the classic skip year. If you hold a 15 Pro or older, the 2nm efficiency and the variable-aperture camera are a genuine two-generation jump. And if you are buying Ultra, buy it for the screen, knowing the camera is a step back.

How to watch and what we will publish

Quick answers

What time is the Apple event in India?

10:30 pm IST on Wednesday 9 September 2026 (10:00 am Pacific). The stream is on apple.com, YouTube and the Apple TV app; no app install is needed.

Will there be a regular iPhone 18 this year?

No. Reports agree that the non-Pro iPhone 18 and the cheaper models move to spring 2027. September is Pro, Pro Max and the foldable only.

Is the foldable really called iPhone Ultra?

That is the name in every major report, but Apple has not confirmed it. Treat the name as likely and the shape — book-style, roughly 5.5 inches closed and 7.6 to 7.8 inches open — as the more reliable detail.

Does the foldable iPhone have Face ID?

Reportedly not. Authentication moves to Touch ID in the power button, the approach Apple already uses on iPad Air, because the fold leaves no room for the TrueDepth array on the inner display.

When can I pre-order and when does it ship?

Apple's usual pattern is pre-orders on the Friday after the event with availability the following Friday, which would be 11 and 18 September. Apple has not confirmed either date for 2026, and the foldable may follow a different schedule.

The stream goes live at 10:00 am PT on apple.com/apple-events, the Apple YouTube channel and the TV app. We will update this post with confirmed India pricing and ship dates the same evening. Creators covering the event: the Reel Hooks video prompt pack and the 2026 content calendar template are what we use for a launch-week posting plan, and the YouTube thumbnail downloader is handy for reaction videos. Every product mentioned is available at wowhow.cloud — pay once, ship forever.

Originally published at wowhow.cloud

Top comments (0)