Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2022-10142
$eventId
ID of event: wwdc2022
$eventContentId
ID of session without event part: 10142
$eventShortId
Shortened ID of event: wwdc22
$year
Year of session: 2022
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2022] [Session 10142] Efficienc...

WWDC22 • Session 10142

Efficiency awaits: Background tasks in SwiftUI

App Services • iOS, macOS, tvOS, watchOS • 12:48

Background Tasks help apps respond to system events and keep time-sensitive data up to date. Learn how you can use the SwiftUI Background Tasks API to handle tasks succinctly. We’ll show you how to use Swift Concurrency to handle network responses, background refresh, and more — all while preserving performance and power.

Speaker: John Gallagher

Open in Apple Developer site