Apple's Worldwide Developers Conference 2026 is here. The keynote kicks off today, June 8, at 10 a.m. Pacific Time, running through June 12 with sessions, labs, and workshops. This is arguably Apple's most significant WWDC since the App Store launch — the company is finally delivering on its AI promises with a rebuilt Siri, agentic coding in Xcode, and a new generation of on-device intelligence APIs.
Here is everything developers need to know.
iOS 26 and macOS 26: The Platform Foundations
Apple has moved to a unified versioning scheme: iOS 26, iPadOS 26, macOS 26, tvOS 26, watchOS 26, and visionOS 26 — all named after the year.
The most visible change for developers is Liquid Glass, a new design language replacing the flat, opaque controls of recent iOS versions with translucent, depth-aware surfaces. Liquid Glass is not purely visual: Apple is shipping updated UIKit and SwiftUI components that adopt the system automatically. Apps built with standard controls get the new look for free. Custom UI components will need updates, and Apple is providing design guidelines and Xcode preview tools to smooth the transition.
Beyond aesthetics, iOS 26 drops support for Intel Macs (Rosetta 2 is being phased out in the next release), meaning the installed base is now fully Apple Silicon. This unlocks on-device capabilities previously bottlenecked by heterogeneous hardware support.
Developer beta is available immediately to Apple Developer Program members. Public beta follows in July 2026, with general availability in fall 2026.
Xcode 26.3: Agentic Coding Is Now Native
This is the headline for developers who spend their days in the IDE. Xcode 26.3 introduces agentic coding — built-in support for AI agents that operate autonomously within your project.
Two agents ship natively:
- Anthropic Claude — strong at reasoning, architecture decisions, and multi-file refactoring
- OpenAI Codex — optimized for code generation, test writing, and implementation tasks
These are not simple autocomplete. Agents in Xcode 26.3 can:
- Search Apple documentation inline
- Explore your project file structure
- Update build settings and project configuration
- Capture Xcode Previews to visually verify UI changes
- Run builds, catch errors, and iterate toward a fix autonomously
- Break down a high-level feature request into discrete engineering tasks
The underlying protocol is MCP (Model Context Protocol) — the same open standard used by Claude Code, Cursor, and other AI coding tools. Because Xcode exposes its capabilities through MCP, developers are not locked into Claude or Codex. Any MCP-compatible agent or tool can connect to Xcode 26.3, opening the door to third-party integrations, custom internal agents, and emerging open-source tools.
What This Means in Practice
You describe a feature in plain language — for example, "Add pull-to-refresh to the feed view with a loading skeleton" — and the agent breaks it down, edits the relevant Swift files, updates previews, and iterates until the build passes. The developer reviews a diff rather than writing every line.
This mirrors what Claude Code and Cursor have done for web development, now brought natively into Apple's IDE with full access to Apple-specific tooling, simulators, and the Xcode build system.
Siri 2.0: Gemini-Powered Conversational Intelligence
Siri is getting the most significant overhaul in its history. Apple has partnered with Google, in a deal worth approximately $1 billion per year, to integrate Gemini models as the backbone of a new conversational interface.
Siri 2.0 works like a modern chatbot — text or voice, with persistent context across a session. It accesses personal data including emails, messages, calendar, files, and photos to answer questions in context. Users can set default AI services (Claude, Gemini) via a new Extensions model, and developers can expose app capabilities to Siri through a redesigned App Intents framework.
A standalone Siri app ships for the first time, alongside a new swipe-down gesture for activation across the system.
App Intents — The Developer Opportunity
App Intents has been Apple's mechanism for Siri integration since iOS 16. WWDC 2026 brings a complete redesign.
Key changes:
- Natural language intent discovery: Siri surfaces app capabilities without users knowing the exact invocation phrase
- Cross-app task chaining: Siri can execute multi-step workflows across apps — for example, "Find the invoice from Acme Corp in my email, save it to Documents, and create a payment reminder for next Tuesday"
- Background task execution: Intents can run without foregrounding the app
- Foundation model access: Apps can call Apple's on-device language models directly, with user privacy maintained on device
Developers who invest in App Intents now are positioning their apps as first-class participants in Siri's new agentic workflows. The surface area has grown dramatically.
Apple Intelligence APIs: On-Device Foundation Models
The most significant long-term opportunity for iOS developers is access to Apple Intelligence as a proper API surface.
Apple is exposing Foundation models — the on-device language models powering Writing Tools, Clean Up, and Image Playground — to third-party developers. This enables:
- Writing assistance without sending text to a server
- Image understanding at the system level
- Context extraction from photos, documents, and messages
- Generative features (text summaries, structured extraction) on-device with no per-token API costs
On-device inference runs on Apple Silicon's Neural Engine with privacy guarantees that cloud APIs cannot match. For enterprise apps handling sensitive data in healthcare, legal, or finance, this is a substantial unlock.
Visual Intelligence — Camera API Extensions
The Camera app gains a "Siri mode" for Visual Intelligence, with new developer APIs covering:
- Nutrition label scanning with structured data extraction
- Business card to contact conversion
- Custom visual workflows via camera extension widgets
Developers can register camera extensions that appear in the Visual Intelligence UI, enabling deep integration with real-world scanning scenarios.
Accessibility: Apple Intelligence for Everyone
WWDC 2026 brings meaningful accessibility improvements with direct developer implications:
- VoiceOver Image Explorer uses Apple Intelligence to generate contextual descriptions of images — developers building apps with custom image content should audit their accessibility metadata
- Generated Subtitles via on-device speech recognition for video content
- Accessibility Reader now handles complex document layouts with translation support
- Voice Control gains natural language processing for onscreen element interaction
The underlying models are available to developers, enabling accessibility-first features that benefit all users regardless of ability.
Satellite API Framework
A quieter but notable addition: a new Satellite API framework for third-party app integration with Apple's satellite connectivity layer (introduced with iPhone 14). Developers can now build features that work in off-grid scenarios — useful for outdoor apps, emergency services, and logistics tools.
For MENA developers, this is particularly relevant: connectivity gaps in rural Tunisia, Morocco, and Gulf states can be bridged by satellite-capable apps without requiring cellular infrastructure.
What Developers Should Do This Week
WWDC 2026 runs through June 12 with hands-on labs and engineering sessions. Priorities for the week:
- Download Xcode 26.3 and try the agentic coding features on a real project — first contact with Claude or Codex inside Xcode is instructive
- Audit your App Intents — map which features of your app can be exposed under the redesigned framework
- Test Liquid Glass in your existing app using the iOS 26 simulator and SwiftUI previews
- Explore Foundation Models API in the developer documentation — the on-device inference opportunity is real and the privacy story is compelling
- Check simulator compatibility — first betas often have rough edges; file radars early and help shape the final release
The developer beta is live today. For mobile developers, iOS 26 is one of the most consequential platform updates since the introduction of Swift.
Conclusion
WWDC 2026 is a developer-first event. Agentic coding in Xcode 26.3, Siri's Gemini-powered conversational interface, redesigned App Intents, and on-device Foundation models all point in the same direction: Apple is rebuilding its developer platform around AI-native workflows.
App Intents investment, on-device model access, and camera API extensions will define which apps feel native to iOS 26 and which feel like leftovers from 2024. The WWDC 2026 sessions this week are the place to close that gap.