WWDC 2021

An unofficial index of sessions from Apple’s World Wide Developers Conference held June 7 - 11, 2021.

Apple announced macOS Monterey (12), iOS 15, iPadOS 15, tvOS 15, and watchOS 8. TestFlight for macOS, SharePlay and StoreKit 2 were introduced.

This site is not affiliated with Apple. All content is provided for informational purposes only.

Check out Bezel, our iPhone mirroring app →

WWDC21 • Session 101

Keynote

Featured • iOS, macOS, tvOS, watchOS • 1:46:48

The Apple Worldwide Developers Conference kicks off with exciting reveals, inspiration, and new opportunities. Join the worldwide developer community for an in-depth look at the future of Apple platforms, directly from Apple Park.

Open in Apple Developer site

WWDC21 • Session 102

Platforms State of the Union

Featured • iOS, macOS, tvOS, watchOS • 1:13:25

Take a deeper dive into the new tools, technologies, and advances across Apple platforms that will help you create even better apps.

Open in Apple Developer site

WWDC21 • Session 10049

Add intelligence to your widgets

App Services • iOS, macOS • 19:23

Discover how to you can add intelligence to your widgets in Smart Stacks. We'll show you how to use the new Widget Suggestions API in tandem with Smart Rotate to create more valuable widget experiences for people throughout the day. Whether you inform the system of new, timely information or teach the system to learn common patterns, adopting these APIs can help people discover your widget and allows you to influence how the system surfaces content from your app around system spaces.

Speaker: Daniel Li

Open in Apple Developer site

WWDC21 • Session 10021

Add rich graphics to your SwiftUI app

Graphics & Games • iOS, macOS, tvOS, watchOS • 23:55

Learn how you can bring your graphics to life with SwiftUI. We’ll begin by working with safe areas, including the keyboard safe area, and learn how to design beautiful, edge-to-edge graphics that won’t underlap the on-screen keyboard. We’ll also explore the materials and vibrancy you can use in SwiftUI to create easily customizable backgrounds and controls, and go over graphics APIs like drawingGroup and the all new canvas. With these tools, it’s simpler than ever to design fully interactive and interruptible animations and graphics in SwiftUI.

Speaker: Jacob Xiao

Open in Apple Developer site

WWDC21 • Session 10085

Apple’s privacy pillars in focus

Essentials • iOS • 33:50

At Apple, we believe that privacy is a fundamental human right. Learn about our four pillars of privacy, how we brought these principles together to design iCloud Private Relay, and how you can approach building privacy in your app in line with those fundamentals. Explore how you can build data minimization, on-device processing, transparency and control, and security protections right into your app.

Speakers: Lauren Henske, Garrett Reid, Elliot Briggs

Open in Apple Developer site

WWDC21 • Session 10122

Bring accessibility to charts in your app

Accessibility & Inclusion • iOS, macOS, tvOS, watchOS • 19:42

Charts are an essential tool for understanding data, and critical to understanding ourselves, our health, our finances, and our world. Find out how you can make charts accessible in your apps to people with vision impairments through audio graphs and sonified data. And we'll show you how to improve your charts for accessibility through universal design principles and system accessibility settings.

Speaker: Preston Lewis

Open in Apple Developer site

WWDC21 • Session 10005

Connect Bluetooth devices to Apple Watch

Health & Fitness • watchOS • 10:31

Discover how you can integrate data from Bluetooth accessories into Apple Watch apps and complications. Bluetooth devices can provide medical data, sports stats, and more to Apple Watch, and help people get more out of your software in the process. We’ll show you how to connect to these devices during Background App Refresh to display the most up-to-date information in your Apple Watch complications, provide an overview of Core Bluetooth on watchOS, and explore best practices for Bluetooth accessory design.

Speaker: Yann Ly-Gagnon

Open in Apple Developer site

WWDC21 • Session 10176

Craft search experiences in SwiftUI

SwiftUI & UI Frameworks • iOS, macOS, tvOS, watchOS • 11:42

Discover how you can help people quickly find specific content within your apps. Learn how to use SwiftUI’s .searchable modifier in conjunction with other views to best incorporate search for your app. And we’ll show you how to elevate your implementation by providing search suggestions to help people understand the types of searches they can perform.

Speaker: Harry Lane

Open in Apple Developer site

WWDC21 • Session 10076

Create 3D models with Object Capture

Augmented Reality • iOS, macOS • 27:55

Object Capture provides a quick and easy way to create lifelike 3D models of real-world objects using just a few images. Learn how you can get started and bring your assets to life with Photogrammetry for macOS. And discover best practices with object selection and image capture to help you achieve the highest-quality results.

Speakers: Michael Patrick Johnson, Dave McKinnon

Open in Apple Developer site

WWDC21 • Session 10045

Create custom audio experiences with ShazamKit

Audio & Video • iOS, macOS, tvOS, watchOS • 15:52

Bring custom audio matching to your app with ShazamKit. Discover how you can use Shazam's exact audio matching to recognize audio against any source when you use custom catalogs on device. Download our starter project and code along with the presenter as we guide you through the process of matching audio against a custom catalog. We’ll also explore how easy it is to connect content across devices by building an interactive iOS app that can synchronize perfectly with video being streamed from a TV. To learn more about ShazamKit, check out "Explore ShazamKit" from WWDC21.

Speaker: Alex Telek

Open in Apple Developer site

WWDC21 • Session 10036

Discover built-in sound classification in SoundAnalysis

Audio & Video • iOS, macOS, tvOS, watchOS • 19:16

Explore how you can use the Sound Analysis framework in your app to detect and classify discrete sounds from any audio source — including live sounds from a microphone or from a video or audio file — and identify precisely in a moment where that sound occurs. Learn how the built-in sound classifier makes it easy for you to identify over 300 different types of sounds without the need for a custom trained model. This includes a variety of noises, ranging from human sounds, musical instruments, animals, and various items. For custom models, see how you can leverage the Audio Feature Print feature extractor to create smaller models with variable sound window control to better serve your app’s purposes. For more about Sound Classification and the Sound Analysis framework, watch “Training Sound Classification Models in Create ML” from WWDC19.

Speakers: Jon Huang, Kevin Durand

Open in Apple Developer site

WWDC21 • Session 10074

Dive into RealityKit 2

Augmented Reality • iOS, macOS • 25:07

Creating engaging AR experiences has never been easier with RealityKit 2. Explore the latest enhancements to the RealityKit framework and take a deep dive into this underwater sample project. We’ll take you through the improved Entity Component System, streamlined animation pipeline, and the plug-and-play character controller with enhancements to face mesh and audio.

Speakers: Amanda Wixted, Olivier Pinon

Open in Apple Developer site

WWDC21 • Session 10149

Enhance your app with Metal ray tracing

Graphics & Games • iOS, macOS • 29:49

Achieve photorealistic 3D scenes in your apps and games through ray tracing, a core part of the Metal graphics framework and Shading Language. We’ll explore the latest improvements in implementing ray tracing and take you through upgrades to the production rendering process. Discover Metal APIs to help you create more detailed scenes, integrate natively-supported content with motion, and more.

Speaker: Juan Rodriguez Cuellar

Open in Apple Developer site

WWDC21 • Session 10143

Explore HLS variants in AVFoundation

Audio & Video • iOS, macOS, tvOS, watchOS • 9:28

Discover how you can use AVFoundation APIs to highlight different variants of your content within your app. We’ll show you how you can inspect HLS content using these APIs for different video characteristics, including attributes like SDR/HDR, FPS, and the like. And we’ll explore the AVAssetVariant, which represents streaming and offline content.

Speaker: Nishant Nelogal

Open in Apple Developer site

WWDC21 • Session 10165

Explore Nearby Interaction with third-party accessories

Maps & Location • iOS, macOS, tvOS, watchOS • 23:01

Discover how your app can interact with Ultra Wideband (UWB) third-party accessories when running on a U1-equipped device. We’ll show you how to use the Nearby Interaction framework’s standards-based technology to implement precise and directionally-aware experiences with accessories. Learn about resources for getting started with accessory and app development such as development kits, sample code, and specification documents, along with supported technology providers. To find out more about Nearby Interaction, check out the framework documentation linked as part of this session. And if you’re an accessory manufacturer or considering becoming one, be sure to check out the Nearby Interaction accessory specification documents and Getting Started resources.

Speaker: Yagil Burowski

Open in Apple Developer site

WWDC21 • Session 10044

Explore ShazamKit

Audio & Video • iOS, macOS, tvOS, watchOS • 15:06

Take advantage of Shazam’s exact audio matching capabilities within your app when you use ShazamKit. Learn how you can harness the immense Shazam catalog to create all sorts of experiences, including quickly recognizing the exact song playing in the background of a video captured by your app, offering dynamic visual effects based on the music playing in a room, or even syncing with external audio to provide companion app experiences. We’ll also show you how you can build custom catalogs within ShazamKit to match with any audio source — all on device. For a deeper dive, check out “Create custom audio experiences with ShazamKit,” where you’ll code along with us and learn how to build an education app that synchronizes perfectly with streamed video content.

Speakers: Marl Bullock, James Hewitt

Open in Apple Developer site

WWDC21 • Session 10089

Explore Verifiable Health Records

Health & Fitness • iOS • 18:24

Find out how you can securely request access to someone’s verifiable health records and incorporate that data safely into your app. The Health app helps people download, view, and share their health records, including their COVID-19 immunization and test results — and iOS 15 brings support for the SMART Health Card, a verifiable health record that incorporates the FHIR health data standard. We’ll show you how your app can go about requesting access to this record and how you can verify the signature of the file using CryptoKit and the issuer’s public key.

Speakers: Annie Yin, Cary Anderson

Open in Apple Developer site

WWDC21 • Session 10268

Explore Xcode Cloud workflows

Developer Tools • iOS, macOS, tvOS, watchOS • 23:49

Learn how Xcode Cloud workflows can help you and your team automate building, analyzing, testing, archiving, and distributing your apps and frameworks. They are flexible, extensible, and can be configured around your team’s development and distribution process. Find out the basics of Xcode Cloud Workflows, discover how to configure them from end to end, and check out recommended workflows to get you started with Apple’s continuous integration system. To get the most out of this session, we recommend first watching “Meet Xcode Cloud” from WWDC21.

Speakers: Justin Kuo, Wesley Cho, Kevin Zimmerman

Open in Apple Developer site

WWDC21 • Session 10286

Explore bindless rendering in Metal

Graphics & Games • iOS, macOS, tvOS • 21:12

Unleash the full potential of your shaders and implement modern rendering techniques by adding Argument Buffers to adopt bindless rendering. Learn how to make your entire scene and resources available to the GPU to make the most out of raytracing and rasterization pipelines.

Speaker: Alejandro Segovia Azapian

Open in Apple Developer site

WWDC21 • Session 10150

Explore hybrid rendering with Metal ray tracing

Graphics & Games • iOS, macOS • 29:48

Discover how you can combine ray tracing with your rasterization engine to implement simplified graphics techniques and elevate visuals in your app or game. We’ll explore how you can use natural algorithms to accurately simulate the interplays of light, and learn how to take advantage of the latest tools in Xcode to capture, inspect, and debug your ray-traced scenes.

Speakers: Ali de Jong, David Núñez Rubio

Open in Apple Developer site

WWDC21 • Session 10134

Explore structured concurrency in Swift

Swift • iOS, macOS, tvOS, watchOS • 27:54

When you have code that needs to run at the same time as other code, it’s important to choose the right tool for the job. We'll take you through the different kinds of concurrent tasks you can create in Swift, show you how to create groups of tasks, and find out how to cancel tasks in progress. We'll also provide guidance on when you may want to use unstructured tasks. To get the most out of this session, we first recommend watching “Meet async/await in Swift.”

Speakers: Kavon Farvardin, Joe Groff

Open in Apple Developer site

WWDC21 • Session 10261

Faster and simpler notarization for Mac apps

App Store Distribution & Marketing • macOS • 6:24

Notarization works in tandem with macOS to help people safely download software for their Mac outside of the App Store. Discover how notarytool can help you quickly and easily notarize your Mac app for distribution. We’ll show you how you can now notarize your apps with just a single command, and how to bring notarization into your continuous integration workflows. To learn about the notarization workflow, watch the 2019 video "All About Notarization."

Speaker: Olivia Hillman

Open in Apple Developer site

WWDC21 • Session 10260

Focus on iPad keyboard navigation

SwiftUI & UI Frameworks • iOS • 20:23

Improve the keyboard experience in your iPad and Mac Catalyst app. Discover how you can accelerate access to key features with the hardware keyboard, and navigate through your views and view controllers. Learn how to customize which elements are keyboard navigable, as well as how to customize the tab loop.

Speaker: Michael Ochs

Open in Apple Developer site

WWDC21 • Session 10096

Get ready for iCloud Private Relay

Privacy & Security • iOS, macOS, tvOS, watchOS • 15:07

iCloud Private Relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. Discover how your app can participate in this transition to a more secure and private internet: We'll show you how to prepare your apps, servers, and networks to work with iCloud Private Relay.

Speakers: Tommy Pauly, Delziel Fernandes

Open in Apple Developer site

WWDC21 • Session 10236

Host and automate your DocC documentation

Developer Tools • iOS, macOS, tvOS, watchOS • 13:50

Find out how you can easily host your Swift package and framework DocC documentation online. We’ll take you through configuring your web server to host your generated DocC archives, and help you learn to use the xcodebuild tool to automate documentation generation and keep your web content synchronized and up to date.

