Apple Seeds Third Beta of tvOS 15 to Developers - MacRumors
Skip to Content

Apple Seeds Third Beta of tvOS 15 to Developers

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.

Apple TV tvOS 15 Feature
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.

Two HomePod mini speakers can be paired with the ‌Apple TV‌ 4K for stereo sound, and if you have HomeKit cameras, you can view multiple cameras at the same time on the ‌Apple TV‌.

Popular Stories

iOS 18 Siri Personal Context

Siri AI Settlement Website Now Live: Apple to Pay Some iPhone Owners

Sunday September 20, 2026 7:24 pm PDT by
In May, Apple agreed to pay $250 million to settle a U.S. class action lawsuit over Siri AI's delayed launch, and the settlement website is now live. Apple will pay an estimated $25 per eligible iPhone to eligible customers, who can submit a claim via the settlement website between September 21 and December 21 of this year. The exact payment may be higher or lower than $25 depending on the...
iOS 26 Home Feature

Apple Will Soon Announce an All-New Operating System

Tuesday September 22, 2026 9:19 am PDT by
Apple is developing an all-new operating system that is essentially a mix of tvOS, watchOS, and iOS, according to Bloomberg's Mark Gurman. In his latest Power On newsletter, Gurman reiterated that the operating system will feature a grid of app icons, widgets, and customizable clock faces. The new software platform is intended for Apple's long-rumored smart home hub. With built-in facial...
Mostly Screen iPhone Purple Feature 2027

iPhone 20 Pro Display Sizes Leak Ahead of 2027 Launch

Monday September 21, 2026 4:29 am PDT by
Apple's 20th-anniversary iPhone lineup could feature slightly larger displays than the iPhone 18 Pro models, if a new leak shared on Weibo is accurate. Prolific Chinese leaker Digital Chat Station claims that early iPhone 20 Pro display specifications include a 6.41-inch screen with a resolution of approximately 2,686 × 1,236 pixels, while the iPhone 20 Pro Max is said to have a 6.96-inch...

Top Rated Comments

ErikGrim Avatar
68 months ago

I often think about using the Beta on my Apple TV. Is it worth installing it or not?
Nah. It's very much the same as always. Unless you have any issues or want to use eARC with HPs that is.
Score: 1 Votes (Like | Disagree)
Realityck Avatar
68 months ago
tvOS 15 Beta 3 Release Notes ('https://developer.apple.com/documentation/tvos-release-notes/tvos-15-beta-release-notes')

Overview
The tvOS 15 SDK provides support to develop tvOS apps for Apple TV devices running tvOS 15 beta 3. The SDK comes bundled with Xcode 13 beta 3, available from Beta Software Downloads ('https://developer.apple.com/download/'). For information on the compatibility requirements for Xcode 13, see Xcode 13 Beta 2 Release Notes ('https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-13-beta-release-notes')

[SPOILER="tvOS 15 beta 3 Changes/Issues"]
New Features in tvOS 15 beta 3

* You can now access Product ('https://developer.apple.com/documentation/storekit/product')raw JSON data for custom decoding:

* Multiple Product.PurchaseOption ('https://developer.apple.com/documentation/storekit/product/purchaseoption') methods are now allowed. .custom(_:) was replaced with several new type methods, namely custom(key:stringValue:) ('https://developer.apple.com/documentation/storekit/product/purchaseoption/3856627-custom'), custom(key:numberValue:) ('https://developer.apple.com/documentation/storekit/product/purchaseoption/3856626-custom'), custom(key:boolValue:) ('https://developer.apple.com/documentation/storekit/product/purchaseoption/3856624-custom'), and custom(key:dataValue:) ('https://developer.apple.com/documentation/storekit/product/purchaseoption/3856625-custom').
* Subscript operators on Product ('https://developer.apple.com/documentation/storekit/product'), Transaction ('https://developer.apple.com/documentation/storekit/transaction'), and renewalInfo ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3822294-renewalinfo') were removed, along with the nested Key enumerations.
* BackingValue and extensions adding initializers from BackingValue were removed. (79101606)

* A new type property unfinished ('https://developer.apple.com/documentation/storekit/transaction/3856631-unfinished') is now available on Transaction ('https://developer.apple.com/documentation/storekit/transaction') that returns signed information for any transactions where the app still needs to deliver content to the user. (79620896)

Known Issues

