Apple Seeds First Beta of macOS Sonoma 14.4 to Developers

Apple today seeded the first beta of an upcoming macOS Sonoma 14.4 update to developers for testing purposes, with the software coming a week after the release of macOS Sonoma 14.3.

sonoma desktop wwdc
Registered developers can opt-in to the beta through the Software Update section of the System Settings app. Note that an Apple ID associated with an Apple Developer account is required to get the beta.

‌macOS Sonoma‌ 14.4 introduces some of the features in the iOS 17.4 beta, such as new emoji characters. We don't know what Mac-specific features are included, but if we find anything new in the beta, we'll update this article.

Related Roundup: macOS Sonoma
Related Forum: macOS Sonoma

Top Rated Comments

Realityck Avatar
8 weeks ago
Comparison of 14.4 beta to previous 14.3 RC

macOS 14.4 beta (23E5180j)

* Safari Version 17.4 (19618.1.11.11.3)
* System Firmware Version: 10151.100.738.0.1 (M1 based Macs)
* Darwin Kernel Version 23.4.0: Fri Jan 12 22:41:06 PST 2024; root:xnu-10063.100.610.0.2~19/RELEASE_ARM64_T8103 arm64

macOS 14.3 RC (23D56)

* Safari Version 17.3 (19617.2.4.11.8)
* System Firmware Version: 10151.81.1 (M1 based Macs)
* Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:27 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T8103 arm64

* Apple Music/TV now 1.4.4.29 was 1.4.3.27

Note the higher build letter to start "j"
Score: 3 Votes (Like | Disagree)
Realityck Avatar
8 weeks ago
SDK notes say:

* Updates to macOS 14.4 starting from macOS 11.0–12.3.1 will not work. (120548971)
Workaround: Update to macOS 12.4 or later, and then update to macOS 14.4.

I wonder if that is why some Big Sur users got pushed to Sonoma MacOS 14.3 accidentally, instead of with admin permissions.

[SPOILER="macOS Sonoma 14.4 Beta Release Notes"]
[HEADING=2]CreateML ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#CreateML')[/HEADING]
[HEADING=3]Resolved Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Resolved-Issues')[/HEADING]

* Fixed: When using the transfer learning algorithm option, the CreateML app and framework object detection template might fail to converge and cause poor model quality and produce more than expected false positives. (114480994)

[HEADING=2]Finder ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Finder')[/HEADING]
[HEADING=3]Resolved Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Resolved-Issues')[/HEADING]

* Fixed: Resolves an issue where tiling a window causes the desktop picture to turn black. (118044617)

[HEADING=2]Messages ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Messages')[/HEADING]
[HEADING=3]Known Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Known-Issues')[/HEADING]

* Memoji and 3rd party Stickers do not display in the tray. (120994483)

[HEADING=2]Software Updates ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Software-Updates')[/HEADING]
[HEADING=3]Known Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Known-Issues')[/HEADING]

* Updates to macOS 14.4 starting from macOS 11.0–12.3.1 will not work. (120548971)
Workaround: Update to macOS 12.4 or later, and then update to macOS 14.4.

[HEADING=2]StoreKit ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#StoreKit')[/HEADING]
[HEADING=3]New Features ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#New-Features')[/HEADING]

* You can use the productDescriptionHidden(_:) API to configure the visibility of product descriptions in ProductView, StoreView and SubscriptionStoreView instances within a view hierarchy. When building with Xcode 15.3, you can use this view modifier even if your app is running on iOS 17.0, iPadOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, or later.
If you implement your own product view style, you can support this new view modifier by checking the descriptionVisibility property on the configuration value. (110414819) (FB12261973)
* You can use SubscriptionStoreView ('https://developer.apple.com/documentation/storekit/subscriptionstoreview') to present promotional offers by adding the subscriptionPromotionalOffer(offer:signature:) modifier.
If you’re already using inAppPurchaseOptions(_:) ('https://developer.apple.com/documentation/swiftui/view/inapppurchaseoptions(_:)') modifier to support promotional offers for StoreKit views, you should adopt the new API instead when your app is running on iOS 17.4, iPadOS 17.4, macOS 14.4, tvOS 17.4, watchOS 10.4, visionOS 1.1 or later. Do not use both APIs to apply a promotional offer for the same view. (115358806)

[HEADING=3]Resolved Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Resolved-Issues')[/HEADING]

* Fixed: The isEligibleForIntroOffer ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3803203-iseligibleforintrooffer') property and isEligibleForIntroOffer(for:) ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3791958-iseligibleforintrooffer')method now reflect ineligibility in cases where a customer would otherwise be eligible for the offer if they weren’t actively subscribed. This means a customer which is not currently eligible for an introductory offer may become eligible in the future.
Customers who redeem an introductory offer for a given subscription group will continue to never be eligible for another introductory offer in that subscription group. You can detect this case this by checking if any one transaction with a matching subscriptionGroupID ('https://developer.apple.com/documentation/storekit/transaction/3749718-subscriptiongroupid') has the type ('https://developer.apple.com/documentation/storekit/transaction/offer/4307073-type') property on offer ('https://developer.apple.com/documentation/storekit/transaction/4307076-offer') set to introductory ('https://developer.apple.com/documentation/storekit/transaction/offertype/3822309-introductory'). (103604770) (FB11889732)

