IOS消息推送声音默认使用系统声音,可以支持自定义。
注意事项:
1.由于系统播放器播放支持的音频格式系统默认三种aiff, wav, 和 caf (应用在前端后台不运行都可以播放,只要安装应用能收到消息就可以)。
转换方法(afconvert /System/Library/Sounds/Submarine.aiff ~/Desktop/sub.caf -d ima4 -f caff -v)。
2.音频放在工程主目录。
3.音频时长不要超过30s。
4.音频名称要和{"aps":{"alert":"This is some fancy sound message.","badge":2,"sound": "sound.caf"}}要和推送的sound字段值保持一个可以自己定义。
5.真机运行,静音模式听不到。关闭静音模式。
详见官网:https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html#//apple_ref/doc/uid/TP40008194-CH103-SW1