Speaker: David Rönnqvist

Open in Apple Developer site

WWDC21 • Session 10265

Immerse your app in spatial audio

Audio & Video • iOS, macOS, tvOS • 18:17

Discover how spatial audio can help you provide a theater-like experience for media in your apps and on the web. We’ll show you how you can easily bring immersive audio to those listening with compatible hardware, and how to automatically deliver different listening experiences depending on someone’s bandwidth or connection — all with little to no change to your code. And gain recommendations on how you can tailor the experience in your app and use spatial audio to tell stories in new, exciting ways.

Speaker: Simon Goldrei

Open in Apple Developer site

WWDC21 • Session 10166

Meet DocC documentation in Xcode

Developer Tools • iOS, macOS, tvOS, watchOS • 22:51

Discover how you can use DocC to build and share documentation for Swift packages and frameworks. We’ll show you how to begin generating documentation from your own code — or from third-party code you depend upon — and write and format it using Markdown. And we’ll also take you through the export process, helping you generate DocC archives to share with the public.

Speakers: Victoria Mitchell, Ethan Kusters

Open in Apple Developer site

WWDC21 • Session 10183

Meet Group Activities

Audio & Video • iOS, macOS, tvOS • 17:07

Learn more about the framework powering SharePlay, and discover the different types of shared experiences you can implement for people who use your app. Explore a high-level overview of the framework’s architecture and concepts, including how Group Activities and AVFoundation work in tandem, and learn how to implement it into your app. This is a great starting point to know more about SharePlay and how to integrate Group Activities in your apps.

Speakers: Pierre de Filippis, Bhaskar Sarma

Open in Apple Developer site

WWDC21 • Session 10294

Meet MusicKit for Swift

Audio & Video • iOS, macOS, tvOS, watchOS • 17:45

MusicKit makes it easy to integrate Apple Music into your app. Explore the Swift-based framework: We’ll take you through the basic process of using MusicKit — including how to find, request, and play content — and show you how you can incorporate music subscription workflows into your app if someone hasn’t yet signed up to Apple Music.

Speaker: Joel Lopes Da Silva

Open in Apple Developer site

WWDC21 • Session 10104

Meet Safari Web Extensions on iOS

Essentials • iOS, macOS • 38:10

Safari Web Extensions use HTML, CSS, and JavaScript to offer people powerful browser customizations — and you can now create them for every device that supports Safari. Learn how to build a Safari Web Extension that works for all devices, and discover how you can convert an existing extension to Safari through Xcode and the Safari Web Extension Converter.

Speaker: David Quesada

Open in Apple Developer site

WWDC21 • Session 10232

Meet Shortcuts for macOS

App Services • iOS, macOS • 26:50

Shortcuts is coming to macOS, and your apps are a key part of that process. Discover how you can elevate the capabilities of your app by exposing those features as Shortcuts actions. We’ll show you how to build actions for your macOS apps built with Catalyst or AppKit, deploy actions across platforms, publish and share shortcuts, and enable your app to run shortcuts from other apps. We’ll also take you through how Shortcuts fits in with existing Mac automation technologies like Automator and AppleScript.

Speakers: Ayaka Nonaka, Ian McDowell

Open in Apple Developer site

WWDC21 • Session 10114

Meet StoreKit 2

App Store Distribution & Marketing • iOS, macOS, tvOS, watchOS • 37:30

StoreKit 2 delivers powerful, Swift-native APIs for in-app purchases and auto-renewable subscriptions. Learn how you can easily implement in-app purchases and subscriptions, and discover APIs for retrieving product information, handling transactions, determining product entitlements and customer status, as well as comprehensive testing support in Xcode.

Speakers: Ross LeBeau, Jakob Swank

Open in Apple Developer site

WWDC21 • Session 10170

Meet TestFlight on Mac

App Store Distribution & Marketing • iOS, macOS, tvOS • 10:29

TestFlight has come to Mac. Learn how you can manage builds and testers, collect feedback, and deploy your macOS app. Discover enhancements for internal testing and new features that integrate with Xcode Cloud to make testing even easier on all platforms.

Speaker: Shobi Vijayakumar

Open in Apple Developer site

WWDC21 • Session 10267

Meet Xcode Cloud

Developer Tools • iOS, macOS, tvOS, watchOS • 16:32

Get to know Xcode Cloud, Apple's continuous integration and continuous delivery (CI/CD) service for building apps and frameworks for all Apple platforms. Find out how Xcode Cloud can improve both the productivity of your team and the quality of your products. We’ll show you how to start your first build, use a build report to fix issues, and collaborate with your team.

Speakers: Holly Lowe, Geoff McGinnis

Open in Apple Developer site

WWDC21 • Session 10132

Meet async/await in Swift

Swift • iOS, macOS, tvOS, watchOS • 33:38

Swift now supports asynchronous functions — a pattern commonly known as async/await. Discover how the new syntax can make your code easier to read and understand. Learn what happens when a function suspends, and find out how to adapt existing completion handlers to asynchronous functions.

Speakers: Nate Chandler, Robert Widmann

Open in Apple Developer site

WWDC21 • Session 10131

Meet declarative device management

App Store Distribution & Marketing • iOS, macOS • 22:17

The future of device management is here: Learn how you can support mobile device management while allowing individual devices to be autonomous and proactive, bringing both increased performance and scalability. We'll show you how you can incorporate this declarative model in your MDM solution.

Speaker: Melissa Nierle

Open in Apple Developer site

WWDC21 • Session 10171

Meet in-app events on the App Store

App Store Distribution & Marketing • iOS, macOS, tvOS • 14:13

Discover how you can promote timely events happening in your apps and games — like a game competition, a movie premiere, and more — directly on the App Store. We’ll show you how in-app events now appear on the App Store and how to create, schedule, and manage them in App Store Connect.

Speaker: Will Averill

Open in Apple Developer site

WWDC21 • Session 10123

Meet the Screen Time API

App Store Distribution & Marketing • iOS • 19:09

Explore the Screen Time API and learn how you can build apps that support customized parental controls — all while putting privacy first. Learn how you can use key features like core restrictions and device activity monitoring to create safe, secure experiences in your app while providing measurable control for parents and guardians.

Speakers: Christopher Skogen, Nolan Astrein

Open in Apple Developer site

WWDC21 • Session 10064

Meet the UIKit button system

Essentials • iOS, macOS, tvOS, watchOS • 20:07

Every app uses Buttons. With iOS 15, you can adopt updated styles to create gorgeous buttons that fit effortlessly into your interface. We'll explore features that make it easier to create different types of buttons, learn how to provide richer interactions, and discover how you can get great buttons when using Mac Catalyst.

Speakers: David Duncan, Eric Dudiak

Open in Apple Developer site

WWDC21 • Session 10133

Protect mutable state with Swift actors

Swift • iOS, macOS, tvOS, watchOS • 28:32

Data races occur when two separate threads concurrently access the same mutable state. They are trivial to construct, but are notoriously hard to debug. Discover how you can stop these data races in their tracks with Swift actors, which help synchronize access to data in your code. Discover how actors work and how to share values between them. Learn about how actor isolation affects protocol conformances. And finally, meet the main actor, a new way of ensuring that your code always runs on the main thread when needed. To get the most out of this session, we recommend first watching “Meet async/await in Swift.”

Speakers: Dario Rexin, Doug Gregor

Open in Apple Developer site

WWDC21 • Session 10279

Simplify sign in for your tvOS apps

Privacy & Security • tvOS • 7:55

Find out how people can use Face ID or Touch ID on their iOS or iPadOS device to authorize purchases and sign into your tvOS app. Discover how you can simplify sign in for people using your app and help them get to the content they want to enjoy, faster. We’ll show you how to set up a simplified sign in process and share some best practices about creating great sign in experiences for Apple TV. To get the most out of this session, we recommend a basic understanding of associated domains and the Authentication Services framework.

Speaker: Caleb Davenport

Open in Apple Developer site

WWDC21 • Session 10057

Take your iPad apps to the next level

Essentials • iOS • 36:16

Make even better iPad apps: Learn how you can adopt prominent scenes for uninterrupted, focused interactions. Help people stay engaged and fast with keyboard shortcuts and the keyboard shortcut interface. Explore how the latest in pointer enhancements can help your app boost productivity.

Speakers: Chris Donegan, Anant Jain, Mohammed Jisrawi

Open in Apple Developer site

WWDC21 • Session 10081

Tap into virtual and physical game controllers

Design • iOS, macOS, tvOS • 15:00

It’s time to up your input game: Learn about the latest improvements to virtual and physical game controllers for iPhone, iPad, Mac, and Apple TV. Meet the virtual on-screen controller, which turns touch input into game controller input, and find out how to add controller sharing features to your app. We’ll also show you how to support adaptive trigger technology found in DualSense controllers, provide best practices for controller support, and take you through some common pre-flight checks around accessible and customizable input before submitting to the App Store. For more information on saving highlight clips from a game controller, check out “Discover rolling clips in ReplayKit” from WWDC21.

Speaker: Nat Brown

Open in Apple Developer site

WWDC21 • Session 10275

The practice of inclusive design

Accessibility & Inclusion • iOS, macOS, tvOS, watchOS • 34:05

An inclusive app or game is not only usable by different people, but also welcomes people from diverse backgrounds and perspectives. Discover how you can design inclusive content for your interface, language, imagery, and marketing materials and support the broadest possible range of people with your app or game.

Speakers: Linda Dong, Sam Iglesias

Open in Apple Developer site

WWDC21 • Session 10304

The process of inclusive design

Accessibility & Inclusion • iOS, macOS, tvOS, watchOS • 36:33

Discover how you can deliver inclusive apps that can foster amazing experiences for everyone who uses your software. We’ll take you through best practices for creating and empowering diverse teams and explore how inclusivity influences every stage of the design and development process.

Speakers: Caroline Cranfill, Cynthia Bennett, Sabrine Rekik

Open in Apple Developer site

WWDC21 • Session 10142

Transition media gaplessly with HLS

Audio & Video • iOS, macOS, tvOS • 10:33

Discover how you can create streaming media content that seamlessly transitions between episodes, songs, scenes, and individual resources. With gapless HLS playback, you can stitch together multiple pieces of content on the fly to create customized workouts, design interactive content, tell compelling stories, and more. We’ll show you how you can provide faithful continuity for streaming music, event recordings, and pre-recorded video and provide a captivating viewing experience within your app.

Speaker: Simon Goldrei

Open in Apple Developer site

WWDC21 • Session 10181

Ultimate application performance survival guide

Developer Tools • iOS, macOS • 24:00

Performance optimization can seem like a daunting task — with many metrics to track and tools to use. Fear not: Our survival guide to app performance is here to help you understand tooling, metrics, and paradigms that can help smooth your development process and contribute to a great experience for people using your app.

Speaker: Shefali Saboo

Open in Apple Developer site

WWDC21 • Session 10276

Use the camera for keyboard input in your app

Photos & Camera • iOS • 11:34

Learn how you can support Live Text and intelligently pull information from the camera to fill out forms and text fields in your app. We’ll show you how to apply content filtering to capture the correct information when someone uses the camera as keyboard input and apply it to a relevant UITextField, helping your app input data like phone numbers, addresses, and flight information. And we’ll explore how you can create a custom interface, extend other controls like UIImageViews to support this capability, and more. For more on supporting Autofill in your app, we recommend watching “Autofill everywhere” from WWDC20 and “The Keys to a Better Text Input Experience” from WWDC17.

Speaker: Ron Santos

Open in Apple Developer site

WWDC21 • Session 10290

What's new in AVKit

Audio & Video • iOS, macOS • 8:04

Learn about enhancements to Picture in Picture and full screen improvements on macOS. Explore the new content source API, and learn how AVPictureInPictureController supports AVSampleBufferDisplayLayer, as well as recommended steps for an app to provide a seamless full screen experience on macOS or in a Mac Catalyst app.

Speaker: Marty Pye

Open in Apple Developer site

WWDC21 • Session 10012

What's new in App Clips

App Services • iOS • 15:47

Discover how App Clips can elevate quick and focused experiences for specific tasks, the moment your customer needs them. We’ll take you through some of the latest improvements to App Clips, including launching an experience directly from an app, testing your App Clip locally, and creating App Clip Codes to make it easy to access your experience in the real world. We’ll also share some great examples of App Clips from our developer community that provide innovative ways to interact with people and beautiful designs. To get the most of this session, we recommend first watching “Explore App Clips” and “Configure and link your App Clips” from WWDC20.

Speakers: Yongjun Zhang, Luming Yin

Open in Apple Developer site

WWDC21 • Session 10054

What's new in AppKit

Essentials • macOS • 21:32

Explore the latest advancements in Mac app development with AppKit. We’ll show how you can enhance your app’s design with new control features and SF Symbols 3, build powerful text experiences using TextKit 2, and harness the latest Swift features in your app.

Speaker: Jeff Nadeau

Open in Apple Developer site

WWDC21 • Session 10086

What's new in CloudKit

Essentials • iOS, macOS, tvOS, watchOS • 26:48

CloudKit provides a secure, convenient, and reliable cloud database for your apps — and it’s only getting better. Discover how you can unravel your threads with support for async/await and convenience API additions. We’ll also show you how to encourage collaboration between people using your app through sharing entire record zones of data, and explore how to adopt CloudKit features like encrypted values and help protect sensitive data within your app. To get the most out of this session, we recommend being familiar with CloudKit and its operations on containers, as well as a basic understanding of record and data types.

