Apple Seeds Fourth Beta of tvOS 15.1 to Developers - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
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

General visionOS watchOS and tvOS Betas Feature Redux

Apple Releases Third watchOS 26.6, tvOS 26.6 and visionOS 26.6 Betas

Monday June 29, 2026 10:08 am PDT by
Apple today provided developers with the third betas of upcoming watchOS 26.6, tvOS 26.6, and visionOS 26.6 betas for testing purposes. The software comes two weeks after Apple seeded the second betas. The software updates are available through the Settings app on each device, and because these are developer betas, a free developer account is required. There's no word on what's in the...
Apple TV 2025 Thumb 2 Sans Text

iOS 27 Lets You Update Your Apple TV Using Your iPhone

Tuesday June 23, 2026 9:09 am PDT by
If the idea of digging out your Siri Remote to install a tvOS update on your Apple TV sounds like too much effort, Apple's upcoming iOS 27 software will have a new feature you'll surely welcome. Based on the latest iOS 27 beta 2, you can push Apple TV software updates straight from your iPhone, and you don't even need to turn the Apple TV on first. Apple's set-top box now appears in the...
Chase Sapphire Reserve Apple Perk Feature

Chase Sapphire Credit Cards Offering New Apple TV and Apple One Perks

Wednesday June 24, 2026 7:00 am PDT by
Chase recently introduced new Apple TV and Apple One perks for its Sapphire Preferred and Sapphire Reserve credit cards in the United States. Sapphire Preferred cardholders ($95 annual fee) are now eligible to receive a complimentary one-year Apple TV streaming subscription, or a $7.50/month discount on an active Apple One subscription for 12 months instead. Sapphire Reserve cardholders...

Top Rated Comments

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