Apple Seeds First Beta of tvOS 17.2 to Developers
Apple today seeded the first beta of an upcoming tvOS 17.2 to developers for testing purposes, with the beta coming a day after the release of tvOS 17.1.
Registered developers are able to download the tvOS 17.2 update by opting in to the beta through the Settings app on the Apple TV. A registered developer account is required.
tvOS updates are often minor in scale compared to other operating system updates, focusing primarily on bug fixes and smaller improvements rather than notable outward-facing changes. There is no word yet on what's included in tvOS 17.2.
Apple shares some information on tvOS releases in its tvOS support document, which is updated after each tvOS launch, but Apple does not provide notes during beta testing.
Though we don't often know what's new in tvOS betas, we let MacRumors readers know when new updates are available so those who are developers can download new software upon release.
Popular Stories
iOS 17.2 has been in beta testing for over a month, and it should be released to all users in a few more weeks. The software update includes many new features and changes for iPhones, including the dozen that we have highlighted below. iOS 17.2 is expected to be released to the public in mid-December. To learn about even more features coming in the update, check out our full list. Journal ...
Unidentified governments are surveilling smartphone users by tracking push notifications that move through Google's and Apple's servers, a US senator warned on Wednesday (via Reuters). In a letter to the Department of Justice, Senator Ron Wyden said foreign officials were demanding the data from the tech giants to track smartphones. The traffic flowing from apps that send push notifications...
Apple today released new firmware update for both the Lightning and USB-C versions of the AirPods Pro 2. The new firmware is version 6B34, up from the 6B32 firmware introduced in November. Apple does not provide details on what features might be included in the refreshed firmware beyond "bug fixes and other improvements," so it is unclear what's new in the update, but prior software releases ...
The iOS 17.2 update that Apple is set to release to the public in the near future will bring support for the next-generation Qi2 wireless charging standard to the iPhone 13 and iPhone 14 models. Qi2 was mentioned in the release notes for the RC version of the update that came out today. With the addition of support for the new standard, iPhone 13 and iPhone 14 models will work with Qi2...
Apple's Korean suppliers have begun developing smartphone under-display cameras (UDC), paving the way for the first iPhone with a true "all-screen" appearance. According to The Elec, LG Innotek has entered the preliminary development of the UDC, which sits under the display and does not result in a visible hole in the panel when the camera is not in use. A UDC differs from a typical front ...
Recently, MacRumors has received details on the battery currently being tested on the upcoming fourth-generation iPhone SE, and the information corroborates previous findings in relation to the device. The iPhone SE 4, known by its device identifier D59, is expected to use the exact same battery found in the base model iPhone 14. Partially assembled prototypes of the next iPhone SE have been ...
Today we're tracking a collection of deals that are matching - or nearly matching - the same all-time low discounts we saw during Black Friday. This includes the AirPods Pro 2 with USB-C, 9th generation iPad, and M1 MacBook Air. Note: MacRumors is an affiliate partner with some of these vendors. When you click a link and make a purchase, we may receive a small payment, which helps us keep the ...
Meta has revealed plans to end Instagram users' ability to chat with Facebook accounts later this month, rolling back a feature that it introduced over three years ago. In September 2020, Meta (then Facebook) announced it was merging its Facebook Messenger service with Instagram direct messaging, allowing Instagram users to chat with Facebook users and vice versa using the same platform....
Top Rated Comments
https://x.com/sigjudge/status/1717602923889197388?s=20
If you take all the tvOS updates since tvOS launched, and combined them all and compared them to just a yearly update of the other Apple OSs, that would be considered a small update for iOS or MacOS.
I personally think a redesign of the Apple TV app is minor. I bet it would be considered minor on any other OS, but since tvOS updates are so minor, it just seems like the TV app update is a pretty big deal.
[SPOILER="tvOS 17.2 Beta Release Notes"]
[HEADING=2]Apple Music ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#Apple-Music')[/HEADING]
[HEADING=3]Known Issues ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#Known-Issues')[/HEADING]
* The Favorite Songs playlist might take a while to appear on some iOS/iPadOS, watchOS, and tvOS devices. (117219873)
Workaround: Add a single song to your Apple Music library and the Favorite Songs playlist should appear within a few minutes.
[HEADING=2]StoreKit ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#StoreKit')[/HEADING]
[HEADING=3]New Features ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#New-Features')[/HEADING]
* New pricing properties price, currency, and currencyCode are now available on Transaction ('https://developer.apple.com/documentation/storekit/transaction'). If an offer was applied to the transaction, a new property offer is available to see information about it (id, type, payment mode), as well as convenience properties offerID, offerType, and offerPaymentMode. (106650768)
[HEADING=2]SwiftUI ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#SwiftUI')[/HEADING]
[HEADING=3]New Features ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#New-Features')[/HEADING]
*
Use _logChanges() to log causes of SwiftUI view updates.
Call the new debugging method `_logChanges()` in the body of a SwiftUI view to
log information about why the system is updating the view. For example:
struct MyView: View {
var body: some View {
#if DEBUG
let _ = Self._logChanges()
#endif
// … rest of view body …
}
}
As well as the physical property names, “@self” marks that the view value itself has changed, and “@identity” marks that the identity of the view has changed (that is, that the persistent data associated with the view has been recycled for a new instance of the same type).
The new `_logChanges()` method is like the existing `_printChanges()` one,
except that the new method uses the system console, which is useful in some debugging workflows.
Calls to `_logChanges()` log at the info level to the "com.apple.SwiftUI"
subsystem with the category “Changed Body Properties”. (113352555)
[HEADING=3]Resolved Issues ('https://developer.apple.com/documentation/tvos-release-notes/tvos-17_2-release-notes#Resolved-Issues')[/HEADING]
* Fixed: Resolved a possible Swift access conflict crash that could occur with toolbar items. (113992797)
[/SPOILER]