* Subscription renewals aren’t automatically pushed to your app through the StoreKit 2 APIs in the App Store sandbox environment. Transaction and renewal information may not be immediately available. (78463355)
* Purchases made using the Sandbox environment return VerificationResult.unverified(_:). (79053760)

Resolved in tvOS 15 beta 3

* When calling latest(for:) on Transaction, or accessing the latestTransactionproperty on a Product value, the system now correctly returns a transaction for the given product identifier. (79399941)
* Fixed an issue when calling finishTransaction(_:) ('https://developer.apple.com/documentation/storekit/skpaymentqueue/1506003-finishtransaction') on the SKPaymentQueue ('https://developer.apple.com/documentation/storekit/skpaymentqueue') failed. (79854926)
* The cases consented and notConsented of the Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus') enumeration were replaced with Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.agreed ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus/agreed') and Product.SubscriptionInfo.RenewalInfo.PriceIncreaseStatus.pending ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/renewalinfo/priceincreasestatus/pending'), respectively. (75888552)
* Fixed an issue with calling the type method products(for:) ('https://developer.apple.com/documentation/storekit/product/3851116-products') on Product that failed if it contained subscriptions that had no localized App Store information in App Store Connect. (79729867)
* Fixed an issue with currentEntitlements ('https://developer.apple.com/documentation/storekit/transaction/3851204-currententitlements') where the property on Transaction ('https://developer.apple.com/documentation/storekit/transaction')returned multiple VerificationResult ('https://developer.apple.com/documentation/storekit/verificationresult') for a single Product.ID ('https://developer.apple.com/documentation/storekit/product/id'). (79212054)

Logging
Known Issues

* For every process crash, tvOS generates two crash logs. (76650102)

Deprecations

* 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)

MapKit
Deprecations

* MKPinAnnotationView ('https://developer.apple.com/documentation/mapkit/mkpinannotationview') and MapPin ('https://developer.apple.com/documentation/mapkit/mappin') are deprecated in this beta. (78536295)

SharePlay
Resolved in tvOS 15 beta 3

* Fixed an issue that required the iOS device to be PIN-paired before sending SharePlay content to Apple TV. (76149579)
* You can now return a SharePlay handoff to iOS. (79160555)
* When you play new content on Apple TV in a FaceTime with two iOS devices, the content plays, and is now in sync on the device that’s not signed into the same Apple ID that’s on Apple TV. (79424124)

Swift
Resolved in tvOS 15 beta 3

* The async Task ('https://developer.apple.com/documentation/swift/task') APIs in macOS, watchOS, and tvOS no longer differ from the async Task APIs in iOS. (79378627)

SwiftUI
Known Issues

* AsyncImage ('https://developer.apple.com/documentation/SwiftUI/AsyncImage') in List ('https://developer.apple.com/documentation/SwiftUI/List') sometimes cancels image downloads prematurely. (78187465)
* Fixed an issue that caused a TextField ('https://developer.apple.com/documentation/SwiftUI/TextField') in a ForEach ('https://developer.apple.com/documentation/SwiftUI/ForEach') to update an incorrect text binding. (78168257)

Resolved in tvOS 15 beta 3

* Fixed an issue that if you created a Text ('https://developer.apple.com/documentation/SwiftUI/Text') view from an AttributedString ('https://developer.apple.com/documentation/foundation/attributedstring') that contained a morphology attribute and then interpolated the Text view inside a LocalizedStringKey ('https://developer.apple.com/documentation/SwiftUI/LocalizedStringKey'), the attributes of the AttributedString didn’t affect the displayed text. (76192084)
* You can now correctly push to a third screen after popping from a third screen in the navigation stack. (79076444)
* The Alert ('https://developer.apple.com/documentation/SwiftUI/Alert') modifier now correctly displays a passed-in message. (79252107)

Xcode
Known Issues

