- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我的 iOS 应用使用默认的通知声音:
let content = UNMutableNotificationContent()
content.sound = UNNotificationSound.default()
我听到了名为“Tri-Tone”的声音,尽管我的设置面板“声音” View 中的任何地方都没有设置该声音。我希望听到为“提醒警报”设置的声音。谁能解决这个问题?
最佳答案
根据official documentation它播放通知的默认声音。
我认为系统不会让您更改默认声音。如果您是应用程序的开发者,则必须随应用程序提供您自己的声音文件。
关于ios - UNNotificationSound.default() 是什么声音?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47932529/
新的 iOS10 用户通知框架的自定义声音不起作用。同一个文件适用于旧的 UILocalNotification,但现在始终播放默认系统声音。当我设置为 nil 时,我没有声音,所以只是 init w
我在 iOS 应用程序中有一个铃声列表,而且,其中一个选项应该是系统默认铃声,用户可以选择和播放。如何获取用户选择的铃声以及如何使用 AVAudioPlayer 在应用内播放此铃声,或者至少获取用户选
我的 iOS 应用使用默认的通知声音: let content = UNMutableNotificationContent() content.sound = UNN
我正在使用 CloudKit 中的推送通知。这是我在 Swift 3 之前使用的: notification.soundName = UILocalNotificationDefaultSoundNa
我正在创建一个带有 UNNotificationSound 的 UNNotificationRequest: content.sound = UNNotificationSound(named: "a
更新到 iOS 10.1.1 后,iOS 通知自定义声音会在 5 秒后停止。 只有在设备打开时才会发生这种情况,但如果设备关闭,它会播放整整 30 秒。 UNNotificationSound 文档说
我是一名优秀的程序员,十分优秀!