Couples · Knokk
How do couple photo widgets work
A couple photo widget is a home screen widget tied to one person. Your partner sends a photo from their app, it travels to your phone, and the widget is refreshed to show it. The operating system, not the app, decides when widgets redraw, so photos usually appear within minutes rather than instantly, unless a push notification triggers a refresh.
What a couple widget is
A widget is a small window from an app that sits on the home screen and shows information without the app being open. A couple widget is one dedicated to a single person. The Long Goodbye's guide describes what such widgets typically show: the other person's local time, a recent note or tap they sent, a shared photo, or a countdown to a date you both care about. The design goal, in their words, is presence rather than engagement; it is meant to be glanced at, not answered.
A photo widget is the most common form. One partner takes or picks a photo, it appears on the other partner's home screen, and there is nothing to open and no notification to dismiss. Some apps add a small reply, such as a tap or a short preset message, that goes back to the sender.
How the photo gets from one phone to the other
Three steps happen in sequence. First, pairing: both people install the same app, and it links the two installations, usually with an invite code or link. Second, delivery: when one partner sends a photo, the app uploads it to the developer's server and notifies the partner's phone that something new is waiting. Third, display: the partner's app fetches the photo and asks the operating system to redraw the widget with it.
The third step is where the delay comes from. On both major phone platforms, an app cannot repaint its widget whenever it likes. The Long Goodbye's guide puts it plainly: the system decides when a widget refreshes, so updates generally arrive periodically rather than the instant they are sent. It also notes that push notifications matter more than widget settings for speed, because a push lets the app fetch and refresh promptly instead of waiting for its next scheduled turn.
Why updates are not instant: the refresh budget
Apple's WidgetKit documentation explains the mechanism on iPhone. A widget is driven by a timeline of entries, each with a date and the content to show, and the app asks the system for a reload according to a refresh policy. The system limits how often it grants those reloads with a dynamic budget: a widget the user views often can receive roughly 40 to 70 refreshes in a 24 hour period, which works out to a reload about every 15 to 60 minutes. Each active widget gets its own budget, and the system takes a few days to learn how often a given widget is looked at.
Some reloads do not count against the budget, including when the app is in the foreground and when the user interacts with the widget. And an app can call for a reload when a push notification arrives, which is how a couple widget can show a new photo within a minute or so of it being sent rather than waiting for the next scheduled refresh.
Android has its own limits. Google's developer documentation states that the periodic update interval for an app widget, updatePeriodMillis, does not support values under 30 minutes, and that apps wanting more frequent updates should set it to 0 and schedule work another way. Google also advises that widget updates use device resources and may wake a sleeping device, so widgets should update as infrequently as possible. In both cases the phone is protecting its battery, and the app works within that.
Setting one up
On iPhone, Apple's support guide describes the steps: touch and hold an empty area of the home screen until the apps jiggle, tap Edit and then Add Widget, choose the app and a widget size, then tap Add Widget and Done. Widgets can be moved by dragging, edited by touching and holding them, and removed with Remove Widget. Up to 10 widgets can be stacked in one slot, and a stack can rotate automatically if Smart Rotate is on.
On Android, The Long Goodbye's guide gives the equivalent: touch and hold the home screen, choose Widgets, find the app, and drag the widget onto a screen. Either way, the app must be installed and opened at least once before its widget shows anything, and both partners need to have completed pairing.
If the widget stays blank, the guide lists the usual causes: the app has not been opened, the account or pairing is not finished, or background refresh has been switched off for the app. Turning background app refresh on and opening the app once usually fixes it. Knokk, for instance, sends the partner's photo to the widget and lets the reply go out from the same widget without opening the app, but it still needs that first open and the pairing done.
Privacy checks before you install
The Long Goodbye's guide suggests two checks. First, whether the app asks for GPS location when all it needs to show a time zone is the zone itself; a couple widget should not need to track your position. Second, whether shared content stays private between two accounts with no public profile, feed, or followers. A couple widget should be a private channel, not a social network with a widget attached.
Two more are worth adding. Photos carry location data in their metadata unless the app strips it, so check whether the app removes EXIF location before sending. And remember that a home screen widget is visible to anyone who can see your unlocked phone, so the photo your partner sends is not only seen by you.
Finally, read what the app stores on its server and for how long. A photo has to pass through a server to reach the other phone, but it does not have to stay there. Apps differ on whether they delete after delivery, keep a history, or keep everything.
Frequently asked questions
Why does my partner's photo take a few minutes to show up?
The phone's operating system controls when widgets redraw. Apple's WidgetKit gives a widget roughly 40 to 70 refreshes per day, and Android's periodic widget updates cannot be set under 30 minutes. Apps use push notifications to trigger a faster reload, but there can still be a short delay.
Do both of us need the same app?
Yes. The two installations are paired, usually with an invite code or link, and photos travel through the app's server from one to the other.
Does a couple widget drain the battery?
Widgets are designed to be cheap. Both Apple and Google limit refresh frequency for exactly this reason, and Google's guidance is to update as infrequently as possible.
Can other people see the photos?
Anyone who can see your unlocked home screen can see the widget. Beyond that, it depends on the app: check that there is no public profile or feed, and whether photos are deleted from the server after delivery.
The widget is blank. What should I check?
Open the app at least once, confirm pairing is complete, and make sure background app refresh is enabled for the app. On iPhone, also check that you added the widget from the right app in the Add Widget list.