Speakers: Nihar Sharma, Qian Wu

Open in Apple Developer site

WWDC21 • Session 10109

What's new in Foundation

Essentials • iOS, macOS, tvOS, watchOS • 37:35

Discover how the latest updates to Foundation can help you improve your app's localization and internationalization support. Find out about the new AttributedString, designed specifically for Swift, and learn how you can use Markdown to apply style to your localized strings. Explore the grammar agreement engine, which automatically fixes up localized strings so they match grammatical gender and pluralization. And we’ll take you through improvements to date and number formatting that simplify complex requirements while also improving performance.

Speaker: Tony Parker

Open in Apple Developer site

WWDC21 • Session 10018

What’s new in SwiftUI

Essentials • iOS, macOS, tvOS, watchOS • 40:13

There’s never been a better time to develop your apps with SwiftUI. Discover the latest updates to the UI framework — including lists, buttons, and text fields — and learn how these features can help you more fully adopt SwiftUI in your app. Find out how to create beautiful, visually-rich graphics using the canvas view, materials, and enhancements to symbols. Explore multi-column tables on macOS, refinements to focus and keyboard interaction, and the multi-platform search API. And we’ll show you how to take advantage of features like Swift concurrency, a brand new AttributedString, format styles, localization, and so much more.

Speakers: Matt Ricketson, Taylor Kelly

Open in Apple Developer site

WWDC21 • Session 10059

What's new in UIKit

Essentials • iOS • 26:52

Discover the latest updates and improvements to UIKit and learn how to build better iPadOS, iOS, and Mac Catalyst apps. We’ll take you through UI refinements, productivity updates, and API enhancements, and help you explore performance improvements and security & privacy features.

Speakers: Michael Turner, Jamie Montgomerie

Open in Apple Developer site

WWDC21 • Session 10002

What's new in watchOS 8

Essentials • watchOS • 19:46

watchOS 8 brings all-new opportunities to keep people up to date on their watch face. With new APIs for the Always-On Retina display and updating complications from Bluetooth devices and background delivery of HealthKit data, it's never been easier to keep your app up to date. Learn about region-based user notifications to leverage location in your app. Explore all the new enhancements to SwiftUI and watchOS that will get you excited to build your next Watch app.

Speaker: Jake Behrens

Open in Apple Developer site

WWDC21 • Session 10192

What’s new in Swift

Essentials • iOS, macOS, tvOS, watchOS • 32:44

Join us for an update on Swift. Discover the latest language advancements that make your code easier to read and write. Explore the growing number of APIs available as Swift packages. And we’ll introduce you to Swift’s async/await syntax, structured concurrency, and actors.

Speakers: Nicole Jacque, Tim Kientzle

Open in Apple Developer site

WWDC21 • Session 10066

What’s new in Game Center: Widgets, friends, and multiplayer improvements

App Services • iOS, macOS, tvOS • 22:09

Power up your online gaming experience with GameKit and adopt features like multiplayer, leaderboards, and achievements in your game. We’ll take you through the latest improvements to Game Center, including player matching and multiplayer APIs, and explore how you can boost discovery of your game.

Speakers: Ally Kazmucha, Chee Han Lim, Zhehong An

Open in Apple Developer site

WWDC21 • Session 10130

What’s new in managing Apple devices

App Store Distribution & Marketing • iOS, macOS • 14:25

Discover the latest advancements in key device management capabilities for your organization or MDM solution. Explore the refreshed device management Settings on iOS and iPadOS, an all-new return to service functionality for macOS, and other updates to device management across Apple platforms.

Speakers: Graham McLuhan, Nadia Hussein

Open in Apple Developer site

WWDC21 • Session 10259

Your guide to keyboard layout

Accessibility & Inclusion • iOS • 14:40

Discover how you can use the Keyboard Layout Guide to manage how keyboards work within your iOS or iPadOS app. Learn how you can avoid writing lengthy code blocks when you use UIKeyboardLayoutGuide and UITrackingLayoutGuide to integrate the keyboard into your interface, helping people have a smoother, more enjoyable experience whenever they use the on-screen keyboard within your app. To get the most out of this session, we recommend familiarity with both Auto Layout and UILayoutGuide.

Speaker: Kasia Wawer

Open in Apple Developer site

WWDC21 • Session 10317

Out of this world... on to Mars

Design • 16:32

Fascinated by aerospace engineering and fighter jets from the age of 11, MIT graduate Tiera Fletcher followed her passion. At 22, she landed her dream job working on NASA’s Space Launch System, the most powerful rocket created in history. Learn what it’s like to design components of a 322-foot-tall, 8.8-million-pounds-of-thrust-producing rocket intended to journey humans into deep space — including the moon, Mars, and beyond.

Speaker: Tiera Fletcher

Open in Apple Developer site

WWDC21 • Session 10078

AR Quick Look, meet Object Capture

Augmented Reality • iOS, macOS • 14:25

Discover simple ways to bring your Object Capture assets to AR Quick Look while optimizing for visual quality and file size. Explore ways you can integrate AR Quick Look and Object Capture to help create entirely new experiences. To get the most out of this session, we recommend first watching “Advances in AR Quick Look” from WWDC19. You can also learn how to integrate Apple Pay and custom actions with AR on the web through “Shop online with AR Quick Look” from WWDC20.

Speaker: Jerry Yu

Open in Apple Developer site

WWDC21 • Session 10264

Adopt Quick Note

Safari & Web • iOS, macOS • 14:45

Learn how you can link your app to Quick Note and help people quickly connect your content to their notes — and their notes to your content. Discover how Quick Note recognizes and links to app content through NSUserActivity, and find out how you can adopt this API in your app. We’ll take you through the requirements, benefits, and features of supporting Quick Note. We'll also provide guidance and best practices for NSUserActivity to help your app get all of its benefits.

Speaker: Nicki Brower

Open in Apple Developer site

WWDC21 • Session 10212

Analyze HTTP traffic in Instruments

Developer Tools • iOS, macOS, tvOS, watchOS • 33:56

Learn to use the Instruments Network template to record and analyze your app's HTTP traffic. We'll show you how to explore and visualize the behavior of sessions, tasks, and individual HTTP requests to ensure data is transmitted efficiently and respects people's privacy.

Speakers: Kacper Harasim, Sergio Lopez

Open in Apple Developer site

WWDC21 • Session 10009

Build a workout app for Apple Watch

Health & Fitness • watchOS • 54:09

Build a workout app from scratch using SwiftUI and HealthKit during this code along. Learn how to support the Always On state using timelines to update workout metrics. Follow best design practices for workout apps.

Speaker: Brady White

Open in Apple Developer site

WWDC21 • Session 10037

Build dynamic iOS apps with the Create ML framework

ML & Vision • iOS • 16:48

Discover how your app can train Core ML models fully on device with the Create ML framework, enabling adaptive and customized app experiences, all while preserving data privacy. We'll explore the types of models that can be created on-the-fly for image-based tasks like Style Transfer and Image Classification, audio tasks like custom Sound Classification, or tasks that build on a rich set of Text Classification, Tabular Data Classification, and Tabular Regressors. And we'll take you through the many opportunities these models offer to make your app more personal and dynamic. For even more inspiration, check out “Classify hand poses and actions with Create ML” and “Discover built-in sound classification in SoundAnalysis” from WWDC21.

Speakers: Tao Jia, Jack Cackler

Open in Apple Developer site

WWDC21 • Session 10196

Build interfaces with style

Developer Tools • iOS, macOS • 19:15

Discover how you can iterate upon your interfaces even more quickly when building your apps. Learn how you can modernize your UI with the latest button styles and table view cell content configurations, both of which give you greater control directly inside of Interface Builder. We’ll show you how you can preview common customizations with accessibility overrides — such as dynamic type size and increased contrast — all without leaving the canvas. We’ll also take you through hierarchical symbols to easily add a splash of color to reinvigorate your app. Whether you’re just starting out or have been developing apps for years, learn best practices for creating great interfaces with tips and tricks sprinkled along the way.

Speakers: Luke Larson, Youssef Elabd

Open in Apple Developer site

WWDC21 • Session 10013

Build light and fast App Clips

App Services • iOS • 29:35

App Clips give people the power to discover and download a small part of your app at a moment’s notice to complete tasks and transactions. Explore tips and best practices to help you create compact App Clips that emphasize modern features and elegant design. Learn how you can build reliable and secure App Clips to ensure that people can always access your experience when scanning a physical App Clip Code or viewing it through your website. And we’ll take you through specific strategies for testing an App Clip before releasing it to the world.

Speaker: Brian Goldberg

Open in Apple Developer site

WWDC21 • Session 10160

Capture and process ProRAW images

Graphics & Games • iOS, macOS • 26:30

When you support ProRAW in your app, you can help photographers easily capture and edit images by combining standard RAW information with Apple’s advanced computational photography techniques. We’ll take you through an overview of the format, including the look and feel of ProRAW images, quality metrics, and compatibility with your app. From there, we’ll explore how you can incorporate ProRAW into your app at every stage of the production pipeline, including capturing imagery with AVFoundation, storage using PhotoKit, and editing with Core Image.

Speakers: David Hayward, Tuomas Viitanen, Matt Dickoff

Open in Apple Developer site

WWDC21 • Session 10039

Classify hand poses and actions with Create ML

Augmented Reality • iOS, macOS • 26:49

With Create ML, your app’s ability to understand the expressiveness of the human hand has never been easier. Discover how you can build off the support for Hand Pose Detection in Vision and train custom Hand Pose and Hand Action classifiers using the Create ML app and framework. Learn how simple it is to collect data, train a model, and integrate it with Vision, Camera, and ARKit to create a fun, entertaining app experience. To learn more about Create ML and related concepts around model training, check out “Build an Action Classifier with Create ML” from WWDC20. And don’t miss “Build dynamic iOS apps with the Create ML framework” to learn how your models can be trained on-the-fly and on device from within your app.

Speakers: Nathan Wertman, Brittany Weinert, Geppy Parziale

Open in Apple Developer site

WWDC21 • Session 10225

Coordinate media experiences with Group Activities

Audio & Video • iOS, macOS, tvOS • 37:58

Discover how you can help people watch or listen to content all in sync with SharePlay and the Group Activities framework. We’ll show you how to adapt a media app into a synchronized, SharePlay-enabled experience for multiple people. Learn how to add Group Activities to your app, explore the Picture in Picture layout, and find out how the playback coordinator object can help you fine-tune playback across multiple devices.

Speakers: Hayden Lee, Moritz Wittenhagen

Open in Apple Developer site

WWDC21 • Session 10223

Create accessible experiences for watchOS

Accessibility & Inclusion • watchOS • 23:26

Discover how you can build a top-notch accessibility experience for watchOS when you support features like larger text sizes, VoiceOver, and AssistiveTouch. We’ll take you through adding visual and motor accessibility support to a SwiftUI app built for watchOS, including best practices around API integration, experience, and more.

Speakers: Daniel Sykes-Turner, Virata Yindeeyoungyeon

Open in Apple Developer site

WWDC21 • Session 10190

Create audio drivers with DriverKit

Audio & Video • macOS • 18:38

Discover how to use the AudioDriverKit API to consolidate your Audio Server plug-in and DriverKit extension into a single package. Learn how you can simplify audio driver installation with an app instead of an installer package and distribute your driver through the Mac App Store. And we’ll take you through how the Core Audio HAL interacts with AudioDriverKit and discover best practices for audio device drivers.

Speaker: Baek San Chang

Open in Apple Developer site

WWDC21 • Session 10250

Create custom symbols

Design • iOS, macOS, tvOS, watchOS • 25:47

Discover how you can create custom iconography with the latest rendering modes in SF Symbols 3. We’ll help you learn how to draw, edit, and annotate symbols, as well as explore more advanced techniques to improve the design process. For a primer on working with custom symbol templates, we recommend first watching “Introducing SF Symbols” from WWDC19.

Speaker: Mike LaGattuta

Open in Apple Developer site

WWDC21 • Session 10063

Customize and resize sheets in UIKit

SwiftUI & UI Frameworks • macOS • 12:12

Discover how you can create a layered and customized sheet experience in UIKit. We’ll explore how you can build a non-modal experience in your app to allow interaction with content both in a sheet and behind the sheet at the same time. We’ll also take you through sheet size customization, revealing or hiding grabber controls, and adapting between popovers and customized sheets in your app. To get the most out of this session, we recommend watching the Presentations portion of “Modernizing Your UI for iOS 13” from WWDC19 beginning at 9:45.

Speaker: Russell Ladd

Open in Apple Developer site

WWDC21 • Session 10269

Customize your advanced Xcode Cloud workflows

Developer Tools • iOS, macOS, tvOS, watchOS • 21:47

Xcode Cloud integrates with Apple Developer tools and services, all major source control management services, and even social collaboration tools like Slack. If your development process relies on additional tools and external services, however, you can fine-tune your workflows and the behavior of your build. Learn how you can pass information to your build using environment variables and run additional commands inside your actions using custom build scripts. Find out how to add additional repositories where you and your team might share work. And discover how you can integrate Xcode Cloud with external services using webhooks. To get the most out of this session, we recommend first watching “Meet Xcode Cloud” and “Explore Xcode Cloud workflows” from WWDC21.

Speakers: Itai Rom, Yan Huang

