当应用处于 active/foreground 时不播放 iOS 推送通知声音

Don't Play iOS Push Notification Sound While the app is in active/foreground

我在应用程序处于前台时收到推送通知。当应用程序处于前台状态时,我不想 播放任何声音。我该怎么做?

不要将 .sound 传递到 userNotificationCenter(_:willPresent:withCompletionHandler:)

的回调中

https://developer.apple.com/documentation/usernotifications/unusernotificationcenterdelegate/1649518-usernotificationcenter