Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

Banglazed

macrumors 603
Original poster
Apr 17, 2017
5,003
9,456
Cupertino, CA
iOS 18.1 Beta 5

Release Date
― September 23, 2024
Build Number ― 22B5054e
Darwin Kernel Version ― 24.1.0: Tue Sep 17 10:48:44 PDT 2024; root:xnu-11215.40.59~37

iOS 18.1 Beta 5 Release Notes

The iOS & iPadOS 18.1 SDK provides support to develop apps for iPhone and iPad running iOS & iPadOS 18.1 beta 5. The SDK comes bundled with Xcode 16.1, available from the Mac App Store. For information on the compatibility requirements for Xcode 16.1, see Xcode 16.1 Release Notes.

General

Known Issues

  • Updating from iOS & iPadOS 18 beta 5 to iOS & iPadOS 18.1 beta 1 is not currently supported and will be available in a future iOS & iPadOS 18.1 beta. (133235636)

App Intents

Resolved Issues

  • Fixed: Apps that support universal links might not open normally and instead open the browser when the user navigates to a URL provided by the OpenURLIntent or URLRepresentableIntent APIs. (133764689) (FB14784347)

Apple Intelligence

New Features

  • When using Apple Intelligence, the new Siri UI might fail to render full screen on large CarPlay displays. (131586542)

Camera Control

Known Issues

  • Installing an app with a Capture Extension while another Camera Control app is already selected might cause a momentary system crash. (135021680)

Files

Resolved Issues

  • Fixed: Creating local files in the Files app fails in the visionOS 2 and iOS 18 simulators if the host is not upgraded to macOS Sequoia Beta. (132561244)

HealthKit

Resolved Issues

  • Fixed: With the introduction of Swift 6 this year, developers who update their projects to use Swift 6 might have issues with their apps, which can lead to app crashes when executing a variety of HealthKit API calls. (131794283)

Lock Screen

Resolved Issues

  • Fixed: When on Lock Screen, pulling down to invoke Spotlight does not work. (133404809)

Mail

Known Issues

  • Upgrading from iOS 18.0 beta 5 to iOS 18.1 beta might cause all Mail to redownload. (132930689)

Messages

Known Issues

  • Sending attachments via RCS might not work after swapping SIMs. (136209940)
    Workaround: Users can recover by rebooting their device.

Siri

Known Issues

  • Siri result snippets might appear in the wrong position. (135035793)

Spotlight

Resolved Issues

  • Fixed: Icons in Spotlight might not match icons on the Home Screen. (134088480)

StoreKit

Resolved Issues

  • Fixed: The transaction of a successful purchase on the default win-back offer redemption sheet might not appear on Transaction.updates sequence until the next app launch. (133575987)
  • Fixed: In StoreKit Testing in Xcode, the offer identifier in the subscription renewal info might be reported incorrectly for offer codes. (133774710)

Swift Charts

Known Issues

  • Any project that utilizes Swift Charts fails to build when targeting iOS, macOS, or visionOS. (135905498)

SwiftUI

Resolved Issues

  • Fixed: Scene restoration launches the incorrect scene. (132497400)
  • Fixed: In apps compiled against SDKs prior to iOS 18.0 and visionOS 2.0, explicit arrow edges are not respected when the app is run on iOS 18.1 or visionOS 2.1. Apps compiled against any macOS SDK will still have the arrow edge respected. (133295608)
  • On iOS 18.0, there is a known issue where passing nil to the .preferredColorScheme modifier, after the preferred color scheme is set by a different view in the hierarchy, does not trigger the system color scheme to change. Starting in iOS 18.1, when nil is passed to the .preferredColorScheme modifier, the view indicates no preference for the color scheme and thus uses the system color scheme.
    .preferredColorScheme(isDarkMode ? .dark : nil)

    The view with the above modifier applied prefers dark mode when isDarkMode is set to true but otherwise defers to the color scheme as determined by the system. (133689390) (FB14768320)
  • Fixed: Regardless of the deployment target of the app, the popover modifier now does not respect the arrowEdge argument on iOS, iPadOS, or visionOS for apps compiled against iOS 18.1/visionOS 2.1 and run against iOS 18.0/visionOS 2.0. Apps compiled against iOS 18.1/visionOS 2.1 and run against iOS 18.1/visionOS 2.1 do respect the arrowEdge argument. (135231043)
  • Now on iOS 18.1, tvOS 18.1 and visionOS 2.1, the View.navigationSplitViewColumnWidth modifier (all overloads) updates dynamically. Previously, the modifier would only be effective once, when applied at the same time the NavigationSplitView was created. If app code was modifying the values passed to navigationSplitViewColumnWidth after the split view was created or logical branches caused .navigationSplitViewColumnWidth to be active after creation, these values now affect column width. As a reminder, though not a changed behavior, on the aforementioned platforms both variants of navigationSplitViewColumnWidth have the same effect, since columns are not user-resizable. (135434989)