Open in Apple Developer site

WWDC21 • Session 10022

Demystify SwiftUI

SwiftUI & UI Frameworks • iOS, macOS, tvOS, watchOS • 40:17

Peek behind the curtain into the core tenets of SwiftUI philosophy: Identity, Lifetime, and Dependencies. Find out about common patterns, learn the principles that drive the framework, and discover how you can use them to guarantee correctness and performance for your app.

Speakers: Matt Ricketson, Luca Bernardi, Raj Ramamurthy

Open in Apple Developer site

WWDC21 • Session 10283

Design great actions for Shortcuts, Siri, and Suggestions

App Services • iOS, macOS, watchOS • 22:12

Actions are the building blocks of shortcuts. They allow people to take advantage of your app’s functionality even when they're not looking at your app’s interface. We'll show you how to design actions that are useful, easy-to-use, and can be incorporated into powerful multi-step shortcuts. You'll also explore enhancements around publishing and sharing shortcuts, ensuring that people can access your app in the way they want across all of Apple's platforms.

Speakers: Ari Weinstein, Cameron Burgess

Open in Apple Developer site

WWDC21 • Session 10040

Detect people, faces, and poses using Vision

ML & Vision • iOS, macOS • 17:58

Discover the latest updates to the Vision framework to help your apps detect people, faces, and poses. Meet the Person Segmentation API, which helps your app separate people in images from their surroundings, and explore the latest contiguous metrics for tracking pitch, yaw, and the roll of the human head. And learn how these capabilities can be combined with other APIs like Core Image to deliver anything from simple virtual backgrounds to rich offline compositing in an image-editing app. To get the most out of this session, we recommend watching “Detect Body and Hand Pose with Vision” from WWDC20 and “Understanding Images in Vision Framework” from WWDC19. To learn even more about people analysis, see “Detect Body and Hand Pose with Vision” from WWDC20 and “Understanding Images in Vision Framework” from WWDC19.

Speaker: Sergey Kamensky

Open in Apple Developer site

WWDC21 • Session 10087

Diagnose Power and Performance regressions in your app

App Store Distribution & Marketing • iOS, macOS • 15:29

Quickly discover how to identify priorities when viewing power and performance regressions. Learn how to track metrics that have regressed with device-and percentile-specific information, so you can focus your efforts on optimization and save valuable development time. We’ll also show you how to track down common anti-patterns in your app that wear out device storage, help you customize your workflows, and add App Store Connect APIs to help you stay up to date on your app’s real-world performance.

Speakers: Sonia Mannan, Shreyas Binnamangala Prabhu

Open in Apple Developer site

WWDC21 • Session 10157

Discover Metal debugging, profiling, and asset creation tools

Developer Tools • iOS, macOS, tvOS • 39:52

Explore how Xcode can help you take your Metal debugging, profiling and asset creation workflows to the next level. Discover the latest tools for ray tracing and GPU profiling, and learn about Metal Debugger workflows. We’ll also show you how to use the Texture Converter tool, which supports all modern GPU texture formats and can easily integrate into your multi-platform asset creation pipelines.

Speakers: Egor Shkorov, Amanda Marano

Open in Apple Developer site

WWDC21 • Session 10136

Discover account-driven User Enrollment

App Store Distribution & Marketing • iOS, macOS • 21:06

Learn how User Enrollment helps you support “bring your own device” deployments in your business or enterprise environment. We’ll explore data separation, enhancements to Managed Apple IDs and how you can use the new account-based onboarding in your organization.

Speakers: Timm Hannon, Melissa Nierle

Open in Apple Developer site

WWDC21 • Session 10019

Discover concurrency in SwiftUI

Swift • iOS, macOS, tvOS, watchOS • 22:53

Discover how you can use Swift’s concurrency features to build even better SwiftUI apps. We’ll show you how concurrent workflows interact with your ObservableObjects, and explore how you can use them directly in your SwiftUI views and models. Find out how to use await to make your app run smoothly on the SwiftUI runloop, and learn how to fetch remote images quickly with the AsyncImage API. And we'll take you through the process of enabling additional asynchronous flows in your custom views.

Speakers: Curt Clifton, Jessica Zivotsky

Open in Apple Developer site

WWDC21 • Session 10079

Discover geometry-aware audio with the Physical Audio Spatialization Engine (PHASE)

Audio & Video • iOS, macOS • 37:27

Explore how geometry-aware audio can help you build complex, interactive, and immersive audio scenes for your apps and games. Meet PHASE, Apple’s spatial audio API, and learn how the Physical Audio Spatialization Engine (PHASE) keeps the sound aligned with your experience at all times — helping you create spatial soundscapes and scenes during the development process, rather than waiting until post production. We’ll take you through an overview of the API and its classes, including Sources, Listeners, Acoustic Geometry, and Materials, and introduce the concept of Spatial Modeling. We’ll also show you how to quickly combine PHASE’s basic building blocks to start building an integrated audio experience for your app or game.

Speakers: Bharath Venkatesan, David Thall

Open in Apple Developer site

WWDC21 • Session 10126

Discoverable design

Design • iOS, macOS, tvOS, watchOS • 32:43

Discover how you can create interactive, memorable experiences to onboard people into your app. We’ll take you through discoverable design practices and learn how you can craft explorable, fun interfaces that help people grasp the possibilities of your app at a glance. We’ll also show you how to apply this methodology to personalize your content and make your app easy to customize.

Speakers: Jiabao Li, Mylène Dreyer

Open in Apple Developer site

WWDC21 • Session 10167

Elevate your DocC documentation in Xcode

Developer Tools • iOS, macOS, tvOS, watchOS • 17:45

Great documentation can help people effectively and easily adopt your Swift framework. Discover how you can create rich, conceptual articles to accompany your API. You’ll learn best practices for writing articles, including how to structure your documentation, and find out how to create automatically managed links that connect your docs together.

Speakers: Beatriz Magalhães, Jack Lawrence

Open in Apple Developer site

WWDC21 • Session 10145

Evaluate videos with the Advanced Video Quality Tool

Audio & Video • iOS, macOS, tvOS • 16:34

Learn how the Advanced Video Quality Tool (AVQT) can help you accurately assess the perceptual quality of your compressed video files. Utilizing the AVFoundation framework, AVQT supports a wide range of video formats, codecs, resolutions and frame-rates in both the SDR and HDR domains, which results in easy and efficient workflows — for example, no requirement to decode to a raw pixel format. AVQT uses Metal to achieve high processing speeds by offloading heavy pixel-level computation to the GPU, typically analyzing videos in excess of real-time video frame rates. With incredible ease of use and computational efficiency, AVQT can help you eliminate low-quality videos from your video catalog before they might otherwise reach people in your app.

Speaker: Pranav Sodhani

Open in Apple Developer site

WWDC21 • Session 10159

Explore Core Image kernel improvements

Audio & Video • iOS, macOS • 9:02

Discover how you can add Core Image kernels written in the Metal Shading Language into your app. We’ll explore how you can use Xcode rules and naming conventions for Core Image kernels written in the Metal Shading Language, and help you make sense of Metal’s Stitchable functions and dynamic library features to benefit Core Image kernels.

Speaker: David Hayward

Open in Apple Developer site

WWDC21 • Session 10027

Explore Safari Web Extension improvements

App Services • iOS, macOS • 16:54

Learn how you can extend Safari’s functionality with Safari Web Extensions. We’ll introduce you to the latest WebExtension APIs, explore non-persistent background page support — a particularly relevant topic if you’re developing for iOS — and discover how you can use the Declarative Net Request WebExtensions API to block content on the web. Finally, we’ll show you how to customize tabs in Safari 15.

Speaker: Ellie Epskamp-Hunt

Open in Apple Developer site

WWDC21 • Session 10084

Explore UWB-based car keys

App Services • iOS, watchOS • 16:13

Discover how to create digital car keys that support Ultra Wideband (UWB), allowing people to unlock and start their car while leaving iPhone in their bag or pocket or Apple Watch on their wrist. We’ll show you how to integrate UWB, add proximity actions and distance unlock features, and help people personalize their vehicle settings by identifying which key someone uses on the driver-side door. To get the most out of this session, we recommend watching the session “Introducing Car Keys” from WWDC20, which details the basics of pairing, key management, and server actions.

Speaker: Arun Yadav

Open in Apple Developer site

WWDC21 • Session 10032

Explore WKWebView additions

Safari & Web • iOS, macOS • 21:44

Explore the latest updates to WKWebView. We’ll show you how to use APIs to manipulate web content without JavaScript, explore delegates that can help with WebRTC and Downloads, and share how you can easily create a richer web experience within your app.

Speaker: Megan Gardner

Open in Apple Developer site

WWDC21 • Session 10075

Explore advanced rendering with RealityKit 2

Augmented Reality • iOS, macOS • 29:52

Create stunning visuals for your augmented reality experiences with cutting-edge rendering advancements in RealityKit. Learn the art of writing custom shaders, draw real-time dynamic meshes, and explore creative post-processing effects to help you stylize your AR scene.

Speaker: Courtland Idstrom

Open in Apple Developer site

WWDC21 • Session 10140

Explore dynamic pre-rolls and mid-rolls in HLS

Audio & Video • iOS, macOS, tvOS • 15:19

Learn how you can create seamless transitions between advertisements and your HLS streams. We’ll show you how to incorporate HLS tags and AVFoundation APIs to create media experiences that move easily between your primary content and mid-rolls, and provide best practices for playing these streams in your app.

Speaker: Prashant Nandakumar

Open in Apple Developer site

WWDC21 • Session 10158

Explore low-latency video encoding with VideoToolbox

Audio & Video • iOS, macOS • 19:56

Supporting low latency encoders has become an important aspect of video application development process. Discover how VideoToolbox supports low-delay H.264 hardware encoding to minimize end-to-end latency and achieve new levels of performance for optimal real-time communication and high-quality video playback.

Speaker: Peikang Song

Open in Apple Developer site

WWDC21 • Session 10288

Explore the SF Symbols 3 app

Design • iOS, macOS, tvOS, watchOS • 12:46

Tour the latest updates to the SF Symbols app — our interactive library for iconography. Learn how you can use the library to design accessible and inclusive apps that look incredible: We’ll take you through changes to the app and symbols search, explore previewing and custom symbol management, and help you integrate symbols into your interface designs. It's recommended you watch "What's new in SF Symbols" from WWDC21 before watching this video.

Speaker: Paul Sim

Open in Apple Developer site

WWDC21 • Session 10291

Explore the catalog with the Apple Music API

Audio & Video • iOS • 7:50

Discover how you can use the Apple Music API to fetch music catalog metadata for your app. Explore the latest updates to the API as well as some advanced techniques for shaping your requests and highlighting the right metadata for a project. To get the most out of this session, we recommend some familiarity with the Apple Music API.

Speaker: Graham Seyffert

Open in Apple Developer site

WWDC21 • Session 10295

Get ready to optimize your App Store product page

App Store Distribution & Marketing • iOS • 8:20

Discover new ways to make your product page more relevant. Learn how you can use custom product pages to highlight different features and content in your app for different users. Explore how you can optimize your product page by comparing the effectiveness of different visual assets to see what users like most. We'll cover what you need to know, the assets to prepare, and how to get ready to create the most effective product page for your app.

Speaker: Prabha Bashyam

Open in Apple Developer site

WWDC21 • Session 10141

Improve global streaming availability with HLS Content Steering

Audio & Video • iOS, macOS, tvOS • 13:01

Discover how you can use HLS playlist tags and the Steering Manifest format with your content to help dynamically update CDN redundancy policies tuned for each viewer. Learn how to load balance, set failover, and more.

Speaker: Naiwei Zheng

Open in Apple Developer site

WWDC21 • Session 10252

Make blazing fast lists and collection views

SwiftUI & UI Frameworks • macOS • 22:29

Build consistently smooth scrolling list and collection views: Explore the lifecycle of a cell and learn how to apply that knowledge to eliminate rough scrolling and missed frames. We’ll also show you how to improve your overall scrolling experience and avoid costly hitches, with optimized image loading and automatic cell prefetching. To get the most out of this video, we recommend a basic familiarity with diffable data sources and compositional layout.

Speakers: Aditya Krishnadevan, Patrick Metcalfe

Open in Apple Developer site

WWDC21 • Session 10297

Manage devices with Apple Configurator

App Store Distribution & Marketing • iOS, macOS • 9:51

Apple Configurator is now more capable than ever. Whether you’re provisioning iOS, iPadOS, and tvOS devices in your organization or servicing existing macOS devices, learn how Apple Configurator can help with key workflows. And, coming to iPhone in iOS 15, discover how you can bring Automated Device Enrollment to even more macOS devices.

Speaker: Pradhap Natarajan

Open in Apple Developer site

WWDC21 • Session 10174

Manage in-app purchases on your server

App Store Distribution & Marketing • iOS, macOS, tvOS, watchOS • 33:42

Discover the latest updates to managing in-app purchases on your server. Explore how you can use servers to track status changes, handle refunds, and manage subscriber status. Learn about App Store server APIs around status and in-app purchase transactions, and find out how App Store server notifications can help you track more customer lifecycle events. We’ll also take you through managing Family Sharing for in-app purchases, and the latest improvements to testing in-app purchases in the sandbox environment.

Speaker: Tori Shurman

Open in Apple Developer site

WWDC21 • Session 10287

Measure health with motion

Health & Fitness • iOS, watchOS • 20:48

