iOS 14 以上单独设置 UNNotificationPresentationOptionSound 没有声音,但是组合其他的又有声音
极光 SDK 5.0.0,App 前台运行测试推送
iOS 14 以上系统
在 willPresentNotification
中的 completionHandler
设置UNNotificationPresentationOptions
单独设置只声音提示 UNNotificationPresentationOptionSound
或 UNNotificationPresentationOptionBadge | UNNotificationPresentationOptionSound
时,前台推送收到没有发出提示声音。
但是设置成 UNNotificationPresentationOptionBadge | UNNotificationPresentationOptionSound | UNNotificationPresentationOptionList | UNNotificationPresentationOptionBanner
前台推送又有声音提醒。
在 iOS 14 以下系统声音设置表现正常。