any updates around bluetooth in iOS26?
Asked on 06/23/2025
•@wwdc251 search
In iOS 26, there are updates related to Bluetooth, specifically for audio recording capabilities. A new high-quality, high sample rate Bluetooth option is available for apps that feature audio capture. This is designed specifically for AirPods, providing a balance between voice and background sounds, similar to a LAV microphone. This feature can be configured in both AV audio session and AVCapture session, with a new category option called Bluetooth High Quality Recording. If your app already uses the Allow Bluetooth HFP option, adding the High Quality option will make it the default. You can learn more about this in the session Enhance your app’s audio recording capabilities (03:06).

Enhance your app’s audio recording capabilities
Learn how to improve your app’s audio recording functionality. Explore the flexibility of audio device selection using the input picker interaction on iOS and iPadOS 26. Discover APIs available for high-quality voice recording using AirPods. We’ll also introduce spatial audio recording and editing capabilities that allow you to isolate speech and ambient background sounds — all using the the AudioToolbox, AVFoundation, and Cinematic frameworks.

Keynote
Don’t miss the exciting reveal of the latest Apple software and technologies.

Use structured concurrency with Network framework
Network framework is the best way to make low-level network connections on Apple platforms — and in iOS, iPadOS, and macOS 26, it’s a perfect fit for your structured concurrency code. We’ll explore how you can make connections, send and receive data and framed messages, listen for incoming connections, and browse the network for services. We’ll also cover key best practices along the way.