gpt4 book ai didi

audio - UNNotificationSound 不起作用

转载 作者:行者123 更新时间:2023-12-02 22:19:28 25 4
gpt4 key购买 nike

新的 iOS10 用户通知框架的自定义声音不起作用。同一个文件适用于旧的 UILocalNotification,但现在始终播放默认系统声音。当我设置为 nil 时,我没有声音,所以只是 init with name 是有问题的

let notificationContent = UNMutableNotificationContent()
notificationContent.title = "XYZ"
notificationContent.body = "XYZ"
notificationContent.sound = UNNotificationSound(named: "sound_name.aif")

最佳答案

我改变了这一行:

notificationContent.sound = UNNotificationSound(named: "sound_name.aiff")

到:

notificationContent.sound = UNNotificationSound.init(named: "sound_name.aiff")

如您所见,我将我的声音转换为 *.aiff 并在阅读 API 引用后将我的声音文件移动到名为 Sounds 的文件夹中。

我确保我的声音文件不超过 30 秒

关于audio - UNNotificationSound 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39571756/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com