Discover how you can take your app’s health monitoring to the next level with motion data. Meet Walking Steadiness for iPhone and the six-minute-walk metric for Apple Watch: Walking Steadiness can help your app interpret someone’s quality of walking and risk of falling, while the six-minute-walk metric — along with the HealthKit estimate recalibration API — can track changes to walking endurance following acute events like surgery. We’ll show you how you can support these metrics and help provide actionable health data to people who use your app, helping improve patient care and clinical trials, especially as more services must be delivered remotely.

Speakers: Irida Mance, Sohum Thakkar

Open in Apple Developer site

WWDC21 • Session 10058

Meet AsyncSequence

Swift • iOS, macOS, tvOS, watchOS • 14:20

Iterating over a sequence of values over time is now as easy as writing a “for” loop. Find out how the new AsyncSequence protocol enables a natural, simple syntax for iterating over anything from notifications to bytes being streamed from a server. We'll also show you how to adapt existing code to provide asynchronous sequences of your own. To get the most out of this session, we recommend first watching “Meet async/await in Swift.”

Speaker: Philippe Hausler

Open in Apple Developer site

WWDC21 • Session 10061

Meet TextKit 2

SwiftUI & UI Frameworks • iOS, macOS • 41:03

Meet TextKit 2: Apple’s next-generation text engine, redesigned for improved correctness, safety, and performance. Discover how TextKit 2 can help you provide a better text experience for international audiences, create more diverse layouts by mixing text content with visual content, and ensure smooth scrolling performance. We’ll introduce the latest APIs, dive into some practical examples, and provide guidance for modernizing your apps.

Speakers: Donna Tom, Chris Willmore

Open in Apple Developer site

WWDC21 • Session 10102

Meet the Location Button

Essentials • iOS, macOS, tvOS, watchOS • 13:21

Meet CLLocationButton: a secure interface element that provides an easy, low-friction way to grant your app location access only when and where it is needed. Learn how you can add CLLocationButton to new or existing code, how to customize it within interface legibility guidelines, how to recognize and address customization failures, and how it interacts with iOS’s traditional prompt-based Location Services authorization. To get the most out of this session, we recommend basic familiarity with the Core Location API.

Speaker: Cindy Clarissa

Open in Apple Developer site

WWDC21 • Session 10256

Meet the Swift Algorithms and Collections packages

Swift • iOS, macOS, tvOS, watchOS • 30:29

Discover two of the latest additions to the list of open-source Swift packages from Apple: Swift Algorithms and Swift Collections. Not only can you use these packages immediately, they also incubate new algorithms and data structures for eventual inclusion in the Swift Standard Library. We’ll show you how you can integrate these packages into your projects and select the right algorithms and data structures to make your code clearer and faster.

Speakers: Kyle Macomber, Karoy Lorentey

Open in Apple Developer site

WWDC21 • Session 10106

Move beyond passwords

Privacy & Security • iOS, macOS • 25:20

Despite their prevalence, passwords inherently come with challenges that make them poorly suited to securing someone’s online accounts. Learn more about the challenges passwords pose to modern security and how to move beyond them. Explore the next frontier in account security with secure-by-design, public-key-based credentials that use the Web Authentication standard. Discover in this technology preview how Apple is approaching this standard in iOS 15 and macOS Monterey.

Speaker: Garrett Davidson

Open in Apple Developer site

WWDC21 • Session 10053

Qualities of a great Mac Catalyst app

Essentials • macOS • 24:20

Discover best practices, tools, and techniques to help craft the best possible Mac Catalyst app. We’ll take you through key considerations when you bring your iPad app to macOS, explore detailed code examples for refining your interface and experience, and show you how to distribute your Mac app to everyone. To get the most out of this session, we recommend a basic familiarity with Mac Catalyst. Watch “What’s new in Mac Catalyst” from WWDC21 to get an overview of the latest features for bringing your iPad app to Mac. And for more on improving your macOS experience, watch “Optimize the interface of your Mac Catalyst app” from WWDC20.

Speakers: Owen Monsma, Dave Rahardja

Open in Apple Developer site

WWDC21 • Session 10056

Qualities of great iPad and iPhone apps on Macs with M1

App Store Distribution & Marketing • iOS, macOS • 22:37

It’s easier than ever to offer your existing iPad and iPhone apps on Macs with M1. We’ll show you how to bring your app to macOS, and explore how the system automatically bridges various features of your app to work on the Mac. We'll also provide guidance on best practices in your iPad app, combined with improvements in macOS Monterey — like Apple Pay support, improved AV handling, and shortcuts — to provide the fullest experience on Macs with M1.

Speaker: Nils Beck

Open in Apple Developer site

WWDC21 • Session 10205

Review code and collaborate in Xcode

Developer Tools • iOS, macOS, tvOS, watchOS • 11:16

Explore the latest enhancements to code review and pull requests in Xcode. Learn more about diff display preferences, commit selectors, changes navigator, and pull request workflows. We’ll show you how you can collaborate with your team and find regressions by connecting your code review and PR workflows directly to your source code.

Speaker: Kieran Senior

Open in Apple Developer site

WWDC21 • Session 10349

SF Symbols in SwiftUI

Design • iOS, macOS, tvOS, watchOS • 10:57

Discover how you can incorporate SF Symbols into your SwiftUI app. We’ll explore basic techniques for presenting symbols, customizing their size, and showing different variants. We’ll also take you through the latest updates to symbol colorization and help you pick the right tool for your app’s needs.

Speaker: Jacob Xiao

Open in Apple Developer site

WWDC21 • Session 10251

SF Symbols in UIKit and AppKit

SwiftUI & UI Frameworks • iOS, macOS, tvOS • 15:05

Learn how you can create colorized symbols with SF Symbols 3 and customize them to match the visual design of your app’s interface. We’ll take you through the latest UIKit and AppKit APIs for integrating colorized symbols, as well as best practices for implementation. To get the most out of this session, we recommend watching “Introducing SF Symbols” from WWDC19.

Speaker: Tom Adriaenssen

Open in Apple Developer site

WWDC21 • Session 10105

Secure login with iCloud Keychain verification codes

Privacy & Security • iOS, macOS • 14:32

Learn how you can support on-device verification codes in your app or website for a more secure sign-in experience. We’ll explore the latest updates to the iCloud Keychain password manager and discover how verification codes, AutoFill, iCloud Keychain sync, and two-tap setup simplify the multi-step sign-in process. We’ll show you how to support this process in your apps and websites.

Speaker: Eryn Wells

Open in Apple Developer site

WWDC21 • Session 10091

Send communication and Time Sensitive notifications

App Services • iOS, macOS, watchOS • 20:59

Learn more about the evolution of notifications on Apple platforms. We’ll explore how you can help people manage notifications within your app, including how you can craft meaningful moments with interruption levels and Time Sensitive notifications. And we’ll introduce you to communication notifications, providing a richer experience for calls and messages in your app through SiriKit. To get the most out of this session, we recommend having experience creating local and remote notifications, as well as some familiarity with SiriKit intents.

Speakers: Kritarth Jain, Kevin Harrington

Open in Apple Developer site

WWDC21 • Session 10098

Showcase app data in Spotlight

SwiftUI & UI Frameworks • iOS, macOS • 16:32

Discover how Core Data can surface data from your app in Spotlight with as little as two lines of code. Learn how to make that data discoverable in Spotlight search and to customize how it is presented to people on device. Lastly, we’ll show you how to implement full-text search within your app, driven completely with the data indexed by Spotlight.

Speaker: David Stites

Open in Apple Developer site

WWDC21 • Session 10194

Swift concurrency: Update a sample app

Swift • iOS, macOS, tvOS, watchOS • 54:25

Discover Swift concurrency in action: Follow along as we update an existing sample app. Get real-world experience with async/await, actors, and continuations. We’ll also explore techniques for migrating existing code to Swift concurrency over time. To get the most out of this code-along, we recommend first watching “Meet async/await in Swift” and “Protect mutable state with Swift actors” from WWDC21. Note: To create an async task in Xcode 13 beta 3 and later, use the Task initializer instead.

Speaker: Ben Cohen

Open in Apple Developer site

WWDC21 • Session 10119

SwiftUI Accessibility: Beyond the basics

Accessibility & Inclusion • iOS, macOS, tvOS, watchOS • 28:10

Go beyond the basics to deliver an exceptional accessibility experience. Learn how to use the new SwiftUI Previews in Xcode to explore the latest accessibility APIs and create fantastic, accessible apps for everyone. Find out how you can customize the automatic accessibility built into SwiftUI to make your own custom controls accessible. Explore best practices and identify where to improve your app's navigation experience using grouping and focus. And help supercharge navigation for VoiceOver users with the addition of rotors.

Speaker: Nathan Tannar

Open in Apple Developer site

WWDC21 • Session 10211

Symbolication: Beyond the basics

Developer Tools • iOS, macOS, tvOS, watchOS • 37:19

Discover how you can achieve maximum performance and insightful debugging with your app. Symbolication is at the center of tools such as Instruments and LLDB to help bridge the layers between your application’s runtime and your source code. Learn how this process works and the steps you can take to gain the most insight into your app.

Speaker: Alejandro Lucena

Open in Apple Developer site

WWDC21 • Session 10203

Triage TestFlight crashes in Xcode Organizer

Developer Tools • iOS, macOS, tvOS, watchOS • 15:27

Learn how Xcode Organizer makes it easier and faster to triage and fix crashes. We'll explore how you can get access to crash information and feedback from your TestFlight testers just moments after they occur. And we'll show you how to analyze crashes, view metrics, and even share crash information among your team. For a primer on crash logs, we recommend watching “Understanding Crashes and Crash Logs” from WWDC18.

Speaker: Matt Sanford

Open in Apple Developer site

WWDC21 • Session 10095

Use async/await with URLSession

Swift • iOS, macOS, tvOS, watchOS • 13:40

Discover how you can adopt Swift concurrency in URLSession using async/await and AsyncSequence, and how you can apply Swift concurrency concepts to improve your networking code.

Speakers: Guoye Zhang, Zhenchao Li

Open in Apple Developer site

WWDC21 • Session 10052

What's new in Mac Catalyst

Essentials • macOS • 26:32

Discover the latest updates to Mac Catalyst and find out how you can make your app feel even more at home on macOS. Learn about a variety of new and enhanced UIKit APIs that let you customize your Mac Catalyst app to take advantage of behaviors unique to macOS. To get the most out of this session, we recommend a basic familiarity with Mac Catalyst. Check out “Introducing iPad Apps for Mac” from WWDC19 to acquaint yourself. For more on refining your Mac Catalyst app, watch “Optimize the interface of your Mac Catalyst app” from WWDC20.

Speakers: Jason Beaver, Nick Teissler

Open in Apple Developer site

WWDC21 • Session 10092

What's new in Wallet and Apple Pay

App Services • iOS, macOS, tvOS, watchOS • 18:41

Discover the redesigned Apple Pay for in-app and web payments and learn how you can incorporate the latest APIs into your app or website. Learn how to add features to your app like coupon codes, improved shipping information, and improvements to the payment detail display screen. And explore changes to Wallet passes, including auto-expiry and multi-pass support for the web.

Speakers: Edward Valentini, Russ Fenenga

Open in Apple Developer site

WWDC21 • Session 10097

What’s new in SF Symbols

Design • iOS, macOS, tvOS, watchOS • 20:31

Explore the latest updates to SF Symbols, Apple’s iconography library. Designed to integrate seamlessly with San Francisco — the system font for Apple platforms — SF Symbols can help you create beautiful and consistent iconography for your app while supporting accessibility features like Dynamic Type and Bold Text. Discover the latest additions to the SF Symbols library, localization enhancements, and how you can more easily customize the color of a symbol to integrate it within your app’s own color palette. We’ll also show you how you can design and annotate custom symbols to support Monochrome, Hierarchical, Palette, and Multicolor rendering modes. To get the most out of this session, we recommend first watching “SF Symbols 2” from WWDC20.

Speaker: Thalia Echevarría Fiol

Open in Apple Developer site

WWDC21 • Session 10047

What’s new in camera capture

Photos & Camera • iOS, macOS • 36:01

Learn how you can interact with Video Effects in Control Center including Center Stage, Portrait mode, and Mic modes. We’ll show you how to detect when these features have been enabled for your app and explore ways to adopt custom interfaces to make them controllable from within your app. Discover how to enable 10-bit HDR video capture and take advantage of minimum-focus-distance reporting for improved camera capture experiences. Explore support for IOSurface compression and delivering optimal performance in camera capture. To learn more about camera capture, we also recommend watching "Capture high-quality photos using video formats" from WWDC21.

Speaker: Brad Ford

Open in Apple Developer site

WWDC21 • Session 10308

Accessibility by design: An Apple Watch for everyone

Accessibility & Inclusion • watchOS • 10:11

Discover how Apple creates products that work well for everyone. Learn from a few of the engineers and designers who helped build Apple Watch as they share stories that highlight our approach to accessible design, constant iteration, and community engagement.

Speakers: Dean Hudson, Chris Fleizach, Jennifer Patton, Ryan Dour

Open in Apple Developer site

WWDC21 • Session 110142

Accessibility by design: An Apple Watch for everyone (ASL)

Accessibility & Inclusion • watchOS • 10:11

Discover how Apple creates products that work well for everyone. Learn from a few of the engineers and designers who helped build Apple Watch as they share stories that highlight our approach to accessible design, constant iteration, and community engagement. This version includes American Sign Language (ASL).

