如何将 Apple 的通知声音用于用户通知 Swift
Posted
技术标签:
【中文标题】如何将 Apple 的通知声音用于用户通知 Swift【英文标题】:How To Use Apple's Notification Sounds for User Notifications Swift 【发布时间】:2018-03-29 17:05:07 【问题描述】:我想知道是否可以在用户通知上使用 Apple 的通知声音之一,而不是始终使用 UNNotificationSound.default()
来发出声音,或者让用户能够进入设置并选择一种声音。
【问题讨论】:
【参考方案1】:不,您不能使用任何系统声音。可用的系统声音位于Library/Audio
,但您只能使用来自Library/Sounds
的声音。
但是,您仍然可以通过提供声音文件和使用init(named:)
进行初始化来提供用户可以选择的自定义声音。
【讨论】:
以上是关于如何将 Apple 的通知声音用于用户通知 Swift的主要内容,如果未能解决你的问题,请参考以下文章
在收到用于自动续订订阅的Apple statusUpdateNotification时,如何确定客户/用户?