<!--
{
  "documentType" : "article",
  "framework" : "iOS iPadOS Release Notes",
  "identifier" : "/documentation/iOS-iPadOS-Release-Notes/ios-ipados-18_1-release-notes",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "iOS & iPadOS 18.1 Release Notes"
}
-->

# iOS & iPadOS 18.1 Release Notes

Update your apps to use new features, and test your apps against API changes.

## Overview

The iOS & iPadOS 18.1 SDK provides support to develop apps for iPhone and iPad running iOS & iPadOS 18.1. 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](/documentation/Xcode-Release-Notes/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)

### AVFoundation

#### Resolved Issues

- Fixed: AVCaptureIndexPicker instances initialized with -initWithLocalizedTitle:symbolName:numberOfIndexes can appear in Camera Controls overlay.  (135734701)
- Fixed: AVCaptureControls from LockedCameraCapture extensions can appear in Camera Controls overlay.  (135844632) (FB15108682)
- Fixed: VSampleBufferDisplayLayer can show content from LockedCameraCapture extensions.  (135851476)

### Camera Control

#### Resolved Issues

- Fixed: 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

#### Resolved Issues

- Fixed: Sending attachments via RCS might not work after swapping SIMs.  (136209940)

### Siri

#### Resolved Issues

- Fixed: 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

#### Resolved Issues

- Fixed: 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: On iOS, tvOS, and visionOS, `View.navigationSplitViewColumnWidth` (all overloads) does not produce an effect if applied after the `NavigationSplitView` is created.  (135434989)
- Fixed: Using `if #available` in @WidgetBundleBuilder and @SceneBuilder crashes on prior OS versions due to “unknown OS version.”  (136098106)

### Telephony

#### Known Issues

- On some managed and supervised devices, the RCS messaging service might not be blocked as expected although the MDM restriction of `allowRCSMessaging` is installed successfully.  (137974410)

### 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)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)