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

Generic iOS 19 Feature Mock Light

iOS 19 Leak Reveals All-New Design

Friday January 17, 2025 2:42 pm PST by
iOS 19 is still around six months away from being announced, but a new leak has allegedly revealed a completely redesigned Camera app. Based on footage it obtained, YouTube channel Front Page Tech shared a video showing what the new Camera app will apparently look like, with the key change being translucent menus for camera controls. Overall, the design of these menus looks similar to...
2024 App Store Awards

Apple Explains Why It Removed TikTok From the App Store in the U.S.

Sunday January 19, 2025 6:58 am PST by
Apple on late Saturday removed TikTok from the App Store in the U.S., and it has now explained why it was required to take this action. Last year, the U.S. passed a law that required Chinese company ByteDance to divest its ownership of TikTok due to potential national security risks, or else the platform would be banned. That law went into effect today, and companies like Apple and Google...
2024 iPhone Boxes Feature

Apple Changes Trade-In Values for iPhones, iPads, Macs, and More

Thursday January 16, 2025 6:45 am PST by
Apple today adjusted estimated trade-in values for select iPhone, iPad, Mac, and Apple Watch models in the U.S., according to its website. Some values increased, while others decreased. The changes were not too significant, with most values rising or dropping by $5 to $50. We have outlined some examples below: Device New Value Old Value iPhone 15 Pro Max Up to $630 U ...
Generic iOS 18

Everything New in iOS 18.3 Beta 3

Thursday January 16, 2025 12:39 pm PST by
Apple provided the third beta of iOS 18.3 to developers today, and while the betas have so far been light on new features, the third beta makes some major changes to Notification Summaries and also tweaks a few other features. Notification Summary Changes Apple made multiple changes to Notification Summaries in response to complaints about inaccurate summaries of news headlines. For...
iOS 19 Roundup Feature

iOS 19 Rumored to Be Compatible With These iPhones

Saturday January 18, 2025 10:28 am PST by
iOS 19 will not drop support for any iPhone models, according to French website iPhoneSoft.fr. The report cited a source who said iOS 19 will be compatible with any iPhone that can run iOS 18, which would mean the following models: iPhone 16 iPhone 16 Plus iPhone 16 Pro iPhone 16 Pro Max iPhone 15 iPhone 15 Plus iPhone 15 Pro iPhone 15 Pro Max iPhone 14 iPhon...
airtag 4 pack blue

AirTag 2 Launching This Year With These 3 New Features

Sunday January 19, 2025 8:11 am PST by
After a four-year wait, a new AirTag is finally expected to launch in 2025. Below, we recap rumored upgrades for the accessory. A few months ago, Bloomberg's Mark Gurman said Apple was aiming to release the AirTag 2 around the middle of 2025. While he did not offer a more specific timeframe, that means the AirTag 2 could be announced by the end of June. The original AirTag was announced...
iPhone SE Dynamic Island Majin Bu

iPhone SE 4 Leak Shows Dynamic Island, Casts Doubt on Rumored 'iPhone 16E' Name

Monday January 20, 2025 9:01 am PST by
A new iPhone SE is widely rumored to launch this year, and the device has potentially been confirmed today by known leaker Evan Blass. In a private social media post, Blass shared an image of what appears to be source code mentioning an iPhone SE (4th Gen), which casts doubt on the alternative "iPhone 16E" name rumored for the device. However, the name in the source code could be a...
iPad Pro vs iPhone 17 Air Feature

Here's How Thin the iPhone 17 Air Might Be

Friday January 17, 2025 3:38 pm PST by
For the last several months, we've been hearing rumors about a redesigned version of the iPhone 17 that Apple might call the iPhone 17 "Air," or something along those lines. It's going to replace the iPhone 17 Plus as Apple's fourth iPhone option, and it will be offered alongside the iPhone 17, iPhone 17 Pro, and iPhone 17 Pro Max. We know the iPhone 17 Air is going to be super slim, but...

Top Rated Comments

Realityck Avatar
46 months ago
tvOS 15 Beta 3 Release Notes ('https://developer.apple.com/documentation/tvos-release-notes/tvos-15-beta-release-notes')

[HEADING=1]Overview[/HEADING]
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"]
[HEADING=3]New Features in tvOS 15 beta 3[/HEADING]

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

[HEADING=3]Known Issues[/HEADING]

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

[HEADING=3]Resolved in tvOS 15 beta 3[/HEADING]

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

[HEADING=2]Logging[/HEADING]
[HEADING=3]Known Issues[/HEADING]

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

[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]Resolved in tvOS 15 beta 3[/HEADING]

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

[HEADING=2]Swift[/HEADING]
[HEADING=3]Resolved in tvOS 15 beta 3[/HEADING]

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

[HEADING=2]SwiftUI[/HEADING]
[HEADING=3]Known Issues[/HEADING]

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

[HEADING=3]Resolved in tvOS 15 beta 3[/HEADING]

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

[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]
Score: 1 Votes (Like | Disagree)
ErikGrim Avatar
46 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)