Feature | Standard Notification | Time-Sensitive Notification |
Visual Label | No special label. | Displays a "Time Sensitive" label, often with a small clock icon (L). |
Lock Screen Behavior | Can be silenced and hidden by Focus modes (like Do Not Disturb or Sleep). It may be delivered silently to the Notification Center. | Breaks through Focus modes. It will appear on the Lock Screen and play a sound even when a Focus is active. |
Persistence on Lock Screen | Can be quickly cleared or may be grouped and less prominent depending on your settings. | Remains on the Lock Screen for an hour, ensuring it is not missed. This makes it visually more persistent than standard alerts. |
Delivery | Can be bundled into a "Scheduled Summary" and delivered at a later time. | Always delivered immediately. It bypasses the Scheduled Summary feature to ensure you see it right away. |
Level | What iOS actually does | When to use it |
Passive | Slips quietly into Notification Center; no sound, no screen wake, no haptics. | “FYI” stuff: new-episode drops, weekly digests, gentle nudges. |
Active (default) | Classic alert: lights up, may ping/vibrate—but won’t punch through Focus or Scheduled Summary. | Timely yet non-urgent: mentions, breaking-news pings, score updates. |
Time-Sensitive | Same as Active plus it can bypass Focus/Summary if the user leaves the “Time Sensitive Notifications” switch ON. Apps must enable the capability in Xcode. | Needs action now: 2FA codes, courier arriving, ride outside. |
Critical | Break-glass alert: overrides Focus, Summary and the mute switch. Entitlement from Apple required. | Life-or-limb: tornado warnings, gluc ose-level alarms. |
Level | Screen Wake & Sound | Bypasses Focus/Summary? | Xcode Capability Required? | Apple Entitlement Required? | Recommended Use Case | Risk of Misuse |
passive | No | No | No | No | Non-urgent info, content discovery, recommendations. | Low |
active | Yes (Default) | No | No | No | Relevant updates, breaking news, general social interactions. | Low |
timeSensitive | Yes | Yes (if user allows) | Yes | No | Immediate action required: account security, deliveries, ride-share. | High |
critical | Yes (Bypasses Mute) | Yes | Yes | Yes (Special Approval) | Urgent health/safety alerts (e.g., severe weather, medical emergency). | Very High |
If you’re building a… | You’ll likely need… |
Telehealth app | Time-Sensitive + Transactional + Personalized |
Food delivery app | Contextual + Transactional + Local (for order countdowns) |
Meditation / wellness app | Local + Personalized + Time-Sensitive (for routine nudges) |
Banking / fintech app | Transactional + Contextual + Critical Alerts (for fraud or lockouts) |
Productivity / task manager | Local + Transactional + Contextual |
Fitness / workout tracker | Local + Personalized + Contextual |
eCommerce app | Promotional + Contextual + Personalized (based on browsing/purchase behavior) |
Health device companion app | Time-Sensitive + Local + Critical Alerts (if monitoring vitals or safety thresholds) |
Android Sidenote: an Android user may also dismiss this system dialog. If the user swipes away or ignores the dialog (choosing neither option), the app can try asking again later, since the user hasn’t made a firm choice. |