- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Sleep Cycle 应用程序设法发送本地通知并播放声音,即使我在手机上启用了“请勿打扰”。
你是怎么做到的?
最佳答案
好吧,可以通过在配置本地通知时启用 UNNotificationSetting 中的“严重警报”属性来实现。
When UNNotificationSetting.enabled, this property authorizes the app to play critical sounds that ignore Do Not Disturb and the device’s mute switch.
For local notifications, the system attempts to play a critical sound when the sound property of the UNNotificationContent object contains an object returned by the defaultCritical property, the criticalSoundNamed(_:) method, or a related method.
For remote notifications, the system attempts to play a critical sound when the notification’s payload contains a sound directory that contains the critical key.
Critical alerts require a special entitlement issued by Apple.
关于ios - UNNotification 本地通知和请勿打扰,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55040319/
我是一名优秀的程序员,十分优秀!