Apple Seeds Fourth Beta of tvOS 15.1 to Developers - MacRumors
Skip to Content

Apple Seeds Fourth Beta of tvOS 15.1 to Developers

Apple today seeded the fourth beta of an upcoming tvOS 15.1 update, one week after seeding the third beta and three weeks after the release of tvOS 15.

Apple TV tvOS 15
Developers can download the new tvOS 15.1 beta by downloading a profile onto the ‌Apple TV‌ using Xcode.

Other than new releases, tvOS updates are often minor in scale, focusing on under-the-hood bug fixes and improvements rather than major outward-facing changes. We don't yet know what's included in tvOS 15.1, but we'll update this article should anything be found.

Though we don't often know what's new in tvOS during the beta testing process, we let MacRumors readers know when new updates are available so those who are developers can download it upon release.

Related Roundup: Apple TV
Buyer's Guide: Apple TV (Don't Buy)

Popular Stories

Where is the New Apple TV Feature

Next Apple TV's Chip Revealed in Latest Leak

Tuesday September 8, 2026 10:19 am PDT by
The next Apple TV 4K will be equipped with an A19 or A19 Pro chip, according to evidence in Apple's code uncovered by MacRumors contributor Aaron Perris. In particular, the device's model identifier points towards the A19 generation of chips. Accordingly, the next Apple TV would have 8GB or 12GB of RAM, up from 4GB in the current 2022 model with the A15 Bionic chip. Other rumored upgrades for...
iOS 27 Feature Cool

Apple Releases New iOS 27, iPadOS 27, macOS 27, and tvOS 27 Public Betas

Monday August 31, 2026 2:13 pm PDT by
Apple today released the sixth public betas of iOS 27, iPadOS 27, tvOS 27, and macOS Golden Gate, allowing anyone with a compatible device to download and test the new software. The sixth betas come a week after Apple seeded the fifth betas and a few hours after the eighth developer betas. You can get started by signing up on Apple's beta website and then opting in to the public beta by...
Apple TV Remote Icon

iOS 27 to Upgrade Apple TV Remote App in Two Ways

Thursday September 10, 2026 2:33 am PDT by
Apple has updated the design of the virtual Apple TV Remote for the iOS 27 Release Candidate, which was released yesterday, and there are two new features that have been added to the iPhone app's interface. First up, Apple has added a new button to the top-right corner of the Remote UI with a glyph showing four squares. Pressing the button pops out an app menu similar to the Apple TV home...

Top Rated Comments

64 months ago
Can you program the Power button to Learn IR now?
Score: 2 Votes (Like | Disagree)
Realityck Avatar
64 months ago
[SPOILER="tvOS 15.1 Beta 4 Release Notes"]
Overview
The tvOS 15 SDK provides support to develop tvOS apps for Apple TV devices running tvOS 15.1 beta 4. The SDK comes bundled with Xcode 13, available from the Mac App Store. For information on the compatibility requirements for Xcode 13, see Xcode 13 Release Notes ('https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-13-release-notes').

CoreData
Known Issues

* NSExpression will immediately forbid certain operations that have significant side effects like creating and destroying objects. Additionally, casting string class names into Class objects with NSConstantValueExpression is deprecated. (84017178)
Workaround: Pass temporary objects to NSExpression in the context parameter of expressionValueWithObject:context: ('https://developer.apple.com/documentation/foundation/nsexpression/1410363-expressionvaluewithobject'), or with NSPredicate the substitutionVariables parameter of evaluateWithObject:substitutionVariables: ('https://developer.apple.com/documentation/foundation/nspredicate/1407759-evaluatewithobject'). You can create a derived predicate with all the substitution variables replaced (bound) using withSubstitutionVariables(_:) ('https://developer.apple.com/documentation/foundation/nspredicate/1413227-withsubstitutionvariables') on an existing NSPredicate so that code using the object can continue to use a simple evaluate(with object: Any?) invocation.


[/SPOILER]

Don't expect anything to change between now and release
Score: 1 Votes (Like | Disagree)