Speakers: Dean Hudson, Chris Fleizach, Jennifer Patton, Ryan Dour

Open in Apple Developer site

WWDC21 • Session 10298

Add support for Matter in your smart home app

System Services • iOS • 17:42

The enhanced and new APIs in HomeKit enable smart home developers to integrate with the new Matter protocol in the most convenient way. Tour the Matter protocol, and discover how to set up and manage Matter accessories on our platforms and within your smart home apps.

Speakers: Selina Zhang, Chris Chares, Sagar Dhawan

Open in Apple Developer site

WWDC21 • Session 10118

Automate CloudKit tests with cktool and declarative schema

Developer Tools • iOS, macOS, tvOS, watchOS • 9:34

It’s never been easier to test your CloudKit containers. We’ll introduce you to cktool, a command-line utility that makes quick work of CloudKit configuration, and learn about the new schema language that allows you to rapidly prototype and evolve containers. We’ll also show you how to combine these tools and configure your containers before running tests in Xcode. To get the most out of this session, we recommend being familiar with CloudKit and its development and production environments, as well as a basic understanding of record and data types.

Speaker: Rusty Ross

Open in Apple Developer site

WWDC21 • Session 10017

Bring Core Data concurrency to Swift and SwiftUI

Swift • iOS, macOS, tvOS, watchOS • 27:03

Discover how Core Data is adopting the new concurrency capabilities of Swift 5.5, leading to more concise, efficient, and safe asynchronous code. We'll show you how to update Core Data in your apps to work with concurrency, and detail the many other improvements throughout the framework that make working with Swift and SwiftUI more expressive and powerful.

Speakers: Michael LeHew, Scott Perry

Open in Apple Developer site

WWDC21 • Session 10168

Build Mail app extensions

App Services • macOS • 18:20

Meet MailKit: the best way to build amazing experiences on top of Mail. MailKit enables apps to easily and securely interact with the Mail app for macOS. We'll deep dive into the MailKit API, and show you how to create extensions for composing messages, message actions, secure email, and content blocking.

Speakers: Abhilash Maniam, Seth White

Open in Apple Developer site

WWDC21 • Session 10187

Build custom experiences with Group Activities

Audio & Video • iOS, macOS, tvOS • 25:08

Go beyond basic streaming and interaction and discover how you can build advanced SharePlay experiences using the full power of the Group Activities framework. We’ll show you how to adapt a simple drawing app into a real-time shared canvas, explore APIs like GroupSessionMessenger — which helps send and receive custom messages between participants in the group — and learn how to put the finishing touches on a custom SharePlay experience.

Speakers: Willem Mattelaer, Angus Burton, Adam Syed

Open in Apple Developer site

WWDC21 • Session 10235

Build interactive tutorials using DocC

Developer Tools • iOS, macOS, tvOS, watchOS • 22:13

Discover how you can author immersive tutorials from scratch with DocC. We’ll demonstrate how you can bring together rich instructions, example code, and images through the DocC syntax to showcase your Swift framework in action. And we’ll go over how to create progressive training that can provide interactive learning opportunities and help people better understand use cases for your framework.

Speakers: Will Imholte, Hannah Jiang

Open in Apple Developer site

WWDC21 • Session 10247

Capture high-quality photos using video formats

Photos & Camera • iOS, macOS • 14:38

Your app can take full advantage of the powerful camera systems on iPhone by using the AVCapture APIs. Learn how to choose the most appropriate photo or video formats for your use cases while balancing the trade-offs between photo quality and delivery speed. Discover some powerful new algorithms which can help you deliver greatly improved photo quality when you use video formats in your app. To learn more about improvements in AVCapture, be sure to also see the "What's new in camera capture" video.

Speaker: Roy Li

Open in Apple Developer site

WWDC21 • Session 10153

Create image processing apps powered by Apple Silicon

Graphics & Games • iOS, macOS • 29:34

Discover how to optimize your image processing app for Apple silicon. Explore how to take advantage of Metal render command encoders, tile shading, unified memory architecture, and memoryless attachments. We’ll show you how to use Apple's unique tile based deferred renderer architecture to create power efficient apps with low memory footprint, and take you through best practices when migrating your compute-based apps from discrete GPUs to Apple silicon.

Speakers: Eugene Zhidkov, Harsh Patil

Open in Apple Developer site

WWDC21 • Session 10191

Deliver a great playback experience on tvOS

Audio & Video • tvOS • 10:34

Find out how you can use Apple TV’s redesigned playback interface to build great media experiences in your apps. Learn how the latest interface helps people access relevant controls and information while maintaining focus on content. We’ll show you how you can adopt AVPlayerViewController and other APIs for your tvOS app to help people find, play, and enjoy content. To get the most out of this session, we recommend having a basic understanding of AVKit.

Speaker: Max Stepanov

Open in Apple Developer site

WWDC21 • Session 10184

Design for Group Activities

App Services • iOS, macOS, tvOS • 8:53

Learn how you can design your app to support SharePlay experiences. We’ll show you how you can bring people together in your app using the Group Activities framework, and adapt your design to focus on group-first content sharing. And we’ll explore ideas and iteration around apps and functions you can create for people using SharePlay on a FaceTime call.

Speaker: Ian Baird

Open in Apple Developer site

WWDC21 • Session 10245

Design for spatial interaction

Augmented Reality • iOS, watchOS • 18:25

Discover the principles for creating intuitive physical interactions between two or more devices, as demonstrated by Apple designers who worked on features for iPhone, HomePod mini, and AirTag. Explore how you can apply these patterns to your own app when designing features for Apple platforms, and help people using your app interact more directly with their surroundings.

Speakers: Peter Tsoi, Arian Behzadi, Taylor Carrigan, Linus Persson, Pedro Mari

Open in Apple Developer site

WWDC21 • Session 10180

Detect and diagnose memory issues

Developer Tools • iOS, macOS • 29:25

Discover how you can understand and diagnose memory performance problems with Xcode. We’ll take you through the latest updates to Xcode’s tools, explore Metrics, check out the memgraph collection feature in XCTest, and learn how to catch regressions using a Performance XCTest.

Speakers: Tanuja Mohan, Stefan Swaans

Open in Apple Developer site

WWDC21 • Session 10030

Develop advanced web content

Safari & Web • iOS, macOS • 36:31

Develop in JavaScript, WebGL, or WebAssembly? Learn how the latest updates to Safari and WebKit — including language changes to class syntax — can help simplify your development process, enhance performance, and improve security. We’ll explore several web APIs that can help provide better interoperability and bring new capabilities to your web content.

Speaker: Sihui Liu

Open in Apple Developer site

WWDC21 • Session 10296

Diagnose unreliable code with test repetitions

Developer Tools • iOS, macOS, tvOS, watchOS • 9:00

Test repetitions can help you debug even the most unreliable code. Discover how you can use the maximum repetitions, until failure, and retry on failure testing modes within test plans, Xcode, and xcodebuild to track down bugs and crashers and make your app more stable for everyone. To get the most out of this session, we recommend being familiar with XCTest and managing tests through test plans. For more information, check out “Testing in Xcode” from WWDC19.

Speaker: Suzy Ratcliff

Open in Apple Developer site

WWDC21 • Session 10023

Direct and reflect focus in SwiftUI

SwiftUI & UI Frameworks • iOS, macOS, tvOS, watchOS • 11:09

With device input — as with all things in life — where you put focus matters. Discover how you can move focus in your app with SwiftUI, programmatically dismiss the keyboard, and build large navigation targets from small views. Together, these APIs can help you simplify your app’s interface and make it more powerful for people to find what they need.

Speaker: Tanu Singhal

Open in Apple Developer site

WWDC21 • Session 10031

Discover Web Inspector improvements

Essentials • iOS, macOS • 28:39

Web Inspector provides the tools for you to understand and debug your web pages on macOS, iOS, and iPadOS. We’ll take you through the latest features and improvements to Web Inspector, including a new overlay for inspecting CSS Grid containers on your pages, even more configurable breakpoints to make debugging simpler, and the ability to create and edit Audits.

Speaker: Patrick Angle

Open in Apple Developer site

WWDC21 • Session 10197

Discover and curate Swift Packages using Collections

Developer Tools • iOS, macOS, tvOS, watchOS • 14:26

Whether you're curating packages for your team, for education purposes, or to share with other developers, Swift Package Collections can help you discover, explore and import new packages into your project. Discover improvements in the Swift Package workflow using Collections, and learn how you can curate, create, sign, and share your own Swift Package Collections.

Speakers: Boris Buegling, Francesco Mikulis-Borsoi

Open in Apple Developer site

WWDC21 • Session 10229

Discover compilation workflows in Metal

Graphics & Games • iOS, macOS, tvOS • 24:52

The Metal shading language is a powerful C++ based language that allows apps to render stunning effects while maintaining a flexible shader development pipeline. Discover how to more easily build and extend your render pipelines using Dynamic Libraries and Function Pointers. We’ll also show you how to accelerate your shader compilation at runtime with Binary Function Archives, Function Linking, and Function Stitching.

Speaker: Rini Patel

Open in Apple Developer site

WWDC21 • Session 10101

Discover rolling clips with ReplayKit

Audio & Video • iOS, macOS, tvOS • 8:39

Never again miss anyone's great moment in your game or app. Learn about ReplayKit's latest update — clips screen recording — which provides your app with a rolling buffer of past video and audio samples. When memorable moments happen, discover how you can record and save it for people, and find out how you can surface those clips when they’re most relevant. Lastly, we’ll take you through integrating ReplayKit into your iOS and macOS apps.

Speaker: Ernest Yim

Open in Apple Developer site

WWDC21 • Session 10204

Distribute apps in Xcode with cloud signing

App Store Distribution & Marketing • iOS, macOS, tvOS, watchOS • 21:50

Discover how to distribute your apps directly to App Store Connect and all the distribution methods supported in Xcode. Explore how to automate distribution for your apps, and learn about improvements to the distribution workflow like cloud signing, app record creation, and build number management.

Speaker: Balraj Aujla

Open in Apple Developer site

WWDC21 • Session 10231

Donate intents and expand your app’s presence

App Services • iOS, watchOS • 20:08

Discover how you can make key parts of your app available for someone at exactly the right moment — without them ever needing to open it. Learn how to craft and donate intents to the system, helping you surface relevant and contextual information about your app in Siri, Focus, Shortcuts, the Smart Stack, and more. We’ll explore how the system intelligently identifies information and show you techniques for structuring intents to help increase engagement and visibility for your app.

Speaker: Ryan Chapman

Open in Apple Developer site

WWDC21 • Session 10207

Embrace Expected Failures in XCTest

Developer Tools • iOS, macOS, tvOS, watchOS • 11:49

Testing is a crucial part of building a great app: Great tests can help you track down important issues before release, improve your workflow, and provide a quality experience upon release. For issues that can’t be immediately resolved, however, XCTest can help provide better context around those problems with XCTExpectFailure. Learn how this API works, its strict behavior, and how to improve the signal-to-noise ratio in your tests to identify new issues more efficiently.

Speaker: Wil Addario-Turner

Open in Apple Developer site

WWDC21 • Session 10073

Explore ARKit 5

Augmented Reality • iOS • 20:27

Build the next generation of augmented reality apps with ARKit 5. Explore how you can use Location Anchors in additional regions and more easily onboard people into your location-based AR experience. Learn more about Face Tracking and Motion Capture. And discover best practices for placing your AR content in the real world. We’ll also show you how you can integrate App Clip Codes into your AR app for easy discovery and precise positioning of your virtual content.

Speakers: David McLaren, Christopher Figueroa

Open in Apple Developer site

WWDC21 • Session 10208

Explore Digital Crown, Trackpad, and iPad pointer automation

Developer Tools • iOS, macOS, tvOS, watchOS • 9:16

Learn how you can interact with devices in UI Tests in Xcode 13. Discover newly-automatable input methods including iPadOS pointer, watchOS Digital Crown, and enhanced macOS trackpad scrolling APIs.

Speaker: Jeremy Goldman

Open in Apple Developer site

WWDC21 • Session 10161

Explore HDR rendering with EDR

Audio & Video • iOS, macOS • 34:15

EDR is Apple’s High Dynamic Range representation and rendering pipeline. Explore how you can render HDR content using EDR in your app and unleash the dynamic range capabilities of your HDR display including Apple’s internal displays and Pro Display XDR. We’ll show you how game and pro app developers can take advantage of the native EDR APIs on macOS for even more control, and provide best practices for deciding when HDR is appropriate, applying tone-mapping, and delivering HDR content.

Speaker: Ken Greenebaum

Open in Apple Developer site

WWDC21 • Session 10041

Extract document data using Vision

ML & Vision • iOS, macOS • 19:11

Discover how Vision can provide expert image recognition and analysis in your app to extract information from documents, recognize text in multiple languages, and identify barcodes. We’ll explore the latest updates to Text Recognition and Barcode Detection, show you how to bring all these tools together with Core ML, and help your app make greater sense of the world through images or the live camera. To learn more about Vision, watch “Detect people, faces, and poses using Vision” from WWDC21 as well as “Explore Computer Vision APIs” from WWDC20. For further understanding of all that Vision has to offer, watch “Detect people, faces, and poses using Vision” from WWDC21 as well as “Explore Computer Vision APIs” from WWDC20.

Speaker: Frank Doepke

Open in Apple Developer site

WWDC21 • Session 10137

