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.
iOS 26.4 was released today, and it includes a couple of new features for CarPlay: an Ambient Music widget and support for voice-based chatbot apps.
To update your iPhone 11 or newer to iOS 26.4, open the Settings app and tap on General → Software Update. CarPlay will automatically offer the new features so long as the iPhone connected to your vehicle is running iOS 26.4 or later....
Apple today announced Apple Business, a new all-in-one platform that unifies device management, productivity tools, and customer outreach features.
The service is designed to be a consolidated replacement for several of Apple's existing business-focused offerings, including Apple Business Essentials, Apple Business Manager, and Apple Business Connect. It provides organizations with a single...
Tuesday March 24, 2026 12:31 pm PDT by Juli Clover
Apple today released new firmware for the AirPods Pro 2, AirPods Pro 3, and the AirPods 4. The firmware has a version number of 8B39, up from 8B34 on the AirPods Pro 3, 8B28 on the AirPods Pro 2, and 8B21 on the AirPods 4.
There is no word on what's included in the firmware, but Apple has a support document with limited notes. Most updates are limited to bug fixes and performance...
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.