Known Issues

  • Using if #available in @WidgetBundleBuilder and @SceneBuilder crashes on prior OS versions. (136098106)
    Workaround: Disable @WidgetBundleBuilder and @SceneBuilder by using explicit return for if #available checks. For example:
    var body: some Widget {
    if #available(iOSApplicationExtension 18.0, *) {
    return iOS18Widgets
    } else {
    return existingWidgets
    }
    }

    @available(iOSApplicationExtension 18.0, *)
    @WidgetBundleBuilder
    var iOS18Widgets: some Widget {
    MyNewWidget1()
    MyNewWidget2()

    existingWidgets
    }

    @WidgetBundleBuilder
    var existingWidgets: some Widget {
    MyOldWidgetX()
    MyOldWidgetY()
    }

WidgetKit

New Features

  • A control’s default tint will be set to the App/ extension’s accent color, if a tint is not specified explicitly using the tint(_:) modifier. If neither is specified, the control’s tint will be the default system blue tint. (131662481)

Resolved Issues

  • Fixed: Rectangular complications and Watch-specific custom Live Activity views use the wrong font metrics, causing title2 and title3 to render much larger than intended and largeTitle to render much smaller than intended. Additionally, custom Live Activity views use the wrong default font (SF Pro instead of SF Compact). (135831317)

New Issues
Remaining Issues
Resolved Issues

Additional Notes

To get the beta over-the-air:
  1. Enable Beta Updates (Settings > General > Software Updates > Beta Updates)
  2. Make sure you’re signed into the right Apple Account
  3. Select which beta you’d like to receive (public/developer beta)
  4. Hit "Back" and pull down to refresh
  5. Back up to a computer or to iCloud
  6. Install the beta
If you no longer wish to receive beta updates:
  1. Turn off the Beta Updates (you can also sign out of your Apple Account to reset this setting)
  2. Wait for the next public release or follow the guide below to go back to a release build
Troubleshooting: If the beta doesn’t show up on your phone, try turning on airplane mode, then turning it back off, or restart your device.

How to install using a Mac?
  1. You’ll need the Xcode beta itself or a MobileDevice.pkg somebody extracted from the beta (click with two fingers or control-click), then choose Show Package Contents. Go to Contents/Resources/Packages. - this will work on older Macs that do not support the latest macOS or Xcode betas)
  2. Back up to your Mac or to iCloud in case you need to go back to another version
  3. Hold down Option, then click on ‘Check for Update’/‘Restore iPhone...’ and select the IPSW file you downloaded from the Apple Developer site. Note: You must be connected to the internet to complete the restore.
  4. Enter your iPhone passcode if you’re prompted to do so.
Notes/Tips:
  • Always keep a backup in case you need to restore your phone
  • Restoring wipes your settings and all data on your iPhone
  • You only need to reinstall MobileDevice.pkg if your Mac stops recognizing your iPhone
  • There is no MobileDevice.pkg equivalent to iTunes for PC which would require a new iTunes to support new/beta iOS
  • Upgrading to a newer iPhone? You can update using your Mac before setting up the phone
  • iPhone 16 series: 1.11.00
  • iPhone 15 series: 2.20.02
  • iPhone 14 series: 3.02.03
  • iPhone 13 series and iPhone SE (3rd gen): 4.10.01
  • iPhone 12 series: 4.50.06
  • iPhone 11 series, iPhone SE (2nd gen) and iPad Air (Cellular, 4th gen): 5.50.00
  • iPhone XS, XS Max and XR: 6.50.02
Australia
  • Optus - 51.0
  • Telstra - 55.0
  • Vodafone AU - 59.5
Belgium
  • BASE - 33.0
  • Orange B - 58
  • Proximus - 45.0
  • Telenet - 58.5.11
Brazil (updated 18.1b5)
  • Claro Brasil - 59.5
  • Vivo - 59.5
  • TIM -
  • Oi -
Canada
  • Bell - 58.0
  • Fido - 56.0
  • Fizz - 53.0
  • Freedom/Shaw Mobile - 54.8.6
  • Mint Mobile - 58.0
  • Public Mobile - 54.8.4
  • Rogers - 59.5
  • Telus - 54.8.8
  • Videotron - 53.0
  • Virgin Mobile - 50.0
