My iOS app uses the default notification sound:
let content = UNMutableNotificationContent()
content.sound = UNNotificationSound.default()
I hear the sound called "Tri-Tone", even though that sound is not set anywhere in my settings panel Sounds view. I expect to hear the sound set for "Reminder Alerts". Can anyone clear this up?