* 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]
Score: 1 Votes (Like | Disagree)
Latest Stories
Google Photos Wardrobe Feature Comes to iOS
Google Photos Wardrobe Feature Comes to iOS
23 minutes ago
Apple Music to Host Free Head Trip Festival Livestream
Apple Music to Host Free Head Trip Festival Livestream
1 hour ago
watchOS 27.2 Code Hints at iPhone-Style Screenshot Previews
watchOS 27.2 Code Hints at iPhone-Style Screenshot Previews
3 hours ago
Beats 360 Headphones Now Available in Apple Stores
Beats 360 Headphones Now Available in Apple Stores
4 hours ago
Apple Shares New Video Promoting iOS 27 Parental Controls
Apple Shares New Video Promoting iOS 27 Parental Controls
4 hours ago
Apple Has Announced 12 New Products in the Past Month
Apple Has Announced 12 New Products in the Past Month
4 hours ago
Apple Watch Ultra 2 vs. Ultra 4 Buyer's Guide: Should You Upgrade?
Apple Watch Ultra 2 vs. Ultra 4 Buyer's Guide: Should You Upgrade?
5 hours ago
Here's When Apple TV is Airing Free 'Peanuts' Holiday Specials This Year
Here's When Apple TV is Airing Free 'Peanuts' Holiday Specials This Year
5 hours ago
Square Announces Apple Business Integration
Square Announces Apple Business Integration
6 hours ago
AirPods Pro 3 on Sale for $199 This Week on Amazon
AirPods Pro 3 on Sale for $199 This Week on Amazon
7 hours ago
Qualcomm Announces Renewed Agreement With Apple
Qualcomm Announces Renewed Agreement With Apple
7 hours ago
Apple Confirms iPhone 18 Pro Bug Fix Update is Coming Next Week
Apple Confirms iPhone 18 Pro Bug Fix Update is Coming Next Week
8 hours ago
Full iPhone 4 'Antennagate' Q&A Video Surfaces After 16 Years
Full iPhone 4 'Antennagate' Q&A Video Surfaces After 16 Years
8 hours ago
Meta Did a 'One More Thing' and It's an AI Tamagotchi
Meta Did a 'One More Thing' and It's an AI Tamagotchi
12 hours ago
iPhone Handoff in iOS 27: How It Works, Pricing, and Carrier Support
iPhone Handoff in iOS 27: How It Works, Pricing, and Carrier Support
15 hours ago
ChatGPT in Siri 'Persistently Underperforming,' Says OpenAI
ChatGPT in Siri 'Persistently Underperforming,' Says OpenAI
21 hours ago
You Can Now Try Apple's Unreleased Copland OS in Your Browser
You Can Now Try Apple's Unreleased Copland OS in Your Browser
23 hours ago
iOS 27.0.1 is Coming Soon
iOS 27.0.1 is Coming Soon
1 day ago
Apple Releases watchOS 27.0.1 With Fix for Restart Bug
Apple Releases watchOS 27.0.1 With Fix for Restart Bug
1 day ago
Disney+ and Hulu Raise Prices Again, Ad-Free Plans Now $21.49
Disney+ and Hulu Raise Prices Again, Ad-Free Plans Now $21.49
1 day ago
Apple Sports App Updated With Even More Soccer Leagues
Apple Sports App Updated With Even More Soccer Leagues
1 day ago
AirTag 2 4-Pack Hits $79.99 on Amazon, Matching Record Low
AirTag 2 4-Pack Hits $79.99 on Amazon, Matching Record Low
1 day ago
Siri AI Coming to HomePod
Siri AI Coming to HomePod
1 day ago
iPhone Air vs. iPhone 18 Pro Buyer's Guide: Which Should You Buy?
iPhone Air vs. iPhone 18 Pro Buyer's Guide: Which Should You Buy?
1 day ago
Apple Podcasts Subscriptions Will Soon Support Video
Apple Podcasts Subscriptions Will Soon Support Video
1 day ago
Apple Watch Ultra 3 Drops to Record Low $599.97 on Amazon [Updated]
Apple Watch Ultra 3 Drops to Record Low $599.97 on Amazon [Updated]
1 day ago
AT&T Responds to iOS 27's New iPhone Handoff Feature
AT&T Responds to iOS 27's New iPhone Handoff Feature
1 day ago
Launch Discounts Arrive for New Mac Mini and Mac Studio, Plus Massive Deal on Samsung's Portable SSD
Launch Discounts Arrive for New Mac Mini and Mac Studio, Plus Massive Deal on Samsung's Portable SSD
1 day ago
New iPhone Setting Lets Users Shake Off Motion-Sensing Ads
New iPhone Setting Lets Users Shake Off Motion-Sensing Ads
1 day ago
Apple Intelligence Taking Up 30GB+ on Some Macs Running macOS 27
Apple Intelligence Taking Up 30GB+ on Some Macs Running macOS 27
1 day ago