Any changes in files api in iOS?
Asked on 06/11/2025
1 search
In iOS 26, there are some notable changes to the Files API. One significant update is that the existing OpenURL
method now accepts file URLs, allowing apps to hand off documents that are not natively supported by the app. If a default app exists for the file type, the system will launch it and pass along the URL. If not, OpenURL
will return false. This change is part of the broader updates to UIKit, which you can learn more about in the session What’s new in UIKit (21:20).

What’s new in UIKit
Modernize your app with the latest APIs in UIKit, including enhanced menu bar support, automatic observation tracking, a new UI update method, and improvements to animations. We’ll also cover how you can include SwiftUI scenes in your UIKit app and explore SF Symbols, HDR color pickers, and more.

Keynote
Don’t miss the exciting reveal of the latest Apple software and technologies.

Elevate your tab and sidebar experience in iPadOS
iPadOS 18 introduces a new navigation system that gives people the flexibility to choose between using a tab bar or sidebar. The newly redesigned tab bar provides more space for content and other functionality. Learn how to use SwiftUI and UIKit to enable customization features – like adding, removing and reordering tabs – to enable a more personal touch in your app.