I want to integrate a sound into my app that is like a confirmation sound
Asked on 06/12/2025
1 search
To integrate a confirmation sound into your app, you can consider using the new API introduced for controlling sound playback, specifically for AirPods stamp clicks. This API allows you to customize the sound playback by providing your own sound within the app's bundle. This feature is particularly useful when users need audio feedback for actions like taking a photo without looking at the screen. You can find more details in the session Enhancing your camera experience with capture controls.
Additionally, if you're working with alarms, the AlarmKit API allows you to configure custom sounds for alarms. You can define a custom sound by using the Alert sound struct, specifying the name of the sound file in your app's main bundle or Library Sounds folder. This is covered in the session Wake up to the AlarmKit API.
These sessions provide insights into how you can implement and customize sound feedback in your app.

Enhancing your camera experience with capture controls
Learn how to customize capture controls in your camera experiences. We’ll show you how to take photos with all physical capture controls, including new AirPods support, and how to adjust settings with Camera Control.

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.

Wake up to the AlarmKit API
Rrrr-rrrrr-innng! From countdown timers in your recipe app to wake-up alarms in your travel planning app, the AlarmKit framework in iOS and iPadOS 26 brings timers and alarms to the Lock Screen, Dynamic Island, and more. Learn how to create and manage your app’s alarms, customize their Live Activities, and offer custom alert actions using the App Intents framework. To get the most from this video, we recommend first watching “Meet ActivityKit” from WWDC23.