Improve MDM assignment of Apps and Books

App Store Distribution & Marketing • iOS, macOS, tvOS • 15:30

Discover the Apps and Books Management API and explore how you can assign an organization’s owned apps and books to managed users and devices. Learn about the latest API improvements and find out how you can subscribe to and receive notifications around asset counts, assignments, and registered users in your organization. And discover how you can take advantage of asynchronous processing to significantly reduce the number of requests you need to make for large assignments.

Speaker: Austin Rocha

Open in Apple Developer site

WWDC21 • Session 10046

Improve access to Photos in your app

Photos & Camera • iOS, macOS • 17:57

PHPicker is the simplest and most secure way to integrate the Photos library into your app — and it’s getting even better. Learn how to handle ordered selection of images in your app, as well as pre-selecting assets any time the picker is shown. And for apps that need to integrate more deeply with PhotoKit, discover how you can use PHCloudIdentifier to sync photo project content across devices, helping people easily transition their image work between iPhone, iPad, and Mac. We’ll also take you through the latest updates to the Limited Photos Library. Find out how your app can help people easily extend the initial set of images they’ve authorized — including bringing up the selection UI at any time and recognizing when someone makes new or updated selections. Lastly, explore how you can create or access existing photo albums.

Speakers: Justin Jia, Adam Swift

Open in Apple Developer site

WWDC21 • Session 10220

Localize your SwiftUI app

Accessibility & Inclusion • iOS, macOS, tvOS, watchOS • 17:36

Learn how to localize your SwiftUI app and make it available to a global audience. Explore how you can localize strings in SwiftUI, including those with styles and formatting. We'll demonstrate how you can save time by having SwiftUI automatically handle tasks such as layout and keyboard shortcuts, and take you through the localization workflow in Xcode 13. To get the most out of this session and learn more about the Markdown language and AttributedString, check out "What's new in Foundation" from WWDC21.

Speakers: Paul Borokhov, Kate Kononenko

Open in Apple Developer site

WWDC21 • Session 10129

Manage software updates in your organization

App Store Distribution & Marketing • iOS, macOS • 18:20

In a managed device environment, you often need to control the pace of software updates while you test the latest operating systems within your company or education institution. Discover the tools you have at your disposal to defer, deploy, and enforce software updates.

Speaker: Lucy Zhang

Open in Apple Developer site

WWDC21 • Session 10257

Meet ClassKit for file-based apps

Business & Education • iOS • 14:10

The ClassKit framework can help surface educational activities within your app to teachers using the Schoolwork app. Discover how you can provide teachers with greater insights into student learning by adopting the latest file-based API to report student progress data within your app. We’ll also show you how to use ClassKit to report out different data types, and how to test your implementation in developer mode.

Speaker: Marin Eubanks

Open in Apple Developer site

WWDC21 • Session 10033

Meet privacy-preserving ad attribution

App Store Distribution & Marketing • iOS, macOS • 22:30

Discover how you can measure your ad campaigns in apps and on the web without compromising privacy. We'll introduce you to Private Click Measurement and explore SKAdNetwork, which provides you with a more secure, private, and useful way to measure your app installs.

Speaker: Kate Cheney

Open in Apple Developer site

WWDC21 • Session 10148

Optimize high-end games for Apple GPUs

Developer Tools • iOS, macOS, tvOS • 32:26

Optimize your high-end games for Apple GPUs: We’ll show you how you can use our rendering and debugging tools to eliminate performance issues and make your games great on Apple platforms. Learn from our experiences working with developers at Larian Studios and 4A Games as we help them optimize their games for Apple GPUs. We’ll explore various techniques for improving your game’s performance, including optimizing shaders, reducing memory bandwidth utilization, and increasing the overlap of your GPU workloads. We’ll also dive into the new GPU Timeline profiling tool in Xcode 13 to identify possible performance bottlenecks in “Divinity: Original Sin 2” when running on iPad. For this session, you should be familiar with the tile-based deferred rendering architecture in Apple GPUs, and have a working knowledge of Xcode and the Metal API. Check out “Discover Metal debugging, profiling, and asset creation tools” or the WWDC20 session “Optimize Metal apps and games with GPU counters” to learn more about using our tools to profile graphics workloads.

Speakers: Jonathan Metzgar, Dustin Greene

Open in Apple Developer site

WWDC21 • Session 10048

Principles of great widgets

App Services • iOS, macOS • 26:52

Explore the foundations of great widgets by keeping them relevant and customizable. Learn how to keep widgets up to date with timeline entries and TimelineReloadPolicies. Discover how to adapt your widget to different presentation environments and physical location. And lastly, find out how to create customizable widgets that someone can personalize to their liking.

Speaker: Brett Cato

Open in Apple Developer site

WWDC21 • Session 10120

Support Full Keyboard Access in your iOS app

Accessibility & Inclusion • iOS • 16:49

iPhone and iPad support numerous input modes for those with motor impairments, including touch interaction modification, Switch Control, and Full Keyboard Access. We’ll explore how people can interact with their devices solely through keyboard input, working through a real-life example to discover key APIs. We’ll also take you through some best practices for supporting motor accessibility when you integrate Full Keyboard Access in your apps.

Speaker: Sommer Panage

Open in Apple Developer site

WWDC21 • Session 10175

Support customers and handle refunds

App Store Distribution & Marketing • iOS, macOS, tvOS, watchOS • 24:55

Great customer support is critical to running a successful business on the App Store. Discover how you can provide a frictionless support experience to customers who make in-app purchases, including APIs that make it easy for customers to manage or cancel their auto-renewable subscription, or request refunds from directly within your app. We’ll cover best practices for handling refunds, as well as additional APIs that can help you better support your customers.

Speakers: Manjeet Chawla, Joe Mani

Open in Apple Developer site

WWDC21 • Session 10254

Swift concurrency: Behind the scenes

Swift • iOS, macOS, tvOS, watchOS • 39:18

Dive into the details of Swift concurrency and discover how Swift provides greater safety from data races and thread explosion while simultaneously improving performance. We’ll explore how Swift tasks differ from Grand Central Dispatch, how the new cooperative threading model works, and how to ensure the best performance for your apps. To get the most out of this session, we recommend first watching “Meet async/await in Swift,” “Explore structured concurrency in Swift,” and “Protect mutable state with Swift actors.”

Speakers: Rokhini Prabhu, Varun Gandhi

Open in Apple Developer site

WWDC21 • Session 10182

Sync files to the cloud with FileProvider on macOS

App Services • macOS • 17:49

Find out how you can use the FileProvider framework to build a comprehensive cloud sync solution. We’ll show you how to approach building a file provider extension, and explore how you can effortlessly integrate your extension with file system features such as safe save, disk space management, Finder integration and more.

Speaker: Johannes Fortmann

Open in Apple Developer site

WWDC21 • Session 10003

There and back again: Data transfer on Apple Watch

System Services • watchOS • 31:48

Advances in Apple Watch give you more ways to communicate to and from your app, and new audiences to consider. Learn what strategies are available for data communication and how to choose the right tool for the job. Compare and contrast the benefits of using technologies such as iCloud Keychain, Watch Connectivity, Core Data, and more.

Speaker: Anne Hitchcock

Open in Apple Developer site

WWDC21 • Session 10258

Understand and eliminate hangs from your app

Developer Tools • iOS, macOS • 24:23

Discover how you can track down hangs and delays in your app. We’ll show you tools and methods to discover hangs and their causes, learn about anti-patterns that can lead to hangs, explore best practices for eliminating hangs like GCD, and provide guidance on when you should consider asynchronous code to improve your app performance.

Speaker: Anubhav Jaiswal

Open in Apple Developer site

WWDC21 • Session 10115

What's new in App Analytics

App Store Distribution & Marketing • iOS, macOS, tvOS, watchOS • 13:24

App Analytics helps you maximize your opportunity on the App Store by providing privacy-friendly insights about your app. Learn about four new ways to grow your business, including information about custom product pages, in-app events, product page optimization, and new metrics about transactions on the store.

Speaker: Mahesh Molakalapalli

Open in Apple Developer site

WWDC21 • Session 10146

What’s new in AVFoundation

Audio & Video • iOS, macOS, tvOS, watchOS • 16:50

Discover the latest updates to AVFoundation, Apple’s framework for inspecting, playing, and authoring audiovisual presentations. We’ll explore how you can use AVFoundation to query attributes of audiovisual assets, further customize your custom video compositions with timed metadata, and author caption files.

Speaker: Adam Sonnanstine

Open in Apple Developer site

WWDC21 • Session 10316

Meditation for fidgety skeptics

Health & Fitness • 29:25

Dan Harris is an Emmy Award-winning journalist and the co-anchor of ABC's weekend editions of Good Morning America. After having a nationally-televised panic attack in 2004, he found himself on a long and often bizarre journey that ended with him discovering mindfulness meditation. Dan will share his story, which has led to his authoring two books and creating a popular podcast and app that have helped many (including previous non-believers like himself) improve their lives. He will be joined by Jeff Warren, renowned meditation teacher and Dan's co-author of the bestselling book Meditation For Fidgety Skeptics, to offer practical steps that anyone can take to manage the wide-ranging stresses and anxieties of today's world to become 10% happier.

Speakers: Dan Harris, Jeff Warren

Open in Apple Developer site

WWDC21 • Session 103

Apple Design Awards

Featured • iOS, macOS, tvOS, watchOS • 19:41

The Apple Design Awards honors excellence in innovation, ingenuity, and technical achievement in app and game design. Watch along as we reveal and celebrate the 2021 winners.

Open in Apple Developer site

WWDC21 • Session 10216

ARC in Swift: Basics and beyond

Swift • iOS, macOS, tvOS, watchOS • 20:41

Learn about the basics of object lifetimes and ARC in Swift. Dive deep into what language features make object lifetimes observable, consequences of relying on observed object lifetimes and some safe techniques to fix them.

Speaker: Meghana Gupta

Open in Apple Developer site

WWDC21 • Session 10152

Accelerate machine learning with Metal Performance Shaders Graph

Graphics & Games • iOS, macOS • 29:12

Metal Performance Shaders Graph is a compute engine that helps you build, compile, and execute customized multidimensional graphs for linear algebra, machine learning, computer vision, and image processing. Discover how MPSGraph can accelerate the popular TensorFlow platform through a Metal backend for Apple products. Learn how to add control flow to your graphs, manage the graph compilation for optimal performance, and use the MPSGraph operations to accelerate the hardest compute applications with only a few lines of code.

Speakers: Saharsh Oza, Yuliya Pylypiv

Open in Apple Developer site

WWDC21 • Session 10094

Accelerate networking with HTTP/3 and QUIC

Safari & Web • iOS, macOS, tvOS, watchOS • 19:50

The web is changing, and the next major version of HTTP is here. Learn how HTTP/3 reduces latency and improves reliability for your app and discover how its underlying transport, QUIC, unlocks new innovations in your own custom protocols using new transport functionality and multi-streaming connection groups.

Speakers: Rui Paulo, Eric Kinnear

Open in Apple Developer site

WWDC21 • Session 10067

Bring Recurring Leaderboards to your game

Graphics & Games • iOS, macOS, tvOS • 25:54

Recurring leaderboards are a great way to encourage players to keep coming back to your game. Code along with us as we take you through how to set up a recurring leaderboard, both within App Store Connect and in your game itself. For a refresher on the differences between recurring and classic leaderboards before beginning this code-along, we recommend watching the recurring leaderboards section of "Tap into Game Center: Leaderboards, Achievements, and Multiplayer" from WWDC20.

Speaker: Harrison Chandler

Open in Apple Developer site

WWDC21 • Session 10068

Build a research and care app, part 1: Setup onboarding

Essentials • iOS • 15:18

Learn how ResearchKit and CareKit can work together to take the tedium out of paper surveys. Code along with us and build a working care pilot app. Explore best practices for onboarding and consent with ResearchKit, and find out how your app can require participants to sign consent documents by leveraging CareKit’s store and UI components. This is the first session in a three-part Code-Along series. To get the most out of this series, we recommend that you have some basic familiarity with both ResearchKit and CareKit. For more background, watch "ResearchKit and CareKit Reimagined” from WWDC19.

Speaker: Erik Hornberger

Open in Apple Developer site

WWDC21 • Session 10069

Build a research and care app, part 2: Schedule tasks

Essentials • iOS • 15:55

Learn how ResearchKit and CareKit can work together to take the tedium out of paper surveys. Continue coding along with us and explore how you can make it easier than ever to schedule surveys for your study participants. You’ll also learn advanced techniques for crafting evolving regiments in CareKit and see how ResearchKit’s active tasks can help capture important measurements out of clinic. This is the second session in a three-part Code-Along series. To get the most out of this session, we recommend first watching “Build a research and care app, part 1.” And for more background on these frameworks, watch "ResearchKit and CareKit Reimagined” from WWDC19.

Speaker: Erik Hornberger

Open in Apple Developer site

WWDC21 • Session 10282

Build a research and care app, part 3: Visualize progress

Essentials • iOS • 14:16

Learn how ResearchKit and CareKit can work together to take the tedium out of paper surveys. Join us for the last part of our code along as we put the finishing touches on our care pilot app. Explore how you can use advanced CareKit APIs to customize the appearance and behavior of task cards, find out how to plot answers to ResearchKit surveys in CareKit charts, and discover how you can use ResearchKit to present engaging educational content. This is the final session in a three-part Code-Along series. To get the most out of this session, we recommend first watching parts one and two of “Build a research and care app.” And for more background on these frameworks, watch "ResearchKit and CareKit Reimagined” from WWDC19.

