Alarm App

how will I play sound for my local notification when my device is in silent mode for my alarm app

Only notifications with interruptionLevel .critical can break through the mute switch.

The use of critical interruption level requires a special entitlement that is only approved for apps that require alerting the users with urgent information about personal health and public safety that directly impacts the user and demands their immediate attention.

Critical notifications are extremely rare and typically come from governmental and public agencies or healthcare apps. Use of critical alerts is not suitable for alarm apps.

@Engineer how do alarm apps like Wakey or Alarmy get alarm sounds to play when the mute switch is enabled without using critical alerts?

Alarm App
 
 
Q