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.

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.
Popular Stories
Apple changed the strategy for iOS 17 later in its development process to add several new features, suggesting that the update may be more significant than previously thought, Bloomberg's Mark Gurman reports.
In January, Gurman said that iOS 17 could be a less significant update than iPhone updates in previous years due to the company's intense focus on its long-awaited mixed-reality...
Following nearly six weeks of beta testing, iOS 16.4 is expected to be released to the public as soon as this week. The software update includes a handful of new features and changes for the iPhone 8 and newer. To install an iOS update, open the Settings app on the iPhone, tap General → Software Update, and follow the on-screen instructions.
Below, we have recapped eight new features and...
Some Apple employees are concerned about the usefulness and price point of the company's upcoming mixed-reality headset, The New York Times reports.
Apple headset concept by David Lewis and Marcus Kane Initial enthusiasm around the device at the company has apparently become skepticism, according to eight current and former Apple employees speaking to The New York Times. The change of tone...
Apple today released iOS 16.4, the fourth major update to the iOS 16 operating system that initially came out last September. iOS 16.4 comes two months after the launch of iOS 16.3, an update that added Security Keys for Apple ID.
iOS 16.4 and iPadOS 16.4 can be downloaded on eligible iPhones and iPads over-the-air by going to Settings > General > Software Update. It can take a few minutes...
Apple showcased its mixed-reality headset to the company's top 100 executives in the Steve Jobs Theater last week, according to Bloomberg's Mark Gurman.
In the latest edition of his "Power On" newsletter, Gurman explained that the "momentous gathering" is a "key milestone" ahead of the headset's public announcement planned for June. The event was intended to rally Apple's top members of...
We're still almost six months away from the official unveiling of the iPhone 15 lineup, but it seems like every day we're learning more about what to expect from the next-generation models. Notably, this week gave us our clearest look yet at what appear to be some changes for the volume and mute control hardware.
iOS 16.4 and associated releases are also right around the corner with some new ...
Apple today released tvOS 16.4, the fourth major point update to the tvOS 16 operating system that came out last September. Available for the Apple TV 4K and Apple TV HD, tvOS 16.4 comes two months following the release of tvOS 16.3.
The tvOS 16.4 update can be downloaded over the air through the Settings app on the Apple TV by going to System > Software Update....
Top Rated Comments
[HEADING=1]Overview[/HEADING]
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').
[HEADING=2]CoreData[/HEADING]
[HEADING=3]Known Issues[/HEADING]
* 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