Three announcements from WWDC 2026 change an app owner's roadmap: your app becomes reachable through Siri and Spotlight only if it exposes App Intents, which is scoping work; Apple's on-device and Private Cloud Compute models make AI features cheaper for smaller apps to run; and recompiling with Xcode 27 adopts the Liquid Glass design automatically, so your app will look different whether you planned it or not. Everything else Apple announced on 8 June 2026 is developer detail. This article, first written the morning after WWDC 2018, now covers the 2026 event for the people who pay for apps rather than the people who build them.
What Apple announced, in one paragraph
WWDC26 introduced iOS 27, iPadOS 27, macOS 27, watchOS 27, tvOS 27 and visionOS 27. The keynote centred on a rebuilt Siri, now called Siri AI, running on Apple Foundation Models developed with Google's Gemini technology, with persistent conversations and awareness of what is on screen. For developers, Apple expanded the Foundation Models framework, introduced a Core AI framework for running custom on-device models, extended App Intents so apps can contribute to Spotlight's semantic index, and shipped Xcode 27 as an Apple silicon-only release that is 30 percent smaller with expanded agentic coding. The operating systems ship in September 2026; visionOS 27 arrived on 14 September. MacRumors and TechCrunch carried the full developer detail on 9 June.
1. Siri and Spotlight can now act inside your app, but only if you let them
The change with the largest commercial consequence is the least visible in the keynote. Apple's new App Intents schemas let an app contribute its content to Spotlight's semantic index, and a new View Annotations API lets Siri act on what is currently on screen. In plain terms: a user will be able to say "rebook my Thursday session" or "show me the orders I have not paid" and have Siri do it inside your app, without opening it and tapping through.
That only works for apps that describe their actions and data to the system as intents. An app that has not done that work is invisible to Siri AI in exactly the way it was invisible to the old Siri. So the roadmap item is not "add AI"; it is "decide which of our actions and entities should be reachable from outside the app, and expose them". That is a scoping exercise that belongs in a product requirements document, and it is also a competitive one: the first app in a category to be reliably reachable by voice will be the one Siri suggests.
2. AI features just got cheaper to run for smaller apps
Until now, an app feature that summarised, classified or drafted text needed a paid model behind it, and the running cost scaled with use. Two announcements change that arithmetic.
- Foundation Models on Private Cloud Compute Apple is offering free access to its Foundation Models running on Private Cloud Compute for developers with fewer than two million first-time App Store downloads, and the framework now accepts image input and can call third-party models such as Claude and Gemini through the same Swift API. Apple said the framework will be open-sourced later in the northern summer.
- Core AI A new framework for running custom on-device models, with ahead-of-time compilation and tooling to convert PyTorch models for Apple silicon. It is the framework Siri itself now uses.
For an owner, the implication is that an AI feature no longer has to justify a per-request bill before it is worth scoping. The question becomes whether the feature is an agent or a workflow, which AI agent or workflow automation covers, and whether it needs a frontier model at all. This is also the kind of change that Smart Engineering absorbs quickly: under that model PixelForce delivers 25 percent faster than its own pre-AI delivery baseline, and new Apple frameworks are exactly the sort of well-documented surface it is good at.
3. Your app will look different in September whether you planned it or not
Apple confirmed that apps recompiled with Xcode 27 adopt the Liquid Glass design automatically. Xcode 27 is also Apple silicon-only, which matters if any part of your build pipeline still runs on Intel hardware, and iPhone apps now support resizing on iPad.
The trap here is a routine update. The next time your team ships a fix built with Xcode 27, the app's navigation bars, tab bars and sheets will take on the new material and layout rules. Custom components that were designed against the previous look can sit awkwardly beside it. Budget a design review pass before the first Xcode 27 build ships, rather than discovering the difference in the App Store screenshots. A rushed adaptation is also one of the ways an app ends up rejected at review.
What we wrote in 2018, and what became of it
The first version of this article was published on 5 June 2018 and covered three announcements from WWDC 2018: Siri Shortcuts, Core ML 2 and ARKit 2. Eight years on, all three have a clear outcome.
- Siri Shortcuts became App Intents The mechanism Apple introduced in 2018 for letting Siri run an action inside an app is the direct ancestor of the App Intents schemas that now feed Siri AI and Spotlight. Apps that adopted Shortcuts early have spent eight years accumulating the intent definitions that this year's Siri needs. It is the thread from 2018 that pays off now.
- Core ML 2 became the on-device AI story The bet that machine learning should run on the phone rather than a server was correct, and Core AI and the Foundation Models framework are its descendants. We covered that arc in ARKit and Core ML, nine years on.
- ARKit 2 multi-user AR did not become a business channel Shared AR sessions were the headline demonstration in 2018. They work, and almost nobody built a business on them. The commercial reality of AR is in AR for business in 2026.
The 2018 article also mentioned Group FaceTime, Screen Time and the Apple Watch walkie-talkie. Those were consumer features and none of them touched an app roadmap, which is the lesson for reading any WWDC: most of the keynote is for users, and the part that matters to an owner is usually two sessions deep in the developer track. Our earlier retrospective on four iOS features ten years on reaches the same conclusion from 2016.
What to put on the roadmap before the end of 2026
- Decide what Siri should be able to do in your app List the five actions a user most often performs and the entities they search for. Those become App Intents.
- Re-cost any AI feature you shelved on running-cost grounds Free Private Cloud Compute access for apps under two million first-time downloads changes the answer for most small and mid-sized products.
- Schedule a design review before the first Xcode 27 release Liquid Glass adoption is automatic; a coherent result is not.
- Check the build pipeline for Intel dependencies Xcode 27 does not run on them.
Across 100+ shipped products we hold a 98 percent first-time App Store approval rate, and a large part of that is treating each September's platform changes as planned work rather than a surprise. If you want a read on what iOS 27 means for your specific app, our iOS app development team can walk the roadmap with you. Book a discovery call.