ECG capabilities, available with the Apple Watch Series 4 and later, allow users to quickly take an ECG by simply placing their finger on the Digital Crown and staying still for 30 seconds. Before the feature launches in countries, Apple must retain regulatory approval from the country's respective and appropriate authorities. The feature first launched in the U.S. in 2018 with the Apple Watch Series 4, following FDA approval.
watchOS 8.3 and iOS 15.2 are currently available to developers and public beta testers and can be expected to be launched publicly in the near future. iOS 15.2 includes several new features, including a redesigned Notification Summary, the Apple Music Voice Plan, Legacy Contacts, and more.
iPadOS 26 allows iPads to function much more like Macs, with a new app windowing system, a swipe-down menu bar at the top of the screen, and more. However, Apple has stopped short of allowing iPads to run macOS, and it has now explained why.
In an interview this week with Swiss tech journalist Rafael Zeier, Apple's software engineering chief Craig Federighi said that iPadOS 26's new Mac-like ...
Thursday June 12, 2025 8:58 am PDT by Tim Hardwick
Apple's iPhone development roadmap runs several years into the future and the company is continually working with suppliers on several successive iPhone models simultaneously, which is why we often get rumored features months ahead of launch. The iPhone 17 series is no different, and we already have a good idea of what to expect from Apple's 2025 smartphone lineup.
If you skipped the iPhone...
Alongside WWDC this week, Logitech announced notable new accessories for the iPad and Apple Vision Pro.
The Logitech Muse is a spatially-tracked stylus developed for use with the Apple Vision Pro. Introduced during the WWDC 2025 keynote address, Muse is intended to support the next generation of spatial computing workflows enabled by visionOS 26. The device incorporates six degrees of...
Thursday June 12, 2025 4:53 am PDT by Tim Hardwick
With iOS 26, Apple has introduced some major changes to the iPhone experience, headlined by the new Liquid Glass redesign that's available across all compatible devices. However, several of the update's features are exclusive to iPhone 15 Pro and iPhone 16 models, since they rely on Apple Intelligence.
The following features are powered by on-device large language models and machine...
Wednesday June 11, 2025 7:14 am PDT by Tim Hardwick
Apple at WWDC previewed a bunch of new features coming in its updated operating systems, but certain changes will have been met with dismay by third-party developers who already offer apps with equivalent or similar features. In other words, their product has been "sherlocked" by Apple.
When Apple creates an app or a feature that has functionality found in a third-party app, it is referred...
Wednesday June 11, 2025 4:22 pm PDT by Juli Clover
iOS 26 features a whole new design material that Apple calls Liquid Glass, with a focus on transparency that lets the content on your display shine through the controls. If you're not a fan of the look, or are having trouble with readability, there is a step that you can take to make things more opaque without entirely losing out on the new look.
Apple has multiple Accessibility options that ...
At today's WWDC 2025 keynote event, Apple unveiled a new design that will inform the next decade of iOS, iPadOS, and macOS development, so needless to say, it was a busy day. Apple also unveiled a ton of new features for the iPhone, an overhauled Spotlight interface for the Mac, and a ton of updates that make the iPad more like a Mac than ever before.
Subscribe to the MacRumors YouTube channel ...
Apple this week announced that iPhone users will soon be able to watch videos right on the CarPlay screen in supported vehicles.
iPhone users will be able to wirelessly stream videos to the CarPlay screen using AirPlay, according to Apple. For safety reasons, video playback will only be available when the vehicle is parked, to prevent distracted driving. The connected iPhone will be able to...
One guess is it might be a medical device requirement.
To have it approved per-region, yes, but to do so in a software update? Why not have a server somewhere that answers "I'm in region x requests" with "OK, you're in"?
Strange that they're hardcoding these regions into the OS, rather than having a separate mechanism to decide who gets to use the feature. I guess it's not a huge deal, but rolling out an entire OS upgrade just to add
public bool IsEcgAvailable { switch (user.Region) { case China: // new in 8.3 return true; default: return false; } }
Strange that they're hardcoding these regions into the OS, rather than having a separate mechanism to decide who gets to use the feature. I guess it's not a huge deal, but rolling out an entire OS upgrade just to add
public bool IsEcgAvailable { switch (user.Region) { case China: // new in 8.3 return true; default: return false; } }
seems a bit much.
One guess is it might be a medical device requirement.