ScreenRoom product and content model
ScreenRoom is a television-first streaming product with an iPhone companion. It treats focus, playback lifetime, account state, access, and progress as durable product concerns rather than details of a player screen.
Product decision
How do browsing, search, profiles, playback, and continue-watching fit a television context?
The smallest useful vertical slice is concrete: Define catalog, profile, entitlement, playback intent, and progress models before styling a player.
Boundaries that keep the design honest
- Model catalog, profile, entitlement, playback intent, and progress separately so each lifecycle can fail and recover visibly.
- Make focus and remote interaction deterministic across navigation, refreshed shelves, overlays, and profile changes.
- Keep the player in a stable coordinator and persist progress from meaningful playback events.
- Validate poor networks, subtitle and accessibility behavior, account transitions, StoreKit state, and television hardware before release.
- Avoid this failure: Starting with a custom player skin before content discovery and navigation work.
Release evidence
No ScreenRoom tvOS or iOS target, focus journey, AVPlayer session, media stream, StoreKit transaction, download, remote command, subtitle track, or Apple TV device run was exercised.
This chapter records product and architecture decisions. Apple framework behavior still requires the matching Xcode target, configured service or account where applicable, and named Simulator or physical-device evidence. The browser Swift runner does not validate these Apple SDK surfaces.
Series navigation
- Previous: Part 122: PulseTrail testing and release review
- Next: Part 124: ScreenRoom tvOS architecture and focus
- Series index: Zero to iOS Hero