Notification Service Extension中,更改推送消息的声音
1
bestAttemptContent.sound = UNNotificationSound.init(named: UNNotificationSoundName("ring.caf"))
注意:
- ring.caf 需要同时加入app 主target和消息推送的target
- 格式为wav、caf、aiff
- mac系统自带转换工具: afconvert Submarine.aiff sub.caf -d ima4 -f caff -v
- avplayer在后台是没法直接使用的
ios 远程推送/本地推送
Title:ios 远程推送/本地推送
Author:Lynn Cheng
Created:2019-05-28, 11:57:15
Updated:2019-05-28, 12:04:39
Full URL:http://lynncheng.github.io/2019/05/28/ios-远程推送-本地推送/
License: "CC BY-NC-SA 4.0" Keep Link & Author if Distribute.