K1.05.2notification center as entry pointdesignresearch

Notification Center is a second entry from outside the app

Aliases: notification drawer · re-engagement · notification landing · lock-screen notification

What it is

Notification Center (and the lock-screen list) is a table the system owns; apps post short messages into it. Tapping a row from outside the app icon brings someone in with a specific goal: a second entry. Many phone sessions start not from the home-screen icon but from “the car is here,” “your code,” “someone replied.” A notification can also reply or finish an action without opening the app. This entry is only about that out-of-app entry and its landing. It is not about an app drawing a fake status bar, and not about content hidden under the real one.

Why it happens

The system makes notifications a scannable queue: people triage in the shade—ignore, tap through, or handle with a button in place. A tap hands the app a deep link; the process may be cold. If the app was only designed as “icon → home → hunt,” that entry is folded into two searches. Notification copy is a compressed task description; the landing must honour it. “Your car is approaching” should open the live trip, not the history list; a one-time code should open the field, not the account home. In-place actions (mark read, one-line reply, snooze) keep the task in the system shade; the app may never come to the foreground. If those actions disagree with state after opening, people believe nothing happened. Ownership of the entry sits with the system: the app chooses payload and destination, not the shade’s gestures or sort.

Studying it

Log notification-initiated sessions: whether the open came from a notification, whether the landing matched the copy, whether the process was cold. Experience sampling can ask why the app was opened. In-place actions need their own record: did the action actually change server state.

Independent variables: notification type, action buttons, deep landing versus home, cold versus warm start. Dependent variables: tap-through rate, landing match, time from tap to goal, disagreement between in-place action and in-app state.

Handing notifications to lab participants as a task brief inflates tap-through—real notifications interrupt something else. Do not treat send volume or open rate as success by themselves: an open to the wrong page is a failed entry. Users who disabled notifications are absent from this data; silence is not “they do not need this entry.”

Where it stops holding

When notifications are off, the entry is gone; the icon and widgets are the way in. Marketing pushes with no completable task become noise if treated as entries; a perfect landing will not keep the permission. Mirrored notifications on a wearable are an entry on a smaller screen with less capability. An in-app inbox is not Notification Center: it lives inside the app and has no standing as a system triage queue.

Applying it

  • Write a landing for every notification type: the tap should show the object the copy promised, not home plus search.
  • Cold start and warm start share that landing; do not fall back to a welcome screen after a kill.
  • Put on in-place buttons only actions that can finish in the background, and make the same result visible after opening the app.
  • Verify by tapping every notification type after killing the process. Check that the landing is that object, and that leave or close still finds a sensible origin. “Car arriving” into history, “you were mentioned” into the top of a channel instead of that message, are broken second entries.

Related

  • Within the group: K1.05.1 The status bar is system territory; apps must not fake it · K1.05.3 Status-bar occlusion is a common layout miss
  • Adjacent: K1.06 Widgets and Lock-screen Entry Points · K1.11 Deep Links and Inter-app Navigation
  • Search terms: notification center · notification-initiated session · deep link

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/K1.05.2