Denmark
  • 3 DK - 46.7.11
  • TDC 58.0
  • Telia 58.0
Finland
  • DNA - 58.5.7
France
  • Bouygues Telecom - 40.0
  • Orange France - 58.0
  • SFR -
Germany
  • Vodafone.de - 59.5.2 RCS enabled
  • Telekom.de - 59.5.1
  • O2-DE - 58.0
Greece:
  • Cosmote - 38.0
Guatemala
  • TIGO GT - 49.0
India
  • Airtel - 58.5.18
  • Jio - 58.5.18 (iPhone) and 58.5.18 (iPad)
  • Vi India (Vodafone Idea) - 58.5
Ireland
  • Eir - 33.5
  • Vodafone IE - 38.0
Mexico
  • AT&T - 57.0
  • Telcel - 57.6
Morocco
  • Orange - 50.0
Netherlands
  • KPN - 58.1
  • Vodafone NL - 45.0
  • Odido -
Poland
  • T-Mobile -
  • Orange - 49.6.3 (Voice & SMS)
  • Play - 31.0
Portugal
  • Vodafone P - 40.0
Romania
  • Orange RO - 55.0
Slovakia
  • Orange SK - 57.6
Southeast Asia
  • Singapore Singtel -
  • Philippines Globe - 58.0
  • Philippines Globe (iPad) - 38.0
  • Philippines Smart - 58.0
  • Thailand AIS - 53.0
  • Thailand DTAC - 53.0
  • Malaysia Umobile - 33.0
  • Malaysia Maxis -33.0
  • Malaysia Digi -
  • Malaysia celcom -
  • Hong Kong - 32.0
  • Taiwan -
Spain
  • Orange ES - 59.5.1
  • DIGI ES - 54.8.4
  • Vodafone ES - 54.8.8
  • Movistar - 58.0
Sweden
  • Comviq -
  • Tre - 31.0
Switzerland
  • Salt - 58.0
  • Sunrise - 57.0
  • Swisscom - 58.0
Turkey
  • Turkcell (Lifecell) - 36.5.5
  • Vodafone TR - 32.0
  • Turk Telekom - 32.0
United Kingdom
  • EE - 59.5.1
  • BT-UK (EE MVNO)-
  • Three -
  • iD Mobile (Three MVNO) - 59.5
  • O2-UK -
  • Giffgaff (O2 MVNO) -
  • Sky (O2 MVNO) -
  • Vodafone UK -
  • Virgin Mobile (EE MVNO) -
  • Lebara (Vodafone MVNO) -
United States
  • AT&T - 58.0
  • Boost - 57.0
  • Cricket - 58.0
  • FirstNet - 55.0
  • FirstNet (iPad) - 41.7.6
  • Metro (TMO MVNO) - 59.5.1
  • Spectrum (VZW MVNO) - 58.0
  • T-Mobile - 59.5.1
  • TracFone/Straight Talk/Walmart Family Mobile - 59.5.1
  • U.S. Cellular - 46.7.24
  • Ultra/Mint Mobile (TMO MVNO) - 58.0
  • Verizon - 58.6.2
  • Visible (VZW MVNO) - 51.0.1
  • Xfinity Mobile - 57.6.1
Other
  • Docomo - 32.5.10
  • AlwaysOnline -

Historical beta release chart
 
Last edited:

dmccombs

macrumors 6502a
May 13, 2013
713
1,747
It seems that Sleep Apnea is NOT in this release despite being in 18.0 WTF? I hope someone else finds that I am wrong, but I don't see it in 18.1 b5. 🤷‍♂️
 
  • Like
Reactions: AxelFoley and J Ham

J Ham

macrumors member
Mar 23, 2020
87
86
still not seeing sleep apnea support :(

Edit: Crossing my fingers watchOS 11.1 beta 2 will add it 🤞
 
  • Like
Reactions: AxelFoley

LutzRFrank

macrumors 6502
Mar 1, 2011
466
286
Germany/Switzerland/France
IMG_7771.jpeg
RCS enabled on Vodafone DE
 
  • Like
Reactions: TimFL1

gwhizkids

macrumors G5
Jun 21, 2013
13,259
21,402
I’ve noticed that Apple Intelligence now has a dark icon in dark mode.

And Control Center now shows the shortcut icon for shortcut controls.

I hope that means that Lock Screen shortcuts will now have images assignable other than the Shortcuts icon. That’s a big miss…
 
  • Love
Reactions: addamas
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.