iOS 27
As an iOS Developer, What Do You Want to See in iOS 27?
WWDC 2026 is about four weeks away as I’m writing this.
June 8 is when Apple takes the stage in Cupertino and shows us iOS 27 for the first time.
The rumor mill has been spinning hard for months — leaks from Bloomberg’s Mark Gurman, code spelunking from the 9to5Mac team, supply chain whispers about the foldable iPhone that ships alongside it in September.
I want to lay out what’s actually been reported, separate the signal from the wishful thinking, and share my honest take on each piece.
Not a wish list.
Not a hype piece.
Just an iOS developer reading the same news everyone else is reading and saying which parts I’m excited about, which parts I’m skeptical of, and which parts I think will quietly change how we use our iPhones.
If you’re reading this looking for confirmed features and release dates, the news is broadly good iOS 27 is shaping up to be a meaningful upgrade.
If you’re reading it looking for my opinion, I’ll keep it honest.
Some of these features I’m genuinely hyped for.
Others I think Apple is going to ship half-finished and walk back at the September event.
The Timeline
Apple is unveiling iOS 27 at the WWDC 2026 keynote on June 8, 2026, with a developer beta the same day, a public beta in July, and the full release landing in September alongside the iPhone 18 lineup and the long-rumored foldable iPhone.
This is the same cadence we’ve had for years, so nothing surprising here.
What’s slightly different this year is the volume of leaks.
We already know most of the headline features going in Apple’s secret-keeping has loosened noticeably since the M1 era, and this year the supply chain has been especially leaky.
My take: I actually like that the leaks are heavy.
The “one more thing” surprise factor at keynotes has been dead for a while anyway, and going in with informed expectations means the keynote is about how Apple implements the features rather than what the features are.
That’s the more interesting story.
The Snow Leopard Update
Bloomberg’s Mark Gurman has been describing iOS 27 as a
update a reference to macOS 10.6 from 2009, the release that famously skipped most new features in favor of refining the underlying system.
Performance, efficiency, reliability, fewer bugs, better battery life.
This framing is everywhere now.
Multiple outlets are reporting that iOS 27 will focus on stability rather than flashy new features.
My take: I’ll believe it when I see it. Apple has called several recent releases
“stability focused”
and then loaded them up with features anyway.
iOS 26 was supposed to be the foundation refresh and instead shipped with Liquid Glass, the big visual redesign that the macOS 27 team is now reportedly walking back over readability complaints.
As a dev, “stability focused” should mean fewer deprecation warnings, smaller SDK delta, and Instruments traces that don’t lie about main-thread
blocks. iOS 26 shipped with @Observable macro edge cases and SwiftUI navigation regressions we’re still working around in production.
I want my iPhone 15 Pro to feel as fast on iOS 27 as it did on the day I bought it and I want my app’s cold start time to drop without me
changing a line of code.
I want battery life to actually improve year over year for once.
If iOS 27 delivers that, it’s the most important release in years even if it’s the most boring keynote.
The skeptic in me thinks “Snow Leopard” is becoming Apple’s marketing crutch for “we’re behind on AI and need a year to catch up.”
The Revamped Siri
This is the headline feature.
After a year of broken promises, Siri is getting the real overhaul we were told to expect in iOS 18.
Three things are happening at once:
- A standalone Siri app.
For the first time ever, Siri becomes a chat-style app you can open from the home screen. Text or voice, both work.
Past conversations are saved and searchable.
This is the obvious response to the way people actually use ChatGPT and Gemini on their phones through dedicated apps, not invoked through the OS.
2. The “Extensions” framework.
Third-party apps can register agents with Siri that show up as Extensions. The example floating around is asking Siri “book me a table at the
Italian place I went to last month for tomorrow at 7pm” and having OpenTable’s extension actually handle the booking instead of just opening the app.
From a developer lens, this looks like App Intents on steroids.
If Apple is following the pattern they set with AppIntent and AppShortcut in iOS 16, Extensions will likely be a new protocol you adopt on top of your existing intents declarative parameters, semantic descriptions, and Siri-side resolution.
The interesting question is whether Extensions can compose: can Siri chain “find restaurant” (Apple Maps) → “book table” (OpenTable) → “add to calendar” (Apple Calendar) without app ping-pong? That’s the unlock.
3. Chatbot mode powered by Gemini.
This is the one that surprised me. Apple is reportedly using a custom AI model built in collaboration with Google’s Gemini team for the new chatbot Siri. Not OpenAI.
Not their own foundation models alone. Google.
4. Dynamic Island integration.
When you invoke Siri, the Dynamic Island shows a “Search or Ask” prompt with a glowing cursor, and a thin glow wraps the Island’s edges.
Small detail but the kind of polish that makes the OS feel alive.
My take: This is the most exciting Siri news since Siri shipped.
I have had Siri turned off on my personal devices for two years because the experience was so frustrating it was actively making my life worse.
The chatbot direction is the right call the conversational pattern is what users already know from ChatGPT, and Apple is finally meeting users where they are instead of forcing the legacy Siri model on us.
The Gemini partnership makes me pause though.
Apple’s entire brand is privacy. Telling users their Siri queries are now powered by a Google-built model is going to need some careful explaining at the keynote.
I expect heavy on-device processing claims and a lot of architectural diagrams showing how data doesn’t leave the device likely the same Private
Cloud Compute pitch from WWDC 2024, extended to a Gemini-tuned variant running on Apple Silicon servers.
Watch for whether the FoundationModels framework introduced in iOS 26 gets a new RemoteLanguageModel adapter, and how Apple frames the trust boundary in the API docs.
The Extensions framework is the sleeper hit.
If Apple gets the developer story right, this is the foundation for actual agentic computing on iPhone Siri as an orchestrator, not a search box.
If they get it wrong, it’s another Shortcuts: powerful but used by 2% of users.
Personalized Siri Finally Arrives
The personalized Siri features Apple announced in 2024 the ones where Siri can read your Mail, Messages, and Calendar to answer questions like
“what time is mom’s flight on Friday?”
are finally shipping in iOS 27.
They were delayed from iOS 18, then iOS 18.4, then iOS 26, and now we’re told iOS 27 is the real release.
Short-term memory is included.
You can ask a follow-up question and Siri remembers what “it” refers to from your last query.
Pronouns. Screen context. The features that should have been there from the start.
For devs, screen context is the spicy one.
It implies an accessibility-tree-style snapshot of your app’s current view hierarchy being passed to
the model.
If you’ve ever shipped a UIAccessibilityCustomAction or proper accessibilityLabel coverage, your app is about to get free Siri context for free.
If you haven’t Siri is going to see a screen full of “Button, Button, Button” and so will every screen reader user.
Audit your accessibility tree before WWDC.
My take: I’ll hold my excitement until I’m using it on my own phone.
Apple has burned the “personalized Siri” announcement three times now.
I’m not going to be one of the bloggers who declares this version the real one until I’ve watched it actually parse my mom’s flight from a Gmail confirmation email.
If it works, it’s transformative.
Voice assistants have been stuck on “set a timer” and “what’s the weather” for a decade because they couldn’t read your inbox.
The moment they can, the use cases multiply by a hundred.
Apple Intelligence Photo Editing
The Photos app is getting an Apple Intelligence Tools section when you edit an image.
Three options on launch:
- Extend → outpainting. Generates pixels beyond the original photo’s edges so you can fix bad cropping or change the aspect ratio.
- Enhance → generative cleanup, sharper details, smarter denoising.
- Reframe → automatic recropping for different aspect ratios, smart enough to keep the subject in frame.
My take: These are all useful, none are surprising.
Google Photos and Samsung have shipped versions of all three for over a year.
Apple’s value-add is on-device processing and the integration with the rest of the Photos pipeline.
What I’m watching as a dev: does PhotoKit get a public API for these tools? If PHImageRequestOptions or a new PHGenerativeEditRequest exposes Extend/Enhance/Reframe to third-party apps, every photo editor on the App Store becomes a wrapper around Apple’s models overnight.
If Apple keeps it Photos-app-only, Halide and Darkroom keep their moat.
My bet is third-party API in iOS 27.1, not at launch.
The one I’ll actually use is Reframe.
I take photos in 4:3 and constantly fight with cropping them to 16:9 for Stories or 9:16 for Reels.
If Reframe does this well on-device, it saves me a Lightroom round-trip every time I post.
Extend is the one I’m most skeptical of.
AI outpainting is convincing in stills until you compare it to the original.
On a phone screen scrolling at speed nobody notices.
On a printed photo or a large display, the generated edges look like the AI slop they are.
Use sparingly.
Smarter Keyboard
Less attention has been given to this one, but multiple outlets are mentioning a smarter on-device keyboard in iOS 27.
Better autocorrect, contextual predictions that understand what you’re writing about, and inline rewrite suggestions.
My take: This might be the feature that affects me most on a daily basis.
I type on my iPhone for hours every day messages, Slack, email, notes. The keyboard is the single piece of software with the biggest leverage on my life and Apple has been quietly improving it every release.
If iOS 27’s keyboard can finally stop autocorrecting “iOS” to “ios” and “SwiftUI” to “swift ui,” I’ll consider the entire release a success regardless of what else ships.
5G Satellite Connectivity
iOS 27 will reportedly support 5G satellite internet, though the feature is expected to be limited to the iPhone 18 Pro, iPhone 18 Pro Max, and the new iPhone Ultra.
This is the natural evolution of the existing Emergency SOS via satellite — full data, not just emergency texts.
Apple has been quiet about partner carriers but Globalstar continues to be the most likely backend.
My take: Niche feature, huge for the few who need it.
If you’re an outdoor photographer, a backcountry hiker, a journalist covering rural areas, or you live somewhere cell coverage genuinely doesn’t reach this is life-changing.
For the 95% of users in urban areas with LTE everywhere, it’s a marketing bullet point.
I expect Apple to charge for it eventually.
The current Emergency SOS via satellite is free for two years from device activation.
Data over satellite will almost certainly be a subscription, either standalone or bundled into Apple One.
Foldable iPhone Support
The big hardware story this fall is the first foldable iPhone, and iOS 27 has to ship the software story to support it.
Reported features:
- Two apps side by side for the first time on iPhone.
- Sidebar navigation patterns for foldable layouts.
- New size classes and layout breakpoints that developers can target.
My take: I’ve watched Samsung iterate on foldables for six years and I still don’t own one.
The hinge fatigue, the crease, the weird app behavior.
Apple was right to wait.
Whether they’re right to ship now depends entirely on the hardware quality and the developer adoption story.
The software side worries me less than the hardware.
SwiftUI was designed for this from day one adaptive layouts, size classes, multi-window support.
The apps that already work well on iPad will work well on the foldable with minimal effort.
The apps that hardcoded UIScreen.main.bounds for years are going to break in entertaining ways.
If you’re an iOS dev, start auditing your code for layout assumptions now.
The foldable will be a stress test for every UI shortcut you took.
What I Want But Probably Won’t Get
A short list of things I keep hoping for and Apple keeps not shipping:
- A real Files app. The current one is okay. The “okay” has not changed in five years. I want true folder sync, multi-tab, batch operations that don’t crash.
- Default app choice for more categories. Browsers and email got it in the EU. I want it for Maps, Photos, Calendar, Camera. Everywhere.
- Lock screen widgets that can actually do something. Currently they can show info. I want to tap one and have it perform an action without opening an app.
- Better notification grouping. Notifications are still presented as a flat scroll. Smart grouping by app, by time, by priority feels like a 2026 problem that should have been solved in 2018.
I don’t expect any of these in iOS 27.
Apple’s roadmap is clearly AI-focused for the next two releases and these quality-of-life improvements consistently lose internal priority battles.
My Overall Take
iOS 27 is shaping up to be the release that finally cashes the AI checks Apple wrote in 2024.
If the Siri revamp lands well chatbot mode that actually works, Extensions that developers actually adopt, personal context that doesn’t feel creepy this is the most important iOS release since the iPhone X redesign.
If Siri ships half-finished again, this becomes another “stability release” that nobody remembers in a year.
The other features are mostly fine.
Photo editing tools catch Apple up to competitors.
Satellite 5G is niche but cool.
The smarter keyboard might be the unsung hero.
Foldable support is the developer story, not the consumer story.
My honest prediction: iOS 27 will be a good release but not a great one.
Siri will be 80% of what was promised.
The performance improvements will be real but undersold.
The features that surprise people will be the small ones keyboard improvements, a Photos tweak not the headline AI stuff.
We’ll find out for sure on June 8.
What are you hoping for? Drop your wish list in the comments the one feature you want most that probably isn’t shipping.
I’m collecting them for a follow-up after the keynote.
Found this useful? Clap, share, and follow for the WWDC 2026 keynote reaction piece dropping the same day.
Sources used for the leaks and rumors in this article:
Found this useful? Clap, share, and follow for more weekly deep dives into the tools I actually use.
Thank you for reading! If you enjoyed it, please consider clapping and following for more updates! 👏
