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

tvOS 27 Feature

Apple Seeds tvOS 27 Beta 4 to Developers

Monday July 20, 2026 10:01 am PDT by
Apple today seeded the fourth beta of tvOS 27 to developers for testing purposes, with the update coming two weeks after Apple released the third beta. The beta can be downloaded and installed through the Settings app on the Apple TV. A free developer account is required. tvOS 27 has few new features compared to the other 27 software updates, but it does add a redesigned Podcasts app,...
Rumored Home Products Thumb

Apple's 2026 Smart Home Lineup: New Apple TV, HomePod, and Home Hub

Wednesday July 15, 2026 11:03 am PDT by
Now that Siri AI is ready to launch in iOS 27, iPadOS 27, and macOS 27 Golden Gate, Apple can finally introduce new smart home products built to work with the smarter version of Siri. Subscribe to the MacRumors YouTube channel for more videos. Apple has multiple new home devices in development, several of which are rumored to launch before the end of the year. We're waiting on a new version...
General visionOS watchOS and tvOS Betas Feature Redux

Apple Seeds watchOS 26.6, tvOS 26.6 and visionOS 26.6 Release Candidates

Monday July 20, 2026 10:00 am PDT by
Apple today provided developers with the release candidate versions of upcoming watchOS 26.6, tvOS 26.6, and visionOS 26.6 betas for testing purposes. The software comes a week after Apple seeded the fifth betas. The RCs are the final version of the software that will be released to the public as long as no bugs are found during this final testing period. The software updates are available...

Top Rated Comments

63 months ago
Can you program the Power button to Learn IR now?
Score: 2 Votes (Like | Disagree)
Realityck Avatar
63 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)