Apple Seeds Sixth Beta of tvOS 15 to Developers
Apple today seeded the sixth beta of the upcoming tvOS 15 update to developers for testing purposes, with the new beta coming one week released the fifth beta.

Developers can download the new tvOS 15 beta by downloading a profile onto the Apple TV using Xcode.
Apple shared little about tvOS 15 when it was unveiled, but there are some new features that are coming to the operating system. SharePlay, a FaceTime feature that lets multiple users watch TV shows or movies together, will integrate with tvOS, and there's a new "For All of You" recommendation engine that suggests shows everyone might enjoy.
A Shared With You section also displays movies and shows that were shared with you through the Messages app so you remember to check them out. When paired with AirPods Pro or AirPods Max, the Apple TV supports Spatial audio for a theater-like surround sound experience, and there's a new feature for automatically connecting your AirPods through Smart AirPods routing.
Hey Siri commands can be used to launch Apple TV+ shows, and two HomePod mini speakers can be paired with the Apple TV 4K for stereo sound. If you have HomeKit cameras, you can also now view multiple cameras at the same time on the Apple TV.
Related Stories
Apple today seeded the release candidate version of the upcoming tvOS 15 update to developers for testing purposes, with the new beta coming one week released the ninth beta.
Developers can download the new tvOS 15 beta by downloading a profile onto the Apple TV using Xcode.
Apple shared little about tvOS 15 when it was unveiled, but there are some new features that are coming to...
Apple today seeded the fifth beta of an upcoming tvOS 15.4 update to developers for testing purposes, with the software coming one week after Apple seeded the fourth tvOS 15.4 beta.
Developers can download the new tvOS 15.4 beta by downloading a profile onto the Apple TV using Xcode.
tvOS 15.4 adds support for captive Wi-Fi networks, which means that an iPhone or iPad can be used to...
Apple today seeded the eighth beta of the upcoming tvOS 15 update to developers for testing purposes, with the new beta coming one week released the seventh beta.
Developers can download the new tvOS 15 beta by downloading a profile onto the Apple TV using Xcode.
Apple shared little about tvOS 15 when it was unveiled, but there are some new features that are coming to the operating...
Apple today seeded the third beta of the upcoming tvOS 15 update to developers for testing purposes, with the new beta coming three weeks released the second beta.
Developers can download the new tvOS 15 beta by downloading a profile onto the Apple TV using Xcode.
Apple shared little about tvOS 15 when it was unveiled, but there are some new features that are coming to the operating ...
Apple today released tvOS 15.3, the third major update to the tvOS operating system that first launched in September 2021. tvOS 15.3 comes more than a month after the launch of tvOS 15.2, an update that added support for Photos Memories, Apple Music Voice Plan, and new screen savers.
tvOS 15.3 can be downloaded over the air on the Apple TV through the Settings app by going to System >...
Apple today seeded the fourth beta of an upcoming tvOS 15.4 update to developers for testing purposes, with the software coming two weeks after Apple seeded the third tvOS 15.4 beta.
Developers can download the new tvOS 15.4 beta by downloading a profile onto the Apple TV using Xcode.
tvOS 15.4 adds support for captive Wi-Fi networks, which means that an iPhone or iPad can be used to...
Apple today seeded the third beta of an upcoming tvOS 15.4 update to developers for testing purposes, with the software coming two weeks after Apple seeded the second tvOS 15.4 beta.
Developers can download the new tvOS 15.4 beta by downloading a profile onto the Apple TV using Xcode.
tvOS 15.4 adds support for captive Wi-Fi networks, which means that an iPhone or iPad can be used to...
Apple today seeded the second beta of an upcoming tvOS 15.3 update to developers for testing purposes, with the software coming three weeks after the first beta and a month after the release of tvOS 15.2.
Developers can download the new tvOS 15.3 beta by downloading a profile onto the Apple TV using Xcode.
tvOS updates are often minor in scale, focusing on under-the-hood bug fixes...
Popular Stories
The M2 MacBook Pro has started making its way into customers' hands and we're learning more about how it performs in a variety of situations, but all eyes are really on the upcoming M2 MacBook Air which has seen a complete redesign and should be arriving in a couple of weeks.
Other top stories this week included a host of product rumors including additional M2 and even M3 Macs, an updated...
Apple today began selling refurbished Mac Studio models for the first time in the United States, Canada, and select European countries, such as Belgium, Germany, Ireland, Spain, Switzerland, the Netherlands, and the United Kingdom.
In the United States, two refurbished Mac Studio configurations are currently available, including one with the M1 Max chip (10-core CPU and 24-core GPU) for...
The redesigned MacBook Air with the all-new M2 Apple silicon chip will be available for customers starting Friday, July 15, MacRumors has learned from a retail source. The new MacBook Air was announced and previewed during WWDC earlier this month, with Apple stating availability will begin in July. The MacBook Air features a redesigned body that is thinner and lighter than the previous...
Apple's new 13-inch MacBook Pro with the M2 chip features a significantly slower SSD compared to the previous model, resulting in poorer performance in some workflows, it has been discovered.
Specifically, it has been found that the $1,299 base model with 256GB of storage has significantly slower SSD read and write speeds compared to the equivalent previous-generation 13-inch MacBook Pro....
Top Rated Comments
Surely someone at Apple cares about their best customers. Right? Hello? Oh...
Also spatial audio in current public beta has become too subtle, I hope this release fixes that.
The tvOS 15 SDK provides support to develop tvOS apps for Apple TV devices running tvOS 15 beta 6. The SDK comes bundled with Xcode 13 beta 6, available from Beta Software Downloads ('https://developer.apple.com/download/'). For information on the compatibility requirements for Xcode 13, see Xcode 13 Beta 5 Release Notes ('https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-13-beta-release-notes').
[HEADING=2]App Store[/HEADING]
[HEADING=3]New Features in tvOS 15 beta 6[/HEADING]
* A new onStorefrontChange(shouldContinuePurchase:) ('https://developer.apple.com/documentation/storekit/product/purchaseoption/3868403-onstorefrontchange') is available in StoreKit 2. You can use this purchase option to determine whether the transaction continues if the App Store storefront changes during a transaction. The default is true if this option isn’t added. (70757789)
* VerificationResult.unverified(SignedType) is now VerificationResult.unverified(SignedType, VerificationError) to provide a reason for unverified signed values. jsonRepresentation ('https://developer.apple.com/documentation/storekit/transaction/3868410-jsonrepresentation') is available on Transaction ('https://developer.apple.com/documentation/storekit/transaction') and jsonRepresentation ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/renewalinfo/3868404-jsonrepresentation') is available on renewalInfo ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3822294-renewalinfo'); both properties provide the payload JSON as Data. payloadValue ('https://developer.apple.com/documentation/storekit/verificationresult/3868433-payloadvalue') and unsafePayloadValue ('https://developer.apple.com/documentation/storekit/verificationresult/3868442-unsafepayloadvalue') properties are available on VerificationResult ('https://developer.apple.com/documentation/storekit/verificationresult') as a convenience to access the signed value. (80701792)
[HEADING=3]Known Issues[/HEADING]
* The unfinished ('https://developer.apple.com/documentation/storekit/transaction/3856631-unfinished') property might return VerificationResult<Transaction> for transactions that have already finished. (81346114)
* Purchases performed in the Sandbox environment return `VerificationResult.unverified:):)’. (71949674)
[HEADING=3]Resolved in tvOS 15 beta 6[/HEADING]
* All AsyncIteratorProtocol ('https://developer.apple.com/documentation/swift/asynciteratorprotocol') conforming types are now value types. (80982924)
* In-app purchases are now successful in TestFlight apps. (77332175)
[HEADING=2]Logging[/HEADING]
[HEADING=3]Deprecations[/HEADING]
* Support for cleartext HTTP URL schemes for Proxy Automatic Configuration (PAC) is now deprecated. Use only HTTPS URL schemes for PAC. This affects all PAC configurations, including, but not limited to, configurations set via Settings, System Preferences, profiles, and URLSession APIs such as connectionProxyDictionary ('https://developer.apple.com/documentation/foundation/urlsessionconfiguration/1411499-connectionproxydictionary') and CFNetworkExecuteProxyAutoConfigurationURL(_:_:_:_:) ('https://developer.apple.com/documentation/cfnetwork/1426392-cfnetworkexecuteproxyautoconfigu'). If you configure a cleartext HTTP PAC URL, the system may upgrade it to HTTPS during PAC file loads. Web Proxy Auto-Discovery (WPAD) Protocol via DNS isn’t affected. Dynamic Host Configuration Protocol (DHCP) Option 252 WPAD may attempt to upgrade cleartext HTTP URLs to HTTPS during PAC file loads. (61981845)
[HEADING=2]MapKit[/HEADING]
[HEADING=3]Deprecations[/HEADING]
* MKPinAnnotationView ('https://developer.apple.com/documentation/mapkit/mkpinannotationview') and MapPin ('https://developer.apple.com/documentation/mapkit/mappin') are deprecated in this beta. (78536295)
[HEADING=2]SharePlay[/HEADING]
[HEADING=3]Deprecations[/HEADING]
* SharePlay has been disabled for use in tvOS 15 developer beta 6 and will be disabled for use in its initial release this fall. SharePlay will be enabled for use again in future developer beta releases and will launch to the public later this fall.
[HEADING=2]SwiftUI[/HEADING]
[HEADING=3]Resolved in iOS & iPadOS 15 beta 6[/HEADING]
* List ('https://developer.apple.com/documentation/SwiftUI/List') now correctly respects safe area insets. (78833004)
[HEADING=3]Deprecations[/HEADING]
* controlProminence is deprecated. Use the new .borderedProminent ButtonStyle ('https://developer.apple.com/documentation/SwiftUI/ButtonStyle') instead. (78908460)
[HEADING=2]Xcode[/HEADING]
[HEADING=3]Known Issues[/HEADING]
* MusicKit ('https://developer.apple.com/documentation/MusicKit') functionality, such as loading content with music requests, doesn’t work in simulated devices. (78559381)
Workaround: Test your app’s MusicKit functionality on a physical device.
[/SPOILER]
Not much going on except SharePlay has been disabled for this release.