Ensure your Hugin notifications get through, even when your phone is in Do Not Disturb or Sleep mode.
Last updated:
iOS Focus modes (Do Not Disturb, Sleep, Work, etc.) silence most notifications by default. If you use Hugin to monitor production systems, you want those alerts to break through—especially at 3am when your server crashes.
This guide shows you how to configure iOS to increase the chance that critical Hugin alerts reach you immediately, even when Focus is active.
Hugin does not have iOS "Critical Alerts" entitlement and cannot guarantee notifications will bypass all system settings. The steps below help increase reliability, but iOS ultimately controls notification delivery.
First, make sure notifications are enabled for Hugin Alerts:
Hugin uses Time-Sensitive notifications, which have a higher chance of breaking through Focus modes. Make sure this is enabled:
This is the critical step. iOS Focus modes block most notifications by default. You need to explicitly allow Hugin Alerts.
If you use Sleep mode at night, make sure to add Hugin to the allowed apps list. Otherwise, your production alerts won't wake you up. When configured correctly, Hugin notifications can break through Sleep mode and appear on your lock screen.
Don't wait for a real production incident to find out your notifications aren't getting through. Test it now:
curl -X POST https://api.huginalerts.com/v1/events \
-H "Authorization: Bearer YOUR_INGEST_KEY" \
-H "Content-Type: application/json" \
-d '{
"system": "production",
"event": "test",
"description": "Focus mode test"
}' Most likely, Hugin is not in the allowed apps list for that Focus mode. Go to Settings → Focus → [Your Focus Mode] → Apps and add Hugin Alerts.
This is usually an iOS power-saving behavior or network issue. Check:
Check that your phone's ringer is on (physical switch on the side of the phone). Also verify in Settings → Hugin Alerts → Notifications that Sounds are enabled.
You likely have a scheduled Focus mode (like Sleep) that activates automatically. Make sure Hugin is added to the allowed apps list for that mode.
If you send too many low-priority notifications, you'll train yourself to ignore them. Reserve Hugin for events that genuinely need your immediate attention.
iOS updates can sometimes reset Focus mode settings. Test your notification delivery quarterly or after major iOS updates.
Obvious, but worth stating: if your phone is dead or in airplane mode, you won't receive notifications. Keep it charged and connected to the internet.
For truly critical systems, have a secondary alerting channel (e.g., PagerDuty, SMS, or a phone call). Hugin is reliable, but no single notification system should be your only line of defense.