From 13390fcac8b0c5b408cb1ee079b0de706b785564 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 29 Apr 2026 00:09:03 -0700 Subject: [PATCH] docs(apps/ios/readme): list authenticated background presence beacons For bdba90a20b: apps/ios/README.md "What Works Now (Concrete)" section omitted the authenticated background `node.presence.alive` beacon feature that shipped on iOS first, even though apps/android/README.md already lists it on the rebuild checklist. Adds a matching bullet so the iOS README reflects the gateway last-seen metadata update path across foreground/background transitions. --- apps/ios/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/README.md b/apps/ios/README.md index 6e927987fad..ae6fe39b7e1 100644 --- a/apps/ios/README.md +++ b/apps/ios/README.md @@ -245,6 +245,7 @@ gateway can only send pushes for iOS devices that paired with that gateway. - Gateway connection via discovery or manual host/port with TLS fingerprint trust prompt. - Chat + Talk surfaces through the operator gateway session. - iPhone node commands in foreground: camera snap/clip, canvas present/navigate/eval/snapshot, screen record, location, contacts, calendar, reminders, photos, motion, local notifications. +- Authenticated background `node.presence.alive` beacons that update gateway last-seen metadata when the app moves between foreground and background, without treating suspended sockets as connected. - Share extension deep-link forwarding into the connected gateway session. ## Computer Use Relationship