The iOS & iPadOS 15 SDK provides support to develop apps for iPhone, iPad, and iPod touch devices running iOS & iPadOS 15 beta 5. The SDK comes bundled with Xcode 13 beta 5, available from
Beta Software Downloads. For information on the compatibility requirements for Xcode 13, see
Xcode 13 Beta 4 Release Notes.
Audio
Resolved in iOS & iPadOS 15 beta 4
- Audio playback now functions as expected after restarting your device. (81064594)
AVFoundation
Deprecations
CarPlay
Known Issues
- When sharing your screen in a SharePlay session, connecting your phone to CarPlay might fail. (76385907)
Workaround: Stop screen sharing before connecting your phone to CarPlay.
Core ML
Known Issues
- In automatic reference counting (ARC) mode, the compiler may extend the lifetime of MLMultiArray longer than expected when .dataPointer property is used. This may increase memory usage. (80895213)
Workaround: Enclose .dataPointer access in an @autoreleasepool {... } block.
Files
Known Issues
- Files might quit unexpectedly if you choose Open in New Window for a file. (79449679)
Find My
Known Issues
- When your iOS device needs to be charged, text indicating that the Find My network is active only displays if the device language is set to English. (78547946)
Focus
Known Issues
- You’re unable to switch to a Focus other than Do Not Disturb using Siri. (78263540)
Guided Access
Known Issues
- When using Guided Access with VoiceOver, you might be unable to enter the Guided Access passcode to end Guided Access. (79370792)
Workaround: If a device passcode is set, force restart your device to end Guided Access.
Home
Known Issues
- You can’t pair with Matter accessories that use Thread. (80991829)
- You can’t pair a third-party app with Matter accessories through the app paring flow if the accessory is already paired with another app. (80059432)
Workaround: Remove accessory pairing from other apps, then pair the third-party app.
- You can’t add a flow to a third-party app with Matter accessories if you haven’t created an Apple Home. (80058744)
Workaround: Launch the Home app to create a Home before you add a flow.
- Matter accessories aren’t reachable while Apple TV is connected via Wi-Fi. (79582629)
Workaround: Connect Apple TV via Ethernet.
- Matter accessories might enter a No Response state after pairing. (76019163)
Workaround: Remove the accessory from Home, reset the accessory, and add it back to Home. If the issue persists, remove your Home hub from Home and re-add it. If the issue still persists, remove the home and create a new one.
- The initial pairing attempt with a Matter accessory might take an unexpectedly long time and eventually fail. (77967587)
Workaround: Retry pairing the accessory.
- You can only pair up to five Matter accessories in a home. (77967671)
- Only the owner of a home, not an invited user, can pair Matter accessories. (76012945)
Home Screen
Known Issues
- After canceling a search in the widget gallery, the cancel button remains visible, which might blank out the widget gallery. (78572049)
Workaround: Dismiss and reopen the widget gallery.
iCloud
Known Issues
- Legacy Contacts has been removed from iOS & iPadOS 15 beta 5 and will return in a future release. (81292885)
Maps
Known Issues
- The Bay Bridge might scale incorrectly at high zoom levels. (79217316)
- Rounded building corners might disappear. (80468151)
Deprecations
Networking
Deprecations
- Support for cleartext HTTP URL schemes for Proxy Automatic Configuration (PAC) is now deprecated. Use only HTTPS URL schemes for PAC. This affects all PAC configurations, including, but not limited to, configurations set via Settings, System Preferences, profiles, and URLSession APIs such as connectionProxyDictionary and CFNetworkExecuteProxyAutoConfigurationURL(_:_:_:_
. If you configure a cleartext HTTP PAC URL, the system may upgrade it to HTTPS during PAC file loads. Web Proxy Auto-Discovery (WPAD) Protocol via DNS isn’t affected. Dynamic Host Configuration Protocol (DHCP) Option 252 WPAD may attempt to upgrade cleartext HTTP URLs to HTTPS during PAC file loads. (61981845)
Phone
Known Issues
- You might be unable to add additional participants to a phone call while using a 3G cellular network. (81584102)
Reality Composer
Known Issues
- You might be unable to create new projects in Reality Composer. (79418400)
Workaround: Create a new project in Reality Composer on macOS and transfer the .rcproject file to your device via AirDrop or Mail.
Safari
Known Issues
- When enabled, Safari Extensions will not appear in the Smart Search field when Show Separate Tab Bar is selected. (80804327)
Workaround: Force quit and relaunch Safari to make Safari Extensions appear.
- The clear button in the search bar might be clipped on iOS. (80132991)
SharePlay
Known Issues
- SharePlay performance might be affected if a session has more than five participants. (79466576)
- If you start a SharePlay session on your Apple TV, the confirmation request might not appear on your iOS device. (79425227)
Workaround: Unpair your iOS device from your Apple TV, then pair it again.
ShazamKit
Known Issues
- Media items added to the default instance of SHMediaLibrary don’t appear in Shazam. (77785557)
Workaround: Touch and hold the Music Recognition Control Center module to view SHMediaLibrary contents.
Siri
Known Issues
- VoiceOver and Spoken Content users might not initially see all available voice options. Voice options should populate after some time. (79463000)
- On-device speech recognition only supports the following languages: Chinese (Mandarin - China mainland), English (Australia), English (Canada), English (United Kingdom), and English (US). (78483609)
SwiftUI
New Features in iOS & iPadOS 15 beta 5
- The contentShape(_:eoFill
modifier now allows fine-grained control over different kinds of shapes. For drag previews, hover effects, and context menus, the matching ContentShapeKinds is required to affect the shape of previews when linked on iOS 15.0 or newer. The default behavior is to set the interaction kind. (60792377)
- openURL environment value can now be set and used to customize URL handling in the view hierarchy, including URL handling in Link views and links embedded in Text views. (78551237)
- Task allows you to pass the priority to be used when spawning a new Task. (80599258)
- Text views that contain excessive line height characters now have a larger default size to avoid clipping or overlapping of oversized characters. (80665315)
- A NavigationLink in a sidebar on iPad that uses isDetailLink(false) correctly pushes onto the sidebar rather than the detail area. (80919171)
Known Issues
- Providing a binding to an OutlineGroup might require including wrappedValue in the init(_:children:content
key path parameter, and isn’t available in iOS and iPadOS 14 and earlier. (77890799)
- Focusing a view in a newly added List row using FocusState requires deferring the focus state property update to the next time the main runloop runs. (78607356)
Deprecations
- controlProminence has been deprecated. Use the new .borderedProminentButtonStyle instead. (78908460)
- The Function (Fn) shortcut modifier is deprecated and reserved for system usage. (78627099)
Third-Party Apps
Known Issues
- VPN apps fail to connect if they use a private API that no longer exists in iOS 15. (79164225)
UIKit
Known Issues
- Collapsing the hardware keyboard shortcut bar doesn’t properly invoke leading and trailing edge changes for UIKeyboardLayoutGuide. (74440016)
Xcode
Known Issues
- MusicKit functionality, such as loading content with music requests, doesn’t work in simulated devices. (78559381)