Contents

sound

The sound that plays when the system delivers the notification.

Declaration

@NSCopying var sound: UNNotificationSound? { get set }

Discussion

Use this property to specify the sound that you want played when the notification arrives. If your app isn’t authorized to play sounds for notifications, the system ignores this property.

For information on how to specify sounds for your notifications, see UNNotificationSound.

See Also

Integrating with the system