Apple Seeds Third Beta of macOS Sonoma 14.4 to Developers

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

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, and little else was found in the first two betas.

Related Roundup: macOS Sonoma
Related Forum: macOS Sonoma

Top Rated Comments

Realityck Avatar
7 weeks ago
As usually expect the OTA to start showing about 15 - 20 mins from now. (about 10:30 PST)
Score: 4 Votes (Like | Disagree)
Realityck Avatar
7 weeks ago
Comparison of 14.4 beta 3 to previous 14.4 beta 2

macOS 14.4 beta 3 (23E5196e)

* Safari Version 17.4 (19618.1.14.11.2)
* System Firmware Version: 10151.100.756 (M1 based Macs)
* Darwin Kernel Version 23.4.0: Wed Feb 7 23:13:07 PST 2024; root:xnu-10063.100.637.501.2~2/RELEASE_ARM64_T6000 arm64

macOS 14.4 beta 2 (23E5191e)

* Safari Version 17.4 (19618.1.13.11.5)
* System Firmware Version: 10151.100.753 (M1 based Macs)
* Darwin Kernel Version 23.4.0: Sat Jan 27 14:22:59 PST 2024; root:xnu-10063.100.633~14/RELEASE_ARM64_T8103 arm64

* Apple Music/TV now 1.4.4.44 was 1.4.4.38

7 days later then 2nd beta
Score: 4 Votes (Like | Disagree)
hutleytj Avatar
7 weeks ago
Kernel panics! I am getting 6 to 10 kernel panics per day with the 2nd beta! This 3rd beta fixed this issue, today 13-FEB-24.
Score: 2 Votes (Like | Disagree)
Realityck Avatar
7 weeks ago

Kernel panics! I am getting 6 to 10 kernel panics per day with this beta!
No idea how to fix this! All suggestions welcome.
Looking at Console -> Crash Reports don't really see anything with beta 2 on AS Mac, and you have not installed beta 3 yet so you can't say "with this beta". :)
Score: 2 Votes (Like | Disagree)
Realityck Avatar
7 weeks ago
[SPOILER="macOS Sonoma 14.4 Beta 3 Release Notes"]
[HEADING=2]AppKit ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#AppKit')[/HEADING]
[HEADING=3]Resolved Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Resolved-Issues')[/HEADING]

* Fixed an issue where center or right aligned NSTextField appears blurry. (120819010)
* Fixed: Resolves an issue where pointer style does not update when browsing in Safari. (121131986)

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

* ML Program models that are loaded with MLComputeUnits.cpuOnly will use a new high performance CPU backend that takes advantage of Accelerate framework’s BNNS library. (114037934)

[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]Resolved Issues ('https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Resolved-Issues')[/HEADING]

* Fixed: Stickers (Memoji and 3rd party) might appear blank. (120994483)

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

* Fixed: Registering passkeys might not work on certain websites. (122217903)

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

* Fixed: Updates to macOS 14.4 starting from macOS 11.0–12.3.1 will not work. (120548971)

[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]

* productDescriptionHidden(_:) API can be used to configure the visibility of product descriptions in ProductView, StoreView and SubscriptionStoreView instances within a view hierarchy. When building with Xcode 15.3, the view modifier can be used 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.
When implementing a product view style, it 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)



[/SPOILER]
Score: 1 Votes (Like | Disagree)
Realityck Avatar
7 weeks ago
To devs today

* iOS 17.4 beta 3 (21E5200d) - February 13, 2024
* iPadOS 17.4 beta 3 (21E5200d) - February 13, 2024
* macOS 14.4 beta 3 (23E5196e) - February 13, 2024
* tvOS 17.4 beta 3 (21L5212d) - February 13, 2024
* visionOS 1.1 beta 2 (21O5188c) - February 13, 2024
* watchOS 10.4 beta 3 (21T5202e) - February 13, 2024
Score: 1 Votes (Like | Disagree)

Popular Stories

maxresdefault

Apple to Launch New iPad Pro and iPad Air Models in May

Thursday March 28, 2024 11:07 am PDT by
Apple will introduce new iPad Pro and iPad Air models in early May, according to Bloomberg's Mark Gurman. Gurman previously suggested the new iPads would come out in March, and then April, but the timeline has been pushed back once again. Subscribe to the MacRumors YouTube channel for more videos. Apple is working on updates to both the iPad Pro and iPad Air models. The iPad Pro models will...
General Apps Messages

Google Reveals When to Expect RCS Support on iPhone for Improved Texting With Android Users

Friday March 29, 2024 7:14 am PDT by
In November, Apple announced that the iPhone would support the cross-platform messaging standard RCS (Rich Communication Services) in the Messages app starting "later" in 2024, and Google has now revealed a more narrow timeframe. In a since-deleted section of the revamped Google Messages web page, spotted by 9to5Google, Google said that Apple would be adopting RCS on the iPhone in the "fall...
airtag new orange

Criminals in Montreal Using AirTags to Steal Vehicles

Friday March 29, 2024 12:50 pm PDT by
Thieves in Montreal, Canada have been using Apple's AirTags to facilitate vehicle theft, according to a report from Vermont news sites WCAX and NBC5 (via 9to5Mac). Police officers in Burlington, Vermont have issued a warning about AirTags for drivers who recently visited Canada. Two Burlington residents found Apple AirTags in their vehicles after returning from trips to Montreal, and these...
top stories 30mar2024

Top Stories: WWDC 2024 Announced, New iPads Delayed, and More

Saturday March 30, 2024 6:00 am PDT by
Apple's WWDC 2024 dates have been announced, giving us timing for the unveiling of the company's next round of major operating system updates and likely some other announcements. This week also saw some disappointing news on the iPad front, with update timing for the iPad Pro and iPad Air pushed back from previous rumors. We did hear some new tidbits about what might be coming in iOS 18 and...
iphone 16 cases sonny dickson 1

First iPhone 16 Cases Outline New Rear Vertical Camera Bump

Friday March 29, 2024 4:09 am PDT by
Photos of the first iPhone 16 cases have been shared online, offering another preview of the rumored new vertical rear camera arrangement on the standard iPhone 16 and iPhone 16 Plus. Image credit: Accessory leaker Sonny Dickson Over the last few months, Apple has been experimenting with different camera bump designs for the standard iPhone 16 models, all of which have featured a vertical ...
Apple iPhone 15 Pro spatial video capture lifestyle

$3 App Shoots Better Quality Spatial Video Than iPhone's Camera App

Friday March 29, 2024 4:48 am PDT by
A $3 third-party app can now record spatial video on iPhone 15 Pro models in a higher resolution than Apple's very own Camera app. Thanks to an update first spotted by UploadVR, Spatialify can now record spatial videos with HDR in 1080p at 60fps or in 4K at 30fps. In comparison, Apple's native Camera app is limited to recording spatial video in 1080p at 30fps. Shortly after Apple's Vision ...