NSBundleResourceRequest

Asked on 2026-02-06

1 search

It seems like you're interested in NSBundleResourceRequest. However, the provided context does not mention this specific topic. If you're looking for information on managing app resources, you might be interested in the session on "Discover Apple-Hosted Background Assets" from WWDC 2025. This session discusses how to manage app assets efficiently using Background Assets, which is a successor to On Demand Resources.

If you have any other questions about the content presented at WWDC, feel free to ask!

Filter and tunnel network traffic with NetworkExtension

Filter and tunnel network traffic with NetworkExtension

Learn about the APIs in the NetworkExtension framework that give your app the power and flexibility to extend the system’s core networking features — like implementing network content filters, creating and managing VPN configurations, and more. In iOS, iPadOS and macOS 26, you can now build robust content filters that make traffic decisions using the entire URL — not just the hostname — all without compromising privacy and security. We’ll start by briefly covering many of the key use cases for the NetworkExtension framework, including network relays and VPN. Then, we’ll dive into the new URL filter API and its key components, including Private Information Retrieval, Privacy Pass, and more.

Discover Apple-Hosted Background Assets

Discover Apple-Hosted Background Assets

Building on Background Assets, this session will introduce the new capability to download asset packs of content for games and other applications. Learn how Apple can host these asset packs for you or how to manage self-hosting options. We’ll delve into the native API integration and the corresponding App Store implementations, providing you with the tools to enhance your app’s content delivery and user experience.

Code-along: Explore localization with Xcode

Code-along: Explore localization with Xcode

Learn how to localize your app into additional languages using Xcode. We’ll walk step-by-step through the process of creating a String Catalog, translating text, and exchanging files with external translators. You’ll learn best practices for providing necessary context to translators and how Xcode can help to provide this information automatically. For larger projects, we’ll also dive into techniques to manage complexity and streamline string management using type-safe Swift code.