type	title	url	description	referenced_by
documentation	A Vision for Embedded Swift	https://github.com/apple/swift-evolution/blob/main/visions/embedded-swift.md	The Embedded Swift vision document	wwdc2024-10197
guide	A-Frame WebXR framework	https://aframe.io	A web framework for building 3D/AR/VR experiences	wwdc2024-10066
guide	About the security of passkeys	https://support.apple.com/en-us/HT213305		wwdc2024-10125
samplecode	Accelerating app interactions with App Intents	https://developer.apple.com/documentation/AppIntents/AcceleratingAppInteractionsWithAppIntents	Enable people to use your app’s features quickly through Siri, Spotlight, and Shortcuts.	wwdc2024-10210,wwdc2024-10176,wwdc2024-10134
documentation	Accessibility updates	https://developer.apple.com/documentation/Updates/Accessibility	Learn about important changes to Accessibility.	wwdc2024-10073
documentation	accessibilityShowsLargeContentViewer()	https://developer.apple.com/documentation/SwiftUI/View/accessibilityShowsLargeContentViewer()	Adds a default large content view to be shown by	wwdc2024-10074
samplecode	Accessing a person’s contact data using Contacts and ContactsUI	https://developer.apple.com/documentation/Contacts/accessing-a-person-s-contact-data-using-contacts-and-contactsui	Allow people to grant your app access to contact data by adding the Contact access button and Contact access picker to your app.	wwdc2024-10121
documentation	AccessorySetupKit	https://developer.apple.com/documentation/AccessorySetupKit	Enable privacy-preserving discovery and configuration of accessories.	wwdc2024-10203
documentation	AdAttributionKit	https://developer.apple.com/documentation/AdAttributionKit	Present, process, and register postbacks for in-app ads in the App Store and alternative app marketplaces.	wwdc2024-10060
documentation	Adding a web development tool to Safari Web Inspector	https://developer.apple.com/documentation/SafariServices/adding-a-web-development-tool-to-safari-web-inspector	Expand the built-in Safari Web Inspector to include your custom tool, augmenting developers’ options for inspecting, testing, and debugging webpages.	wwdc2024-10066,wwdc2024-10065
documentation	Adding refinements and configuration to controls	https://developer.apple.com/documentation/WidgetKit/Adding-refinements-and-configuration-to-controls	Customize the way controls display across the system and offer people the ability to configure them.	wwdc2024-10157
documentation	Adding tests to your Xcode project	https://developer.apple.com/documentation/Xcode/adding-tests-to-your-xcode-project	Include test targets that build code to test the logic in your functions, check for integration issues, automate UI workflows, and measure performance.	wwdc2024-10195,wwdc2024-10179
samplecode	Adopting live updates in Core Location	https://developer.apple.com/documentation/CoreLocation/adopting-live-updates-in-core-location	Simplify location delivery using asynchronous events in Swift.	wwdc2024-10212
samplecode	Adopting SwiftData for a Core Data app	https://developer.apple.com/documentation/CoreData/adopting-swiftdata-for-a-core-data-app	Persist data in your app intuitively with the Swift native persistence framework.	wwdc2024-10137
documentation	AOUSD – Alliance for OpenUSD	https://aousd.org	Alliance for OpenUSD	wwdc2024-10106
documentation	App Intents	https://developer.apple.com/documentation/AppIntents	Make content and actions discoverable by Apple Intelligence and support system experiences like Siri, Spotlight, Shortcuts, and widgets.	wwdc2024-10210,wwdc2024-10176,wwdc2024-10134
documentation	App schema domains	https://developer.apple.com/documentation/AppIntents/app-schema-domains	Declare support for well-known actions and content by applying system-defined schemas to	wwdc2024-10133
documentation	App Store Server API	https://developer.apple.com/documentation/AppStoreServerAPI	Manage your customers’ App Store transactions from your server.	wwdc2024-10062
documentation	App Store Server Notifications	https://developer.apple.com/documentation/appstoreservernotifications	Monitor in-app purchase events in real time with server notifications from the App Store.	wwdc2024-10062
documentation	AppKit	https://developer.apple.com/documentation/AppKit	Construct and manage a graphical, event-driven user interface for your macOS app.	wwdc2024-10220,wwdc2024-10168
documentation	AppKit updates	https://developer.apple.com/documentation/Updates/AppKit	Learn about important changes to AppKit.	wwdc2024-10124
documentation	Apple Business Essentials User Guide	https://support.apple.com/guide/apple-business-essentials/		wwdc2024-10143
documentation	Apple Configurator User Guide for iPhone	https://support.apple.com/guide/apple-configurator/		wwdc2024-10143
documentation	Apple Configurator User Guide for Mac	https://support.apple.com/en-gb/guide/apple-configurator-mac/welcome/mac	Learn how to use Apple Configurator to create and install configuration profiles on your iPhone, iPad, or Apple TV.	wwdc2024-10143
documentation	Apple Pencil	https://developer.apple.com/documentation/ApplePencil	Enhance your iPad app’s user experience by supporting drawing, handwriting, and other features of Apple Pencil.	wwdc2024-10214
documentation	Apple Pencil updates	https://developer.apple.com/documentation/Updates/ApplePencil	Learn about important changes to Apple Pencil.	wwdc2024-10214
documentation	Apple Platform Deployment	https://support.apple.com/guide/deployment/		wwdc2024-10143
documentation	Apple School Manager User Guide	https://support.apple.com/guide/apple-school-manager/	Apple School Manager User Guide	wwdc2024-10143
documentation	ASCredentialProviderExtensionCapabilities	https://developer.apple.com/documentation/BundleResources/Information-Property-List/NSExtension/NSExtensionAttributes/ASCredentialProviderExtensionCapabilities	The credential types supported by a credential provider extension, and whether it presents a user interface.	wwdc2024-10125
documentation	Attributing ads with SKAdNetwork and Private Click Measurement	https://developer.apple.com/app-store/ad-attribution/	SKAdNetwork and Private Click Measurement let advertisers attribute their advertising across multiple sources — all while maintaining user privacy.	wwdc2024-10060
documentation	Authentication Services	https://developer.apple.com/documentation/AuthenticationServices	Make it easy for users to log into apps and services.	wwdc2024-10125
documentation	Automatic trait tracking	https://developer.apple.com/documentation/UIKit/automatic-trait-tracking	Reduce the need to manually register for trait changes when you use traits within a method or closure that supports automatic trait tracking.	wwdc2024-10118
samplecode	AVCam: Building a camera app	https://developer.apple.com/documentation/AVFoundation/avcam-building-a-camera-app	Capture photos and record video using the front and rear iPhone and iPad cameras.	wwdc2024-10166
samplecode	babylon.js – webGL and WebXR library	https://www.babylonjs.com	Web rendering engine	wwdc2024-10066
samplecode	BOT-anist	https://developer.apple.com/documentation/visionOS/BOT-anist	Build a multiplatform app that uses windows, volumes, and animations to create a robot botanist’s greenhouse.	wwdc2024-10149,wwdc2024-10153
samplecode	Bringing multiple windows to your SwiftUI app	https://developer.apple.com/documentation/SwiftUI/bringing-multiple-windows-to-your-swiftui-app	Compose rich views by reacting to state changes and customize your app’s scene presentation and behavior on iPadOS and macOS.	wwdc2024-10083
samplecode	Building a document-based app with SwiftUI	https://developer.apple.com/documentation/SwiftUI/Building-a-document-based-app-with-SwiftUI	Create, save, and open documents in a multiplatform app.	wwdc2024-10132
samplecode	Building a guessing game for visionOS	https://developer.apple.com/documentation/GroupActivities/building-a-guessing-game-for-visionos	Create a team-based guessing game for visionOS using Group Activities.	wwdc2024-10201
samplecode	Building an immersive media viewing experience	https://developer.apple.com/documentation/visionOS/building-an-immersive-media-viewing-experience	Add a deeper level of immersion to media playback in your app with RealityKit and Reality Composer Pro.	wwdc2024-10115,wwdc2024-10087
samplecode	Building an object reconstruction app	https://developer.apple.com/documentation/RealityKit/building-an-object-reconstruction-app	Reconstruct objects from user-selected input images by using photogrammetry.	wwdc2024-10107
samplecode	Building local experiences with room tracking	https://developer.apple.com/documentation/arkit/building_local_experiences_with_room_tracking	Use room tracking in visionOS to provide custom interactions with physical spaces.	wwdc2024-10100
documentation	Building spatial experiences for business apps with enterprise APIs for visionOS	https://developer.apple.com/documentation/visionOS/building-spatial-experiences-for-business-apps-with-enterprise-apis	Grant enhanced sensor access and increased platform control to your visionOS app by using entitlements.	wwdc2024-10139
samplecode	Capturing consistent color images	https://developer.apple.com/documentation/AVFoundation/capturing-consistent-color-images	Add the power of a photography studio and lighting rig to your app with the new Constant Color API.	wwdc2024-10162
guide	CarPlay for developers	https://developer.apple.com/carplay	Guide to CarPlay development	wwdc2024-10112,wwdc2024-10111
guide	Classroom for iPad User Guide	https://support.apple.com/guide/classroom/welcome/ios	Classroom for iPad User Guide	wwdc2024-10143
guide	Classroom for Mac User Guide	https://support.apple.com/guide/classroom/welcome/mac	Classroom for Mac User Guide	wwdc2024-10143
samplecode	Composing interactive 3D content with RealityKit and Reality Composer Pro	https://developer.apple.com/documentation/RealityKit/composing-interactive-3d-content-with-realitykit-and-reality-composer-pro	Build an interactive scene using an animation timeline.	wwdc2024-10102
documentation	Composing SwiftUI gestures	https://developer.apple.com/documentation/SwiftUI/Composing-SwiftUI-Gestures	Combine gestures to create complex interactions.	wwdc2024-10094
documentation	Configuring start conditions	https://developer.apple.com/documentation/Xcode/Configuring-Start-Conditions	Configure Xcode Cloud to start a build when you update a branch, pull request, or Git tag, or based on a schedule.	wwdc2024-10200
samplecode	Configuring the PencilKit tool picker	https://developer.apple.com/documentation/PencilKit/configuring-the-pencilkit-tool-picker	Incorporate a custom PencilKit tool picker with a variety of system and custom tools into a drawing app.	wwdc2024-10214
documentation	Configuring webhooks in Xcode Cloud	https://developer.apple.com/documentation/Xcode/Configuring-Webhooks-in-Xcode-Cloud	Configure webhooks that connect Xcode Cloud to other services and tools.	wwdc2024-10200
documentation	Configuring your app to use location services	https://developer.apple.com/documentation/CoreLocation/configuring-your-app-to-use-location-services	Prepare your app to start collecting location data.	wwdc2024-10212
samplecode	Connecting to a service with passkeys	https://developer.apple.com/documentation/AuthenticationServices/connecting-to-a-service-with-passkeys	Allow users to sign in to a service without typing a password.	wwdc2024-10125
documentation	consumptionRequestReason	https://developer.apple.com/documentation/AppStoreServerNotifications/consumptionRequestReason	The customer-provided reason for a refund request.	wwdc2024-10062
samplecode	Converting side-by-side 3D video to multiview HEVC and spatial video	https://developer.apple.com/documentation/AVFoundation/converting-side-by-side-3d-video-to-multiview-hevc-and-spatial-video	Create video content for visionOS by converting an existing 3D HEVC file to a multiview HEVC format, optionally adding spatial metadata to create a spatial video.	wwdc2024-10166
documentation	Copyable	https://developer.apple.com/documentation/Swift/Copyable	A type whose values can be implicitly or explicitly copied.	wwdc2024-10170
documentation	Core ML	https://developer.apple.com/documentation/CoreML	Integrate machine learning models into your app.	wwdc2024-10161
documentation	Core Spotlight	https://developer.apple.com/documentation/CoreSpotlight	Add search capabilities to your app, and index your content so	wwdc2024-10131
documentation	Creating a camera experience for the Lock Screen	https://developer.apple.com/documentation/LockedCameraCapture/Creating-a-camera-experience-for-the-Lock-Screen	Offer your app’s camera experience on locked devices from Control Center, the Lock Screen, and the Action button.	wwdc2024-10157,wwdc2024-10204
samplecode	Creating a data visualization dashboard with Swift Charts	https://developer.apple.com/documentation/Charts/creating-a-data-visualization-dashboard-with-swift-charts	Visualize an entire data collection efficiently by instantiating a single vectorized plot in Swift Charts.	wwdc2024-10155
samplecode	Creating a Spaceship game	https://developer.apple.com/documentation/RealityKit/creating-a-spaceship-game	Build an immersive game using RealityKit audio, simulation, and rendering features.	wwdc2024-111801,wwdc2024-10103
samplecode	Creating a spatial drawing app with RealityKit	https://developer.apple.com/documentation/RealityKit/creating-a-spatial-drawing-app-with-realitykit	Use low-level mesh and texture APIs to achieve fast updates to a person’s brush	wwdc2024-10104
samplecode	Creating a tvOS media catalog app in SwiftUI	https://developer.apple.com/documentation/SwiftUI/Creating-a-tvOS-media-catalog-app-in-SwiftUI	Build standard content lockups and rows of content shelves for your tvOS app.	wwdc2024-10207
documentation	Creating controls to perform actions across the system	https://developer.apple.com/documentation/WidgetKit/Creating-controls-to-perform-actions-across-the-system	Perform your app’s actions from Control Center, the Lock Screen, and the Action button.	wwdc2024-10157,wwdc2024-10204
samplecode	Creating custom container views	https://developer.apple.com/documentation/SwiftUI/Creating-custom-container-views	Access individual subviews to compose flexible container views.	wwdc2024-10146
documentation	Creating spatial photos and videos with spatial metadata	https://developer.apple.com/documentation/ImageIO/Creating-spatial-photos-and-videos-with-spatial-metadata	Add spatial metadata to stereo photos and videos to create spatial media for viewing on Apple Vision Pro.	wwdc2024-10166
samplecode	Creating tabletop games	https://developer.apple.com/documentation/TabletopKit/creating-tabletop-games	Develop a spatial board game where multiple players interact with pieces on a table.	wwdc2024-10091
samplecode	Creating visual effects with SwiftUI	https://developer.apple.com/documentation/SwiftUI/Creating-visual-effects-with-SwiftUI	Add scroll effects, rich color treatments, custom transitions, and advanced effects using shaders and a text renderer.	wwdc2024-10151
documentation	Creating your first app intent	https://developer.apple.com/documentation/AppIntents/Creating-your-first-app-intent	Create your first app intent that makes your app available in system experiences like Spotlight or the Shortcuts app.	wwdc2024-10210,wwdc2024-10176
documentation	currency	https://developer.apple.com/documentation/AppStoreServerAPI/currency	The three-letter ISO 4217 currency code for the price of the product.	wwdc2024-10062
documentation	CustomHoverEffect	https://developer.apple.com/documentation/SwiftUI/CustomHoverEffect	A type that represents how a view should change when a pointer hovers	wwdc2024-10152
documentation	Customizing a document-based app’s launch experience	https://developer.apple.com/documentation/UIKit/customizing-a-document-based-app-s-launch-experience	Add unique elements to your app’s document launch scene.	wwdc2024-10132
samplecode	Customizing window styles and state-restoration behavior in macOS	https://developer.apple.com/documentation/SwiftUI/Customizing-window-styles-and-state-restoration-behavior-in-macOS	Configure how your app’s windows look and function in macOS to provide an	wwdc2024-10148
documentation	Designing for visionOS	https://developer.apple.com/design/Human-Interface-Guidelines/designing-for-visionos	When people wear Apple Vision Pro, they enter an infinite 3D space where they can engage with your app or game while staying connected to their surroundings.	wwdc2024-10086,wwdc2024-10096
samplecode	Destination Video	https://developer.apple.com/documentation/visionOS/destination-video	Leverage SwiftUI to build an immersive media experience in a multiplatform app.	wwdc2024-10115,wwdc2024-10148,wwdc2024-10152,wwdc2024-10087,wwdc2024-10147
documentation	Device Management	https://developer.apple.com/documentation/DeviceManagement	Manage your organization’s devices remotely.	wwdc2024-10143
documentation	Device Management Client Schema on GitHub	http://github.com/apple/device-management		wwdc2024-10143
documentation	Displaying live data with Live Activities	https://developer.apple.com/documentation/ActivityKit/displaying-live-data-with-live-activities	Display up-to-date data and offer quick interactions in the Dynamic Island, on the Lock Screen, in CarPlay, and on a paired Mac or Apple Watch.	wwdc2024-10068
documentation	Displaying place information using the Maps Embed API	https://developer.apple.com/documentation/MapKitJS/displaying-place-information-using-the-maps-embed-api	Show place information on a map using a URL.	wwdc2024-10097
documentation	Download the Game Porting Toolkit	https://developer.apple.com/games/game-porting-toolkit/	The Game Porting Toolkit includes an updated set of tools  that can help you accelerate porting your advanced games to Mac, and to get them up and running on iPad and iPhone.	wwdc2024-10085,wwdc2024-10089
samplecode	Drawing paths and shapes	https://developer.apple.com/tutorials/SwiftUI/drawing-paths-and-shapes		wwdc2024-10104
documentation	Elevating your iPad app with a tab bar and sidebar	https://developer.apple.com/documentation/UIKit/elevating-your-ipad-app-with-a-tab-bar-and-sidebar	Provide a compact, ergonomic tab bar for quick access to key parts of your app, and a sidebar for in-depth navigation.	wwdc2024-10147
documentation	Embedded Swift User Manual	https://github.com/apple/swift/blob/main/docs/EmbeddedSwift/UserManual.md	Details about how to use Embedded Swift	wwdc2024-10197
documentation	Enabling the double-tap gesture on Apple Watch	https://developer.apple.com/documentation/watchOS-Apps/enabling-double-tap	Customize your app’s response to the double-tap gesture on Apple Watch.	wwdc2024-10205
samplecode	Enabling video reflections in an immersive environment	https://developer.apple.com/documentation/visionOS/enabling-video-reflections-in-an-immersive-environment	Create a more immersive experience by adding video reflections in a custom environment.	wwdc2024-10115,wwdc2024-10087
samplecode	Enhancing the accessibility of your SwiftUI app	https://developer.apple.com/documentation/Accessibility/enhancing-the-accessibility-of-your-swiftui-app	Support advancements in SwiftUI accessibility to make your app accessible to everyone.	wwdc2024-10073,wwdc2024-10074
samplecode	Enhancing your app’s content with tab navigation	https://developer.apple.com/documentation/SwiftUI/Enhancing-your-app-content-with-tab-navigation	Keep your app content front and center while providing quick access to navigation using the tab bar.	wwdc2024-10147
documentation	Environment variable reference	https://developer.apple.com/documentation/Xcode/Environment-Variable-Reference	Review predefined environment variables you use in custom build scripts.	wwdc2024-10200
guide	Expanding Your App to New Markets	https://developer.apple.com/localization/	Internationalization and Localization. Expanding Your App to New Markets.	wwdc2024-10185
samplecode	Exploring object tracking with ARKit	https://developer.apple.com/documentation/visionOS/exploring_object_tracking_with_arkit	Find and track real-world objects in visionOS using reference objects you train with Create ML.	wwdc2024-10101
documentation	Fetching and filtering time-based model changes	https://developer.apple.com/documentation/SwiftData/Fetching-and-filtering-time-based-model-changes	Track all inserts, updates, and deletes that occur in a data store and process	wwdc2024-10075
documentation	Filtering images with MPSGraph FFT operations	https://developer.apple.com/documentation/MetalPerformanceShadersGraph/filtering-images-with-mpsgraph-fft-operations	Filter an image with MPSGraph fast Fourier transforms using the convolutional theorem.	wwdc2024-10218
documentation	FinanceKit	https://developer.apple.com/documentation/FinanceKit	Securely store orders and financial information details about eligible accounts in Apple Wallet.	wwdc2024-2023
developerForum	Forum: Accessibility & Inclusion	https://developer.apple.com/forums/topics/accessibility-and-inclusion?cid=vf-a-0010		wwdc2024-10073,wwdc2024-10074
developerForum	Forum: App & System Services	https://developer.apple.com/forums/topics/app-and-system-services?cid=vf-a-0010		wwdc2024-10108,wwdc2024-2023,wwdc2024-10157,wwdc2024-10201,wwdc2024-10068,wwdc2024-10121,wwdc2024-10209,wwdc2024-10060,wwdc2024-10111,wwdc2024-10122,wwdc2024-10070,wwdc2024-10069
developerForum	Forum: App Store Distribution & Marketing	https://developer.apple.com/forums/topics/app-store-distribution-and-marketing?cid=vf-a-0010		wwdc2024-10063,wwdc2024-10061,wwdc2024-10062,wwdc2024-10110
developerForum	Forum: Business & Education	https://developer.apple.com/forums/topics/business-and-education-topic?cid=vf-a-0010		wwdc2024-10143,wwdc2024-10139
developerForum	Forum: Design	https://developer.apple.com/forums/topics/design?cid=vf-a-0010		wwdc2024-10086,wwdc2024-10096,wwdc2024-10140,wwdc2024-10087,wwdc2024-10188,wwdc2024-10176,wwdc2024-10098,wwdc2024-10085,wwdc2024-10112
developerForum	Forum: Developer Tools & Services	https://developer.apple.com/forums/topics/developer-tools-and-services?cid=vf-a-0010		wwdc2024-10181,wwdc2024-10200,wwdc2024-10198,wwdc2024-10171,wwdc2024-10173,wwdc2024-10172,wwdc2024-10135,wwdc2024-10195,wwdc2024-10179
developerForum	Forum: Graphics & Games	https://developer.apple.com/forums/topics/graphics-and-games?cid=vf-a-0010		wwdc2024-10093,wwdc2024-10094,wwdc2024-10091,wwdc2024-10092,wwdc2024-10089
developerForum	Forum: Health & Fitness	https://developer.apple.com/forums/topics/health-and-fitness?cid=vf-a-0010		wwdc2024-10084,wwdc2024-10083,wwdc2024-10109
developerForum	Forum: Machine Learning and AI	https://developer.apple.com/forums/topics/machine-learning-and-ai?cid=vf-a-0010		wwdc2024-10211,wwdc2024-10218,wwdc2024-10210,wwdc2024-10133,wwdc2024-10160,wwdc2024-10117,wwdc2024-10134,wwdc2024-10183,wwdc2024-10163,wwdc2024-10161,wwdc2024-10223,wwdc2024-10159
developerForum	Forum: Maps & Location	https://developer.apple.com/forums/topics/maps-and-location?cid=vf-a-0010		wwdc2024-10067,wwdc2024-10212,wwdc2024-10097
developerForum	Forum: Media Technologies	https://developer.apple.com/forums/topics/media-technologies?cid=vf-a-0010		wwdc2024-10088,wwdc2024-10115,wwdc2024-10113,wwdc2024-10114,wwdc2024-10116
developerForum	Forum: Photos & Camera	https://developer.apple.com/forums/topics/media-technologies/photos-and-camera?cid=vf-a-0010		wwdc2024-10204,wwdc2024-10164,wwdc2024-10177,wwdc2024-10162
developerForum	Forum: Privacy & Security	https://developer.apple.com/forums/topics/privacy-and-security?cid=vf-a-0010		wwdc2024-10123,wwdc2024-10125,wwdc2024-10203
developerForum	Forum: Programming Languages	https://developer.apple.com/forums/topics/programming-languages-topic?cid=vf-a-0010		wwdc2024-10217,wwdc2024-10138,wwdc2024-10169,wwdc2024-10075,wwdc2024-10216,wwdc2024-10170,wwdc2024-10197,wwdc2024-10136,wwdc2024-10137,wwdc2024-10184
developerForum	Forum: Safari & Web	https://developer.apple.com/forums/topics/safari-and-web?cid=vf-a-0010		wwdc2024-10066,wwdc2024-10065
developerForum	Forum: Spatial Computing	https://developer.apple.com/forums/topics/spatial-computing?cid=vf-a-0010		wwdc2024-10101,wwdc2024-10106,wwdc2024-10186,wwdc2024-10102,wwdc2024-111801,wwdc2024-10103,wwdc2024-10166,wwdc2024-10105,wwdc2024-10104,wwdc2024-10100,wwdc2024-10107
developerForum	Forum: UI Frameworks	https://developer.apple.com/forums/topics/ui-frameworks?cid=vf-a-0010		wwdc2024-10124,wwdc2024-10220,wwdc2024-10214,wwdc2024-10155,wwdc2024-10148,wwdc2024-10207,wwdc2024-10152,wwdc2024-10185,wwdc2024-10144,wwdc2024-10131,wwdc2024-10132,wwdc2024-10151,wwdc2024-10149,wwdc2024-10118,wwdc2024-10153,wwdc2024-10205,wwdc2024-10150,wwdc2024-10146,wwdc2024-10147,wwdc2024-10168,wwdc2024-10145
documentation	Generating a signature for promotional offers	https://developer.apple.com/documentation/StoreKit/generating-a-signature-for-promotional-offers	Create a signature to validate a promotional offer using your private key.	wwdc2024-10110
documentation	Get started with Metal shader converter	https://developer.apple.com/metal/shader-converter/	This document describes the IR conversion process, explains the binding model, synchronization considerations, and reflection capabilities, then provides general guidance and examples.	wwdc2024-10089
documentation	Get Transaction History	https://developer.apple.com/documentation/AppStoreServerAPI/Get-Transaction-History	Get a customer’s in-app purchase transaction history for your app.	wwdc2024-10062
documentation	Getting started with Metal-cpp	https://developer.apple.com/metal/cpp/	Metal-cpp is a low-overhead C++ interface for Metal that helps developers add Metal functionality to graphics apps, games, and game engines that are written in C++.	wwdc2024-10089
documentation	Getting up-to-date calling and blocking information for your app	https://developer.apple.com/documentation/IdentityLookup/getting-up-to-date-calling-and-blocking-information-for-your-app	Implement the Live Caller ID Lookup app extension to provide call-blocking and identity services.	wwdc2024-10123
documentation	Group Activities	https://developer.apple.com/documentation/GroupActivities	Create app-specific activities your users can share and experience together.	wwdc2024-10201
documentation	HealthKit	https://developer.apple.com/documentation/HealthKit	Access and share health and fitness data while maintaining the user’s privacy and control.	wwdc2024-10083,wwdc2024-10109
documentation	How to start designing assets in Display P3	https://developer.apple.com/news/?id=5cda5ipr	Assets designed in the Display P3 color space look richer and more vibrant on any device with a wide color gamut display. You can find wide color gamut Retina displays on most Macs, as well as iPhone, iPad, and Apple Watch.	wwdc2024-10092
documentation	Human Interface Guidelines: Accessibility	https://developer.apple.com/design/human-interface-guidelines/accessibility	HIG	wwdc2024-10074
documentation	Human Interface Guidelines: Apple Pencil and Scribble	https://developer.apple.com/design/human-interface-guidelines/apple-pencil-and-scribble		wwdc2024-10214
documentation	Human Interface Guidelines: Controls	https://developer.apple.com/design/human-interface-guidelines/controls	HIG	wwdc2024-10157,wwdc2024-10204
documentation	Human Interface Guidelines: Designing for games	https://developer.apple.com/design/human-interface-guidelines/designing-for-games	HIG	wwdc2024-10085
documentation	Human Interface Guidelines: Eyes	https://developer.apple.com/design/human-interface-guidelines/eyes	HIG	wwdc2024-10152
documentation	Human Interface Guidelines: Game controls	https://developer.apple.com/design/human-interface-guidelines/game-controls	HIG Game controls	wwdc2024-10094,wwdc2024-10085
documentation	Human Interface Guidelines: Gestures	https://developer.apple.com/design/human-interface-guidelines/gestures	HIG	wwdc2024-10094
documentation	Human Interface Guidelines: Live Activities	https://developer.apple.com/design/human-interface-guidelines/live-activities	A Live Activity displays up-to-date information from your app, allowing people to view the progress of events or tasks at a glance.	wwdc2024-10098
documentation	Human Interface Guidelines: Typography	https://developer.apple.com/design/human-interface-guidelines/typography	HIG	wwdc2024-10074
documentation	Human Interface Guidelines: watchOS	https://developer.apple.com/design/human-interface-guidelines/designing-for-watchos	When people glance at their Apple Watch, they know they can access essential information and perform simple, timely tasks whether they’re stationary or in motion.	wwdc2024-10098,wwdc2024-10205
documentation	Human Interface Guidelines: Widgets	https://developer.apple.com/design/human-interface-guidelines/widgets	HIG	wwdc2024-10205
documentation	Human Interface Guidelines: Writing	https://developer.apple.com/design/human-interface-guidelines/writing	HIG	wwdc2024-10140
documentation	Identifying unique locations with Place IDs	https://developer.apple.com/documentation/MapKit/identifying-unique-locations-with-place-ids	Obtain information about a point of interest that persists over its lifetime.	wwdc2024-10097
documentation	Implementing object tracking in your app	https://developer.apple.com/documentation/visionOS/implementing-object-tracking-in-your-app	Create engaging interactions by training models to recognize and track real-world objects in people’s surroundings.	wwdc2024-10101
documentation	Improving code assessment by organizing tests into test plans	https://developer.apple.com/documentation/Xcode/organizing-tests-to-improve-feedback	Control the information you receive from your tests at different stages in the software engineering process by creating and configuring test plans.	wwdc2024-10195,wwdc2024-10179
documentation	Improving rendering performance with vertex amplification	https://developer.apple.com/documentation/Metal/improving-rendering-performance-with-vertex-amplification	Run draw commands that render to different outputs using the same vertex data multiple times.	wwdc2024-10092
documentation	In-App Purchase	https://developer.apple.com/documentation/StoreKit/in-app-purchase	Offer content and services in your app across Apple platforms using a Swift-based interface.	wwdc2024-10061
documentation	Including notes for testers with a beta release of your app	https://developer.apple.com/documentation/Xcode/including-notes-for-testers-with-a-beta-release-of-your-app	Add text files to your Xcode project to provide notes to beta testers about what to test.	wwdc2024-10181
samplecode	Incorporating real-world surroundings in an immersive experience	https://developer.apple.com/documentation/visionOS/incorporating-real-world-surroundings-in-an-immersive-experience	Create an immersive experience by making your app’s content respond to the local shape of the world.	wwdc2024-10096
guide	Install Swift	https://www.swift.org/install/	Installation guide for Swift on all platforms	wwdc2024-10136
documentation	Integrating your app with Siri and Apple Intelligence	https://developer.apple.com/documentation/AppIntents/Integrating-your-app-with-siri-and-apple-intelligence	Create app intents, entities, and enumerations that conform to assistant schemas to tap into the enhanced action capabilities of Siri and Apple Intelligence.	wwdc2024-10133,wwdc2024-10176
samplecode	Integrating your photo app with Apple Intelligence	https://developer.apple.com/documentation/AppIntents/integrating-your-photo-app-with-apple-intelligence	Adopt photo schemas so people can edit and manage photos with Siri.	wwdc2024-10133
samplecode	Interacting with nearby points of interest	https://developer.apple.com/documentation/MapKit/interacting-with-nearby-points-of-interest	Provide automatic search completions for a partial search query, search the map for relevant locations nearby, and retrieve details for selected points of interest.	wwdc2024-10097
documentation	Interacting with virtual content blended with passthrough	https://developer.apple.com/documentation/CompositorServices/interacting-with-virtual-content-blended-with-passthrough	Present a mixed immersion style space to draw content in a person’s surroundings,	wwdc2024-10092
documentation	Introducing StoreKit 2	https://developer.apple.com/storekit/		wwdc2024-10061
documentation	Journaling Suggestions	https://developer.apple.com/documentation/JournalingSuggestions	Display a set of recent, personal events that inspire someone to contribute to your app’s creative workflow.	wwdc2024-10209
guide	Learning SwiftUI	https://developer.apple.com/tutorials/swiftui-concepts		wwdc2024-10150
documentation	Let others use your Apple Vision Pro	https://support.apple.com/guide/apple-vision-pro/let-others-use-your-apple-vision-pro-dev57f3c667e/visionos	With Guest User, other people can use your Apple Vision Pro, and you can choose what they can open.	wwdc2024-10083
documentation	Loading the latest version of the Apple Pay JS SDK	https://developer.apple.com/documentation/ApplePayontheWeb/loading-the-latest-version-of-apple-pay-js	Link to the most recent autoupdating version of the Apple Pay JS SDK or a version of your choice.	wwdc2024-10108
documentation	Looking Up an Artist	https://help.apple.com/itc/musicartistspec/#/itc42ab20bc6	Query for artists by artist name.	wwdc2024-10108
documentation	Making actions and content discoverable and widely available	https://developer.apple.com/documentation/AppIntents/Making-actions-and-content-discoverable-and-widely-available	Adopt App Intents to make your app discoverable with Siri and Apple Intelligence, Spotlight, controls, widgets, and the Action button.	wwdc2024-10210,wwdc2024-10133,wwdc2024-10176,wwdc2024-10134
documentation	Merchandising win-back offers in your app	https://developer.apple.com/documentation/StoreKit/merchandising-win-back-offers-in-your-app	Present win-back offers to eligible customers in your app with the win-back offer sheet or by implementing custom merchandising.	wwdc2024-10110
documentation	Message	https://developer.apple.com/documentation/StoreKit/Message	An instance for receiving and displaying App Store messages in your app.	wwdc2024-10061,wwdc2024-10110
documentation	Metal	https://developer.apple.com/documentation/Metal	Render advanced 3D graphics and compute data in parallel with graphics processors.	wwdc2024-10089
guide	Metal Developer Resources	https://developer.apple.com/metal/	Accelerate graphics and much more with Metal. Metal powers hardware-accelerated graphics on Apple platforms by providing a low-overhead API, rich shading language, tight integration between graphics and compute, and an unparalleled suite of GPU profiling and debugging tools. Your games and pro apps can take full advantage of the incredible performance and efficiency of Apple silicon across iPhone, iPad, Mac, and Apple TV.	wwdc2024-10092,wwdc2024-10089
documentation	Metal Performance Shaders Graph	https://developer.apple.com/documentation/MetalPerformanceShadersGraph	Build, compile, and execute compute graphs utilizing all the different compute devices on the platform, including GPU, CPU, and Neural Engine.	wwdc2024-10218
guide	MFI Program	https://mfi.apple.com	MFi Technologies and the Apple Ecosystem	wwdc2024-10112,wwdc2024-10111
documentation	MPSGraph	https://developer.apple.com/documentation/MetalPerformanceShadersGraph/MPSGraph	The optimized representation of a compute graph of operations and tensors.	wwdc2024-10218
documentation	offer	https://developer.apple.com/documentation/StoreKit/Transaction/offer-swift.property	The offer that applies to the transaction, including its offer type, payment mode, and ID.	wwdc2024-10110
documentation	offerDiscountType	https://developer.apple.com/documentation/AppStoreServerAPI/offerDiscountType	The payment mode for a discount offer on an In-App Purchase.	wwdc2024-10062
documentation	Original API for In-App Purchase	https://developer.apple.com/documentation/StoreKit/original-api-for-in-app-purchase	Offer additional content and services in your app using the Original In-App Purchase API.	wwdc2024-10061
guide	Passkeys overview	https://developer.apple.com/passkeys/		wwdc2024-10125
documentation	PassKit (Apple Pay and Wallet)	https://developer.apple.com/documentation/PassKit	Process Apple Pay payments in your app, and create and distribute passes for the Wallet app.	wwdc2024-10108
documentation	Performing accessibility testing for your app	https://developer.apple.com/documentation/Accessibility/performing-accessibility-testing-for-your-app	Test your app with accessibility settings and assistive technologies to discover and address accessibility issues.	wwdc2024-10073
samplecode	PlayCanvas – webGL and WebXR library	https://playcanvas.com	webGL and WebXR library	wwdc2024-10066
documentation	Playing haptic feedback in your app	https://developer.apple.com/documentation/ApplePencil/playing-haptic-feedback-in-your-app	Provide tactile feedback when people perform certain actions in your app.	wwdc2024-10214
samplecode	Presenting an artist’s scene	https://developer.apple.com/documentation/RealityKit/presenting-an-artists-scene	Display a scene from Reality Composer Pro in visionOS.	wwdc2024-10186
documentation	Presenting the suggestions picker and processing a selection	https://developer.apple.com/documentation/JournalingSuggestions/presenting-the-suggestions-picker-and-processing-a-selection	Display the journaling suggestions picker and process a suggestion that someone chooses.	wwdc2024-10209
documentation	Previewing your app’s interface in Xcode	https://developer.apple.com/documentation/Xcode/previewing-your-apps-interface-in-xcode	Iterate designs quickly and preview your apps’ displays across different Apple devices.	wwdc2024-10135
documentation	price	https://developer.apple.com/documentation/AppStoreServerAPI/price	The price, in milliunits, of the In-App Purchase that the system records in the transaction.	wwdc2024-10062
documentation	Product.SubscriptionInfo.RenewalInfo	https://developer.apple.com/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo	The renewal information for an auto-renewable subscription.	wwdc2024-10061
samplecode	Providing an integrated view of your timeline when playing HLS interstitials	https://developer.apple.com/documentation/AVFoundation/providing-an-integrated-view-of-your-timeline-when-playing-hls-interstitials	Go beyond simple ad insertion with point and fill occupancy HLS interstitials.	wwdc2024-10114
documentation	Public-Private Key Authentication	https://developer.apple.com/documentation/AuthenticationServices/public-private-key-authentication	Register and authenticate users with passkeys and security keys, without using passwords.	wwdc2024-10125
documentation	PurchaseIntent	https://developer.apple.com/documentation/StoreKit/PurchaseIntent	An instance that emits purchase intents, which indicate that the customer initiated a purchase outside of your app, for your app to complete.	wwdc2024-10110
documentation	refundPreference	https://developer.apple.com/documentation/AppStoreServerAPI/refundPreference	A value that indicates your preferred outcome for the refund request.	wwdc2024-10062
documentation	Rendering a scene with deferred lighting in Swift	https://developer.apple.com/documentation/Metal/rendering-a-scene-with-deferred-lighting-in-swift	Avoid expensive lighting calculations by implementing a deferred lighting renderer optimized for immediate mode and tile-based deferred renderer GPUs.	wwdc2024-10092
samplecode	Rendering a windowed game in stereo	https://developer.apple.com/documentation/RealityKit/rendering-a-windowed-game-in-stereo	Bring an iOS or iPadOS game to visionOS and enhance it.	wwdc2024-10093
documentation	Rendering at different rasterization rates	https://developer.apple.com/documentation/Metal/rendering-at-different-rasterization-rates	Configure a rasterization rate map to vary rasterization rates depending on the amount of detail needed.	wwdc2024-10092
samplecode	Rendering reflections in real time using ray tracing	https://developer.apple.com/documentation/Metal/rendering-reflections-in-real-time-using-ray-tracing	Implement realistic real-time lighting by dynamically generating reflection maps	wwdc2024-10089
documentation	renewalPrice	https://developer.apple.com/documentation/AppStoreServerAPI/renewalPrice	The renewal price, in milliunits, of the auto-renewable subscription that renews at the next billing period.	wwdc2024-10062
documentation	Request authentication for WeatherKit REST API	https://developer.apple.com/documentation/WeatherKitRESTAPI/request-authentication-for-weatherkit-rest-api	Create a developer token to access weather data.	wwdc2024-10067
documentation	Resources - Apple Maps - Apple Developer	https://developer.apple.com/maps/resources/	Tools, documentation, tutorials, videos, and more.	wwdc2024-10097
documentation	Running tests and interpreting results	https://developer.apple.com/documentation/Xcode/running-tests-and-interpreting-results	Determine whether your project’s code behaves as you expect by running tests and understanding the results.	wwdc2024-10195,wwdc2024-10179
documentation	Safari Release Notes	https://developer.apple.com/documentation/safari-release-notes	Learn about changes for Safari and Safari View Controller for iOS, iPadOS, macOS, and in visionOS; WKWebView for iOS, iPadOS, macOS, watchOS, and in visionOS; and Web Inspector on macOS.	wwdc2024-10066,wwdc2024-10065
samplecode	Scanning objects using Object Capture	https://developer.apple.com/documentation/RealityKit/guided-capture-sample	Implement a full scanning workflow for capturing objects on iOS devices.	wwdc2024-10107
documentation	Schoolwork User Guide	https://support.apple.com/guide/schoolwork-teacher/welcome/ios	Schoolwork lets you easily add classes, send assessments, and create assignments, then see assessment results and class, assignment, and student progress.	wwdc2024-10143
documentation	ScreenCaptureKit	https://developer.apple.com/documentation/ScreenCaptureKit	Filter and select screen content and stream it to your app.	wwdc2024-10088
documentation	SemanticTags	https://developer.apple.com/documentation/WalletPasses/SemanticTags	An object that contains machine-readable metadata the system uses to offer a pass and suggest related actions.	wwdc2024-10108
documentation	Send Consumption Information	https://developer.apple.com/documentation/AppStoreServerAPI/Send-Consumption-Information	Send consumption information about an In-App Purchase to the App Store after your server receives a consumption request notification.	wwdc2024-10062
documentation	Sending broadcast push notification requests to APNs	https://developer.apple.com/documentation/UserNotifications/sending-broadcast-push-notification-requests-to-apns	Transmit your broadcast notification payload to Apple Push Notifications service (APNs).	wwdc2024-10069
documentation	Sending channel management requests to APNs	https://developer.apple.com/documentation/UserNotifications/sending-channel-management-requests-to-apns	Manage channels that your application uses for broadcast push notifications.	wwdc2024-10069
samplecode	Setting up and authorizing a Bluetooth accessory	https://developer.apple.com/documentation/AccessorySetupKit/setting-up-and-authorizing-a-bluetooth-accessory	Discover, select, and set up a specific Bluetooth accessory without requesting permission to use Bluetooth.	wwdc2024-10203
documentation	Setting up broadcast push notifications	https://developer.apple.com/documentation/UserNotifications/setting-up-broadcast-push-notifications	Enable broadcast capability for Apple Push Notifications service (APNs).	wwdc2024-10069
documentation	Setting up StoreKit Testing in Xcode	https://developer.apple.com/documentation/Xcode/setting-up-storekit-testing-in-xcode	Prepare your test environment to test in-app purchases with data you configure locally.	wwdc2024-10061,wwdc2024-10110
documentation	ShaderGraph	https://developer.apple.com/documentation/ShaderGraph	Create custom materials and effects for 3D content in Reality Composer Pro.	wwdc2024-10106
documentation	Sharing macOS and Xcode versions across Xcode Cloud workflows	https://developer.apple.com/documentation/Xcode/Sharing-custom-aliases-across-Xcode-Cloud-workflows	Use custom aliases to share configurations with multiple workflows.	wwdc2024-10200
documentation	Simplifying GPU resource management with residency sets	https://developer.apple.com/documentation/Metal/simplifying-gpu-resource-management-with-residency-sets	Organize your resources into groups and influence when they become accessible to the GPU.	wwdc2024-10089
documentation	Simplifying your implementation by using the App Store Server Library	https://developer.apple.com/documentation/AppStoreServerAPI/simplifying-your-implementation-by-using-the-app-store-server-library	Use Apple’s open source library to create JSON Web Tokens (JWT) to authorize your calls, verify transactions, extract transaction identifiers from receipts, and more.	wwdc2024-10062
documentation	Stable Diffusion with Core ML on Apple Silicon	https://machinelearning.apple.com/research/stable-diffusion-coreml-apple-silicon	Discussion of Stable Diffusion models optimized for running on Apple silicon.	wwdc2024-10161
documentation	Starting and updating Live Activities with ActivityKit push notifications	https://developer.apple.com/documentation/ActivityKit/starting-and-updating-live-activities-with-activitykit-push-notifications	Use ActivityKit to receive push tokens and to remotely start, update, and end your Live Activity with ActivityKit notifications.	wwdc2024-10068,wwdc2024-10069
documentation	StoreKit views	https://developer.apple.com/documentation/StoreKit/storekit-views	Display a customizable In-App Purchase store using StoreKit views for SwiftUI.	wwdc2024-10061,wwdc2024-10110
documentation	Submit feedback	http://feedbackassistant.apple.com		wwdc2024-10062,wwdc2024-10110
documentation	Support - Apple Platform Deployment	https://support.apple.com/guide/deployment/welcome/	Apple devices integrate hardware, software, apps, and services to let you manage your deployment projects easily. Get the control and flexibility you want by using Apple School Manager or Apple Business Manager and your chosen mobile device management solution.	wwdc2024-10143
documentation	Supporting offer codes in your app	https://developer.apple.com/documentation/StoreKit/supporting-offer-codes-in-your-app	Enable customers to redeem offer codes through the App Store or within your app.	wwdc2024-10110
guide	Supporting passkeys	https://developer.apple.com/documentation/AuthenticationServices/supporting-passkeys	Eliminate passwords for your users when they sign in to apps and websites.	wwdc2024-10125
documentation	Supporting win-back offers in your app	https://developer.apple.com/documentation/StoreKit/supporting-win-back-offers-in-your-app	Re-engage previous subscribers with a free or discounted offer for an auto-renewable subscription, for a specific duration.	wwdc2024-10110
documentation	Swift Blog	https://www.swift.org/blog/	The Swift.org blog	wwdc2024-10136
documentation	Swift Charts updates	https://developer.apple.com/documentation/Updates/SwiftCharts	Learn about important changes to Swift Charts.	wwdc2024-10155
guide	Swift Community Overview	https://www.swift.org/community/	Learn more about the Swift.org Community	wwdc2024-10136
samplecode	Swift Embedded Example Projects	https://github.com/apple/swift-embedded-examples	Explore more sample projects using Embedded Swift	wwdc2024-10197
documentation	Swift Evolution: Borrowing and consuming pattern matching for noncopyable types	https://github.com/apple/swift-evolution/blob/main/proposals/0432-noncopyable-switch.md		wwdc2024-10170
documentation	Swift Evolution: Noncopyable Generics	https://github.com/apple/swift-evolution/blob/main/proposals/0427-noncopyable-generics.md		wwdc2024-10170
documentation	Swift Evolution: Noncopyable Standard Library Primitives	https://github.com/apple/swift-evolution/blob/main/proposals/0437-noncopyable-stdlib-primitives.md		wwdc2024-10170
developerForum	Swift Forums	https://forums.swift.org	Forums for the Swift open-source project.	wwdc2024-10136
developerForum	Swift Forums Embedded Discussion	https://forums.swift.org/c/development/embedded/107	Talk to others in the Swift community about Embedded Swift	wwdc2024-10197
samplecode	Swift Matter Examples	https://github.com/apple/swift-matter-examples	Learn how to use Embedded Swift and Matter together	wwdc2024-10197
documentation	Swift Migration Guide	https://www.swift.org/migration/documentation/migrationguide/		wwdc2024-10169,wwdc2024-10136
guide	Swift MMIO	https://github.com/apple/swift-mmio	Define and operate on type safe MMIO	wwdc2024-10197
guide	Swift on Server	https://www.swift.org/server/		wwdc2024-10216
documentation	Swift Package Ecosystem	https://www.swift.org/packages/	Learn more about the Swift Package Ecosystem	wwdc2024-10216
documentation	Swift Server Workgroup	https://www.swift.org/sswg/	Learn more about the Swift on Server workgroup	wwdc2024-10216
documentation	Swift Testing	https://developer.apple.com/documentation/Testing	Create and run tests for your Swift packages and Xcode projects.	wwdc2024-10195,wwdc2024-10179
guide	Swift Testing GitHub repository	https://github.com/apple/swift-testing	Swift Testing Repository where you can contribute to the Swift Testing package.	wwdc2024-10195,wwdc2024-10179
guide	Swift Testing vision document	https://github.com/apple/swift-testing/blob/main/Documentation/Vision.md	The Vision document for Swift Testing. Learn more about the design and principles of Swift Testing.	wwdc2024-10195,wwdc2024-10179
documentation	SwiftData	https://developer.apple.com/documentation/SwiftData	Write your model code declaratively to add managed persistence and efficient	wwdc2024-10138,wwdc2024-10075,wwdc2024-10137
documentation	SwiftUI	https://developer.apple.com/documentation/SwiftUI	Declare the user interface and behavior for your app on every platform.	wwdc2024-10150
guide	SwiftUI Pathway	https://developer.apple.com/pathways/swiftui/	This pathway begins by answering the question: What is SwiftUI, and how does it work? From there, you’ll dive into video sessions, documentation, and tutorials that can help you build a foundation for understanding SwiftUI apps. Finally, you’ll find next steps to continue your learning journey — so you can choose the path that’s right for you.	wwdc2024-10150
documentation	SwiftUI updates	https://developer.apple.com/documentation/Updates/SwiftUI	Learn about important changes to SwiftUI.	wwdc2024-10144
documentation	TabletopKit	https://developer.apple.com/documentation/TabletopKit	Create multiplayer spatial games on a virtual table surface and use FaceTime to invite players.	wwdc2024-10091
documentation	Testing	https://developer.apple.com/documentation/Xcode/testing	Develop and run tests to detect logic failures, UI problems, and performance regressions.	wwdc2024-10181
documentation	Testing in-app purchases with StoreKit transaction manager in Xcode	https://developer.apple.com/documentation/Xcode/testing-in-app-purchases-with-storeKit-transaction-manager-in-code	Use the transaction manager within Xcode to test in-app purchases without requiring a connection to App Store servers.	wwdc2024-10061
documentation	Testing win-back offers in the sandbox environment	https://developer.apple.com/documentation/StoreKit/testing-win-back-offers-in-the-sandbox-environment	Verify that your app receives and handles win-back offer transactions, including those made outside your app.	wwdc2024-10110
documentation	Testing win-back offers in Xcode	https://developer.apple.com/documentation/StoreKit/testing-win-back-offers-in-xcode	Validate your app’s handling of win-back offers that you configure for the testing environment.	wwdc2024-10110
documentation	The LLDB debugger	https://lldb.llvm.org/	Learn more about LLDB	wwdc2024-10198
guide	The Swift Programming Language	https://docs.swift.org/swift-book/	The definitive guide to Swift, Apple’s programming language for building iOS, macOS, watchOS, and tvOS apps.	wwdc2024-10136,wwdc2024-10184
documentation	The Swift Programming Language: Automatic Reference Counting	https://docs.swift.org/swift-book/documentation/the-swift-programming-language/automaticreferencecounting/	Learn about Automatic Reference Counting in Swift	wwdc2024-10173
samplecode	three.js – webGL and WebXR library	https://threejs.org	three.js – webGL and WebXR library	wwdc2024-10066
documentation	TipKit	https://developer.apple.com/documentation/TipKit	Display tips that help people discover features in your app.	wwdc2024-10070
guide	Tools used: Neovim	https://neovim.io	Learn more about Neovim	wwdc2024-10197
guide	Tools used: Ubuntu	https://ubuntu.com/desktop	Learn more about Ubuntu.	wwdc2024-10184
guide	Tools used: Visual Studio Code	https://code.visualstudio.com	Learn more about Visual Studio Code	wwdc2024-10184
guide	Tools used: Windows	https://www.microsoft.com/en-us/windows/	Learn more about Windows.	wwdc2024-10184
documentation	Transaction properties	https://developer.apple.com/documentation/StoreKit/transaction-properties	The properties of a transaction, including identifiers, purchase and revocation dates and details, status, and offer details.	wwdc2024-10061
samplecode	Translating text within your app	https://developer.apple.com/documentation/Translation/translating-text-within-your-app	Display simple system translations and create custom translation experiences.	wwdc2024-10117
documentation	Translation	https://developer.apple.com/documentation/Translation	Translate text in your app from one language to another.	wwdc2024-10117
documentation	UIKit	https://developer.apple.com/documentation/UIKit	Construct and manage a graphical, event-driven user interface for your iOS, iPadOS, or tvOS app.	wwdc2024-10220,wwdc2024-10168
documentation	UIKit updates	https://developer.apple.com/documentation/Updates/UIKit	Learn about important changes to UIKit.	wwdc2024-10118
documentation	UILargeContentViewerInteraction	https://developer.apple.com/documentation/UIKit/UILargeContentViewerInteraction	An interaction that enables a gesture to present the large content viewer for cases when supporting the largest dynamic type sizes isn’t appropriate.	wwdc2024-10074
documentation	UIUpdateLink	https://developer.apple.com/documentation/UIKit/UIUpdateLink	An object you use to observe, participate in, and affect the UI update process.	wwdc2024-10118
documentation	Unifying your app’s animations	https://developer.apple.com/documentation/SwiftUI/Unifying-your-app-s-animations	Create a consistent UI animation experience across SwiftUI, UIKit, and AppKit.	wwdc2024-10145
samplecode	Updating an app to use strict concurrency	https://developer.apple.com/documentation/Swift/updating-an-app-to-use-strict-concurrency	Use this code to follow along with a guide to migrating your code to take advantage of the full concurrency protection that the Swift 6 language mode provides.	wwdc2024-10169
documentation	Updating controls locally and remotely	https://developer.apple.com/documentation/WidgetKit/Updating-controls-locally-and-remotely	Update and reload controls from your app or using push notifications.	wwdc2024-10157
documentation	Validating feature support for USD files	https://developer.apple.com/documentation/RealityKit/validating-usd-files	Ensure that the renderer that displays your USD assets supports its features.	wwdc2024-10106
documentation	Validating your app’s Metal API usage	https://developer.apple.com/documentation/Xcode/Validating-your-apps-Metal-API-usage	Catch runtime issues in your Metal app using API Validation.	wwdc2024-10089
documentation	Validating your app’s Metal shader usage	https://developer.apple.com/documentation/Xcode/Validating-your-apps-Metal-shader-usage	Catch common shader runtime issues using Shader Validation.	wwdc2024-10089
documentation	Value and Reference types	https://www.swift.org/documentation/articles/value-and-reference-types.html	Swift.org article on value and reference types	wwdc2024-10184
samplecode	Visualizing HealthKit State of Mind in visionOS	https://developer.apple.com/documentation/HealthKit/visualizing-healthkit-state-of-mind-in-visionos	Incorporate HealthKit State of Mind into your app and visualize the data in visionOS.	wwdc2024-10083,wwdc2024-10109
documentation	w3.org – Model element	https://immersive-web.github.io/model-element	w3.org – Model element	wwdc2024-10065
documentation	WeatherKit	https://developer.apple.com/documentation/WeatherKit	Deliver weather conditions and alerts to your users.	wwdc2024-10067
documentation	WeatherKit REST API	https://developer.apple.com/documentation/WeatherKitRESTAPI	Obtain historical, current, and predictive weather for your app or service.	wwdc2024-10067
documentation	Web Audio API - Web APIs | MDN	https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API	The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more.	wwdc2024-10065
documentation	Web Inspector Reference	https://webkit.org/web-inspector/	Web Inspector Documentation	wwdc2024-10066,wwdc2024-10065
documentation	Web Speech API - Web APIs | MDN	https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API	The Web Speech API enables you to incorporate voice data into web apps.	wwdc2024-10065
guide	WebKit Open Source Project	https://webkit.org	WebKit Open Source Project	wwdc2024-10066,wwdc2024-10065
documentation	WebKit.org – Report issues to the WebKit open-source project	https://bugs.webkit.org	Bug tracking for WebKit open source project	wwdc2024-10066,wwdc2024-10065
documentation	WebXR Chess Garden Demo	https://webkit.org/demos/webxr-chess/	Example of a chess game that uses WebXR.	wwdc2024-10066
documentation	WebXR Device API | W3C	https://www.w3.org/TR/webxr/		wwdc2024-10066
documentation	WidgetKit	https://developer.apple.com/documentation/WidgetKit	Extend the reach of your app by creating widgets, watch complications, Live Activities, and controls.	wwdc2024-10205
documentation	Windows	https://developer.apple.com/documentation/SwiftUI/Windows	Display user interface content in a window or a collection of windows.	wwdc2024-10148
documentation	WKWebView	https://developer.apple.com/documentation/WebKit/WKWebView	An object that displays interactive web content, such as for an in-app browser.	wwdc2024-10220,wwdc2024-10168
samplecode	Wonderland Engine	https://wonderlandengine.com	Web-based 3D engine for 3D, VR, and AR.	wwdc2024-10066
documentation	WorkoutKit	https://developer.apple.com/documentation/WorkoutKit	Create, preview, and sync workout compositions to the Workout app.	wwdc2024-10084
documentation	Wrapping C/C++ Library in Swift	https://www.swift.org/documentation/articles/wrapping-c-cpp-library-in-swift.html	Swift.org article on wrapping C/C++ libraries in Swift	wwdc2024-10184
documentation	Writing custom build scripts	https://developer.apple.com/documentation/Xcode/Writing-Custom-Build-Scripts	Extend your Xcode Cloud workflows with custom build scripts that perform custom tasks or install additional tools.	wwdc2024-10200
samplecode	Writing spatial photos	https://developer.apple.com/documentation/ImageIO/writing-spatial-photos	Create spatial photos for visionOS by packaging a pair of left- and right-eye images as a stereo HEIC file with related spatial metadata.	wwdc2024-10166
guide	Xcode	https://developer.apple.com/xcode/	Xcode landing page	wwdc2024-10135
documentation	Xcode updates	https://developer.apple.com/documentation/Updates/Xcode	Learn about important changes to Xcode.	wwdc2024-10181,wwdc2024-10135