Speaker: Erik Hornberger

Open in Apple Developer site

WWDC21 • Session 10015

Build apps that share data through CloudKit and Core Data

SwiftUI & UI Frameworks • iOS, macOS, tvOS, watchOS • 24:34

Learn how to easily build apps that share data between multiple iCloud users with NSPersistentCloudKitContainer. Discover how to create informative experiences around shared data and learn about the CloudKit technologies that support these features in Core Data. To get the most out of this session, check out our previous videos on NSPersistentCloudKitContainer: "Using Core Data With CloudKit" from WWDC19 and "Sync a Core Data store with the CloudKit public database" from WWDC20.

Speaker: Nick Gillett

Open in Apple Developer site

WWDC21 • Session 10189

Coordinate media playback in Safari with Group Activities

Audio & Video • macOS • 12:02

Create SharePlay experiences that people can enjoy on the web and in your companion app. Learn how you can use the Group Activities framework in combination with a companion website to bring SharePlay to Safari, letting people connect with each other for enjoyable group interactions — even if they haven’t yet downloaded your app from the App Store.

Speaker: Jer Noble

Open in Apple Developer site

WWDC21 • Session 10077

Create 3D workflows with USD

Augmented Reality • iOS, macOS • 14:50

Discover the flexibility, versatility and power of Pixar’s Universal Scene Description (USD) for your 3D workflows. Learn how you can use the USD file format in your professional workflows for macOS: Scan 3D models of your real-world objects using Object Capture, utilize the potential of third-party digital content creation tools, and build high-quality rendered sequences.

Speakers: Doug Epps, Nate Reid

Open in Apple Developer site

WWDC21 • Session 10293

Cross reference content with the Apple Music API

Audio & Video • iOS, macOS • 9:09

Discover how you can cross-reference Apple Music content within your app using the Apple Music API. We’ll show you how to reference content across different geographical regions, map explicit to clean-equivalent content, fetch catalog and library relationships, and how to match content using the UPC code.

Speaker: Shachi Khare

Unlisted on Apple Developer site

WWDC21 • Session 10029

Design for Safari 15

Design • iOS, macOS • 33:32

Meet Safari 15: redesigned and ready to help people explore the web. Discover how you can approach designing websites and apps for Safari, and learn how to incorporate the tab bar in your designs. We’ll also take you through features like Live Text and accessibility best practices, explore the latest updates to CSS and Form Controls, and learn how to use the aspect-ratio property in CSS to create incredible websites.

Speakers: Jen Simmons, Myles Maxfield

Open in Apple Developer site

WWDC21 • Session 10202

Detect bugs early with the static analyzer

Developer Tools • iOS, macOS, tvOS, watchOS • 9:12

Discover how Xcode can automatically track down infinite loops, unused code, and other issues before you even run your app. Learn how, with a single click, Xcode can analyze your project to discover security issues, logical bugs, and other hard-to-spot errors in Objective-C, C, and C++. We’ll show you how to use the static analyzer to save you time investigating bug reports and improve your app's overall quality.

Speaker: Ravi Kandhadai Madhavan

Open in Apple Developer site

WWDC21 • Session 10209

Discover breakpoint improvements

Developer Tools • iOS, macOS, tvOS, watchOS • 12:33

Breakpoints can help you debug issues by allowing you to pause and inspect problems in the middle of a process. Discover the latest improvements to breakpoints in Xcode including column and unresolved breakpoints. We’ll also go over best practices for general breakpoints and LLDB tips and tricks.

Speaker: Han Ming Ong

Open in Apple Developer site

WWDC21 • Session 10210

Explore advanced project configuration in Xcode

Developer Tools • iOS, macOS, tvOS, watchOS • 25:36

Working with more complex Xcode projects? You’ve come to the right place. Discover how you can configure your project to build for multiple Apple platforms, filter content per-platform, create custom build rules and file dependencies, and more. We’ll take you through multi-platform framework targets, detail how to optimize your project and scheme configuration, and show you how to make effective use of configuration settings files. We’ll explore configuring schemes for parallel builds and implicit dependencies, script phases, custom build rules, setting up input and output file dependencies, build phase file lists, and deduplicating work via aggregate targets. Lastly, find out more about the build settings editor, how levels work, and configuration settings file syntax.

Speakers: Jake Petroules, Prachi Pai Asnodkar

Open in Apple Developer site

WWDC21 • Session 10117

Meet CloudKit Console

System Services • iOS, macOS, tvOS, watchOS • 7:21

Discover how CloudKit Console can help you better interact with your containers. We’ll show you how to put the database app to work and define, modify, and deploy schema changes with confidence. You’ll learn how to craft queries in the query builder and filter your records with ease. And we’ll explore how to use telemetry and log data to gain new insights into your app behavior over time. To get the most out of this session, we recommend being familiar with CloudKit and its development and production environments, as well as a basic understanding of record and data types.

Speaker: Nikhil Palekar

Open in Apple Developer site

WWDC21 • Session 10244

Mitigate fraud with App Attest and DeviceCheck

Privacy & Security • iOS, macOS, tvOS • 19:14

Discover how to use App Attest and DeviceCheck, Apple’s powerful anti-fraud tools, created to safeguard your apps and content. Unlock the secrets of deploying App Attest by incorporating it into your app to block unauthorized modifications of your app and content. We'll also show you how to use DeviceCheck to ensure you can distinguish between customers who have received premium content in your app, and those who have attained it through illegitimate means.

Speaker: Xuerui Yan

Open in Apple Developer site

WWDC21 • Session 10103

Optimize for 5G networks

System Services • iOS • 13:39

5G enables new opportunities for your app or game through better performance for data transfer, higher bandwidth, lower latency, and much more. Discover how you can take advantage of the latest networking technology and Apple hardware to create adaptive experiences for your content that best suit someone’s data connection and optimize network traffic.

Speaker: Rajesh Ambati

Open in Apple Developer site

WWDC21 • Session 10147

Optimize for variable refresh rate displays

Graphics & Games • iOS, macOS • 23:20

Discover how to achieve smooth screen updates on all Apple platforms that support dynamic display timing. Learn techniques for pacing full-screen game updates on Adaptive Sync displays in macOS, and find out how Low Power Mode and other system states affect frame rate availability on ProMotion displays. We’ll also share best practices for driving custom drawing using display link APIs.

Speakers: Kyle Sanner, Alex Li

Open in Apple Developer site

WWDC21 • Session 10278

Practice audio haptic design

Audio & Video • iOS • 15:59

Discover how you can deliver rich app experiences that include animation, sound, and haptics on iPhone. Learn key concepts for designing multimodal experiences within the Core Haptics framework. We’ll take you through our sample HapticRicochet app — where haptic and sound feedback is designed in harmony with key interactive moments — and show you how to create magical and delightful experiences. To get the most out of this session, we recommend first watching “Expanding the Sensory Experience with Core Haptics” from WWDC19, and checking out the HapticBounce sample project (which requires Xcode, iPhone 8 or newer, and a basic knowledge of Swift). Familiarity with Core Haptics is helpful, but not required.

Speaker: Camille Moussette

Open in Apple Developer site

WWDC21 • Session 10239

Reduce network delays for your app

System Services • iOS, macOS, tvOS, watchOS • 22:51

CPU performance and network throughput rates keep improving, but the speed of light is one limit that isn’t going any higher. Learn the APIs and best practices to maximize your app’s responsiveness and efficiency by keeping network round-trip times low and minimizing the number of round trips when performing network operations.

Speakers: Stuart Cheshire, Vidhi Goel

Open in Apple Developer site

WWDC21 • Session 10110

Safeguard your accounts, promotions, and content

Privacy & Security • iOS, macOS, tvOS, watchOS • 11:55

Discover how to keep your accounts, apps, and content protected. We’ll explore the tools Apple has built to help developers keep their apps and systems safe and secure, and show you how to safeguard against attackers, bad actors and nefarious activity to help protect your ecosystem.

Speakers: Katherine Nepo, Jeremy Stober

Open in Apple Developer site

WWDC21 • Session 10221

Streamline your localized strings

Accessibility & Inclusion • iOS, macOS, tvOS, watchOS • 27:04

When you localize the text within your app, you can help make your app more accessible to a worldwide audience. Discover best practices for building your localization workflow, including how to write and format strings accurately, and learn how to prepare strings for localization in different languages using Xcode.

Speaker: Thomas Naudet

Open in Apple Developer site

WWDC21 • Session 10062

SwiftUI on the Mac: Build the fundamentals

Essentials • macOS • 17:28

Code along with us as we use SwiftUI to build a Mac app from start to finish. Discover four principles all great Mac apps have in common, and learn how to apply those principles in practice using SwiftUI. We’ll show you how to create a powerful, flexible sidebar experience and transform lists to tables within a detail view, then discuss best best practices for data organization. Next, we’ll explore the simple .searchable modifier and find out how to add support for the toolbar and search. And to close out part one, we’ll learn how to build a great multiple-window experience and provide menu bar support. This is the first session in a two-part Code-Along series. To get the most out of this series, we recommend that you have some basic familiarity with SwiftUI. For more background, watch "Introduction to SwiftUI" from WWDC20.

Speaker: Mathieu Tozer

Open in Apple Developer site

WWDC21 • Session 10289

SwiftUI on the Mac: The finishing touches

Essentials • macOS • 17:27

Join us for part two of our Code-Along series as we use SwiftUI to build a Mac app from start to finish. The journey continues as we explore how our sample gardening app can adapt to a person’s preferences and specific workflows. Learn how SwiftUI apps can automatically react to system settings, and discover how you can use that information to add more personality to an app. We’ll show you how you can give people the flexibility to customize an app through Settings, and explore how to use different workflows for manipulating someone’s data (like drag and drop). To finish, we’ll show you how you can move data to and from an app, incorporating features like Continuity Camera to provide a simple workflow for importing images. This is the second session in a two-part Code-Along series. To get the most out of this session, we recommend first watching “SwiftUI on the Mac: Build the fundamentals.” And for more background on working with these frameworks, watch Introduction to SwiftUI from WWDC20.

Speaker: Jeff Robertson

Open in Apple Developer site

WWDC21 • Session 10121

Tailor the VoiceOver experience in your data-rich apps

Accessibility & Inclusion • iOS, macOS • 10:26

Learn how to present complex data through VoiceOver with the Accessibility Custom Content API. Discover how you can deliver accessibility information in a concise form, and only when someone wants it. We’ll show you how you can integrate AXCustomContent and help people who want VoiceOver enabled to navigate your data-rich apps in an efficient manner. To get the most out of this session, you should be familiar with general accessibility principles and VoiceOver accessibility APIs available in Swift and SwiftUI.

Speaker: Nandini Sundara Raman

Open in Apple Developer site

WWDC21 • Session 10038

Tune your Core ML models

ML & Vision • iOS, macOS, tvOS, watchOS • 24:29

Bring the power of machine learning directly to your apps with Core ML. Discover how you can take advantage of the CPU, GPU, and Neural Engine to provide maximum performance while remaining on device and protecting privacy. Explore MLShapedArray, which makes it easy to work with multi-dimensional data in Swift, and learn more about ML Package support in Core ML, which includes support for ML Programs. This modern, programmatic approach to machine learning provides typed execution and tremendous flexibility. We’ll also show you how to analyze performance of your models and tune the execution of each operation in a model using ML Programs.

Speakers: John Durant, Brian Keene

Open in Apple Developer site

WWDC21 • Session 10233

Use Accelerate to improve performance and incorporate encrypted archives

ML & Vision • iOS, macOS, tvOS, watchOS • 14:22

The Accelerate framework helps you make large-scale mathematical computations and image calculations that are optimized for high-performance, low-energy consumption. Explore the latest updates to Accelerate and its Basic Neural Network Subroutines library, including additional layers, activation functions, and improved optimizer support. Check out improvements to simd.h that include better support for C++ templates. Discover support for Apple Encrypted Archive, an extension to Apple Archive that combines compression with powerful encryption and a digital signature. And learn how you can keep data your safe and secure without compromising on performance.

Speaker: Jonathan Hogg

Open in Apple Developer site

WWDC21 • Session 10253

Write a DSL in Swift using result builders

Swift • iOS, macOS, tvOS, watchOS • 46:55

Some problems are easier to solve by creating a customized programming language, or “domain-specific language.” While creating a DSL traditionally requires writing your own compiler, you can instead use result builders with Swift 5.4 to make your code both easier to read and maintain. We’ll take you through best practices for designing a custom language for Swift: Learn about result builders and trailing closure arguments, explore modifier-style methods and why they work well, and discover how you can extend Swift’s normal language rules to turn Swift into a DSL. To get the most out of this session, it’s helpful (though not necessary) to have some experience writing SwiftUI views. You won’t need to know anything about parser or compiler implementation.

Speaker: Becca Royal-Gordon

Open in Apple Developer site

WWDC21 • Session 10318

Developer spotlight: Accessibility

Accessibility & Inclusion • 6:20

How do you approach creating apps for everyone? Learn from developers who are blind or deaf themselves as they discuss the process of making technology accessible. Discover how their unique perspectives have sparked innovation at their companies and helped make their apps even more inclusive.

Speakers: Ed Gray, Tim Kettering, Saqib Shaikh

Open in Apple Developer site