watchOS 13 + iOS 26: Live Activities on Apple Watch Change the Companion App Math
watchOS 13 ships this week alongside iOS 26, bringing Live Activities to the Apple Watch face. For apps already using ActivityKit, the lift to watch presence is smaller than you think — here's what changed and who should prioritize it.
watchOS 13 is shipping alongside iOS 26 this week, and for most iOS teams it's a background event — until you notice that Live Activities can now appear on the Apple Watch face. If your app already uses ActivityKit to power ride-tracking, food delivery countdowns, sports scores, or workout summaries on iPhone, you're closer to a watch presence than you might think. Here's what changed and what it's worth acting on.
Live Activities on Apple Watch: A Smaller Lift Than a Full Companion App
Live Activities have been an iPhone lock-screen feature since iOS 16. The Dynamic Island extended them to the front of the display on iPhone 14 Pro and later. What's new in watchOS 13 — paired with iOS 26 — is that Live Activities can surface on the Apple Watch face and Smart Stack, meaning a user's active Live Activity is visible on their wrist without the developer shipping a separate, standalone watchOS target.
This is meaningfully different from traditional watch app development. Building a full watchOS app requires:
- A separate SwiftUI watchOS target with its own build and test matrix
- Separate state management via WatchConnectivity or a shared App Group
- A separate App Store submission with watchOS-specific review scrutiny
- Watch-sized screenshot assets at every localized language (41 mm, 45 mm, and 49 mm Ultra)
Live Activities on Apple Watch, by contrast, surface the same ActivityAttributes your app already defines. You author a compact watch-face view alongside your existing lock-screen presentation — but you do not need a standalone watchOS app to ship it. According to Apple developer documentation, the minimum is a small watch-optimized ActivityViewContent view keyed off your existing ActivityAttributes struct.
For most teams that already have ActivityKit integrated, that's a one-sprint project, not a quarter-long platform bet. The engineering cost is a watch-sized SwiftUI view and a minor entitlement update — not a second app.
App Intents: Cross-Device Reach Matures in iOS 26
The second watchOS 13 story is App Intents. Apple has been steadily expanding the framework's device reach across OS releases, and iOS 26 + watchOS 13 continue that arc. Intents defined in your iOS app — and marked @AssistantIntent with appropriate entity types — can now surface as Siri shortcuts, Spotlight actions, and (when the user has a paired Apple Watch running watchOS 13) as wrist-accessible shortcuts in the Shortcuts app.
For developers already invested in App Intents for Spotlight and Siri discoverability in iOS 26, the watch story is largely free. A properly scoped intent can appear across the user's device ecosystem from a single iOS implementation. You're not writing separate watch intent code.
The practical implication: if you haven't invested in App Intents yet, the ROI case just got broader. One framework integration now covers Siri, Spotlight, Apple Intelligence on-device reasoning, and wrist discoverability — that's four discovery surfaces from one implementation.
Who Should Prioritize This — and Who Can Wait
Act now if you're in these categories
- Fitness and health apps: Workout Live Activities are the canonical Apple Watch use case. If you're tracking runs, heart rate, or biometrics on iPhone and not surfacing to the wrist, users notice.
- Delivery and tracking apps: Food delivery, ride-hailing, package tracking — any real-time status your app already surfaces via Live Activity is now wrist-native with modest engineering effort.
- Sports and live events: Scores, countdowns, fantasy updates — high-frequency glance interactions that watch UX patterns are built for.
- Productivity and timers: Focus timers, Pomodoro sessions, meeting countdowns — short Live Activities that benefit from wrist visibility without requiring a phone unlock.
This probably isn't your September sprint if
- Your app has no persistent live state to surface — no natural ActivityKit anchor exists.
- Your primary interaction is long-form content (reading, video) — system media controls already handle audio on watch.
- You haven't shipped ActivityKit on iPhone yet — do that first; the watch view can follow in the next release cycle.
The Screenshot and Localization Overhead You Should Budget For
If you extend your Live Activity to watchOS 13, App Store submissions with a watchOS component require Apple Watch screenshots. Watch screenshot dimensions vary by case size (41 mm, 45 mm, and 49 mm for Apple Watch Ultra 3). If you localize your app into multiple languages — and if you're not, the localization ROI analysis is worth reading before iPhone 17 launch cohorts settle — watch screenshots multiply your asset matrix.
For teams using App Store Connect API automation to manage screenshot uploads across territories, the watch-size pipeline is worth scripting from the start rather than retrofitting. AppsOps's screenshot localization tooling supports watch-sized assets alongside iPhone and iPad in the same workflow.
Sources and Further Reading
- Apple Developer Documentation — ActivityKit, App Intents, watchOS
- Apple — watchOS 13 feature overview
- MacStories — watchOS 13 and iOS 26 launch coverage
- 9to5Mac — iOS 26 and watchOS 13 what's new
Share this