我正在创建一个带有 UNNotificationSound 的 UNNotificationRequest 为:
content.sound = UNNotificationSound(named: "alarmSounds/alarmAscending.caf")
声音位于主项目文件夹中的文件夹(蓝色)alarmSounds 中。
使用的声音始终是默认声音而不是我的声音。我也尝试过在“named:”参数中没有“alarmSound/”,但仍然无法正常工作。
我需要对声音文件做些什么特别的事情吗?
这是使用 xcode 9 并在 iOS 11 设备上尝试。