Is there a session that shows how to host data on apple backends and securely retrieve it on iOS?
Asked on 2025-07-02
1 search
Yes, there is a session that discusses how to host data on Apple backends and securely retrieve it on iOS. The session titled "Integrate privacy into your development process" from WWDC 2025 covers how to use server-side resources without exposing sensitive data to the server. It also discusses enabling end-to-end encryption for data stored in iCloud using CloudKit, which can be relevant for securely retrieving data on iOS. You can find more details in the chapter on Development: Client-server.

Integrate privacy into your development process
Learn how to build privacy into your apps from the planning stages through deployment. We’ll cover practical ways to integrate privacy at each step of the development lifecycle, focusing on data minimization, on-device processing, and transparency and control. You’ll discover how to use Apple’s tools and frameworks to protect user data and create a privacy-respecting app experience.

Get ahead with quantum-secure cryptography
Learn how to protect your app’s sensitive user data from the emerging threat of quantum computing, and safeguard user privacy. We’ll explore different quantum attacks, their impact on existing cryptographic protocols, and how to defend against them using quantum-secure cryptography. You’ll learn how to use quantum-secure TLS to secure network data, and use CryptoKit’s quantum-secure APIs for securing application data.

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.