[HEADING=2]SwiftUI ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#SwiftUI')[/HEADING]
[HEADING=3]New Features ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#New-Features')[/HEADING]

* Table now supports dynamic numbers of columns with the new TableColumnForEach. (79492167) (FB9189673)

[HEADING=3]Resolved Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Resolved-Issues')[/HEADING]

* Fixed: DatePicker in macOS reset focus to the first date component when its bound date changes and timeZone is overriden in the environment. (97376561)

[HEADING=2]Weather ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Weather')[/HEADING]
[HEADING=3]Known Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Known-Issues')[/HEADING]

* Weather might crash on launch on Intel macOS hardware. (121294923)

[/SPOILER]
Score: 2 Votes (Like | Disagree)
Realityck Avatar
8 weeks ago

Yes! Exciting! Let's see if this finally brings the Music widget!
You do have an Apple Music player also under control center. (at bottom)
No Music widget yet under Notification Center -> edit widgets
Score: 2 Votes (Like | Disagree)
crystalidea Avatar
8 weeks ago
Apple disabled custom fan control in the new firmware shipped with Sonoma 14.4.
Checked at least on M1 Pro/Max 16" MacBook Pro models
Score: 1 Votes (Like | Disagree)
tywebb13 Avatar
8 weeks ago
Build number is 23E5180j

There is also

macOS Ventura 13.6.5 RC 1 build 22G605

macOS Monterey 12.7.4 RC 1 build 21H1105
Score: 1 Votes (Like | Disagree)

Popular Stories

iPhone Home Screen Gradient Blank Spaces 1

Sources: iOS 18 Lets Apps Be Placed Anywhere on Home Screen Grid

Sunday March 24, 2024 1:33 pm PDT by
iOS 18 will give iPhone users greater control over Home Screen app icon arrangement, according to sources familiar with the matter. While app icons will likely remain locked to an invisible grid system on the Home Screen, to ensure there is some uniformity, our sources say that users will be able to arrange icons more freely on iOS 18. For example, we expect that the update will introduce...
iPad Pro 2024 Landscape Camera Feature

New iPad Pro Again Rumored to Feature Landscape Front-Facing Camera

Monday March 25, 2024 5:43 am PDT by
The next-generation iPad Pro will feature a landscape-oriented front-facing camera for the first time, according to the Apple leaker known as "Instant Digital." Instant Digital reiterated the design change earlier today on Weibo with a simple accompanying 2D image. The post reveals that the entire TrueDepth camera array will move to the right side of the device, while the microphone will...
iPhone 15 General Feature Green

Apple Says These New iOS Features Are Coming Later This Year

Sunday March 24, 2024 7:45 am PDT by
Apple has previously announced three new iOS features that it said are coming to the iPhone later this year, as outlined below. The new features include the ability to install iPhone apps on the web in the EU, RCS support in the Messages app, and next-generation CarPlay. Web Distribution Apple recently announced that eligible developers will soon be able to distribute their iOS apps to ...
sonoma desktop wwdc

Apple Releases macOS Sonoma 14.4.1 With Fix for USB Hub Bug

Monday March 25, 2024 10:10 am PDT by
Apple today released macOS Sonoma 14.4.1, a minor update for the macOS Sonoma operating system that launched last September. macOS Sonoma 14.4.1 comes three weeks after macOS Sonoma 14.4. The ‌‌‌‌macOS Sonoma‌‌ 14.4‌.1 update can be downloaded for free on all eligible Macs using the Software Update section of System Settings. There's also a macOS 13.6.6 release for those who...
Beyond iPhone 13 Better Blue Face ID Single Camera Hole

Seven Reasons to Wait for Next Year's iPhone 17

Tuesday March 19, 2024 5:20 am PDT by
Apple's iPhone development roadmap runs several years into the future and the company is continually working with suppliers on several successive iPhone models concurrently, which is why we sometimes get rumored feature leaks so far ahead of launch. The iPhone 17 series is no different, and already we have some idea of what to expect from Apple's 2025 smartphone lineup. If you plan to skip...
maxresdefault

iOS 18 Rumored to Feature 'More Customizable' Home Screen

Sunday March 24, 2024 7:10 am PDT by
iOS 18 will feature a revamped Home Screen that is "more customizable," according to Bloomberg's Mark Gurman. He revealed this information in his Power On newsletter today, but he did not provide any specific details. Subscribe to the MacRumors YouTube channel for more videos. Apple will announce iOS 18 at its annual developers conference WWDC in June. Other features and changes rumored for...
combine images

Top Stories: iOS 18's Generative AI Features to Rely on Google?, Latest on New iPads, and More

Saturday March 23, 2024 6:00 am PDT by
We're getting closer to the launch of new iPad Pro and iPad Air models, while rumors about iOS 18 are continuing to ramp up with this week's surprise revelation that Apple has been talking to Google and others about potentially helping power the generative AI features expected to be a major part of this year's update. Other news this week saw the release of iOS 17.4.1 and iPadOS 17.4.1...