Swift 中的 Firebase 远程通知没有声音

No sound for the Firebase remote notification in Swift

我是 iOS 开发新手,我正在尝试解决一个问题,当我从我的 Firebase 控制台向我的应用程序发送新通知时没有声音!

知道的方法是打开我的 phone 然后我看到了通知,但是当通知到达时没有声音!

我的代码看起来与 Firebase 预制代码完全一样:

https://github.com/firebase/quickstart-ios/blob/master/messaging/MessagingExampleSwift/AppDelegate.swift

我在 plist.info 中添加了:

Required background modes : App downloads content in response to push notifications

确保您已在 Firebase 控制台中启用高级选项并使

Sound : Enabled

iOS badge : Enabled

Badge Count : 1

这应该可以解决您的问题