<!--
{
  "availability" : [
    "Xcode: 12.4.0 -",
    "iOS: 14.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/creating-a-mobility-health-app",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Creating a Mobility Health App"
}
-->

# Creating a Mobility Health App

Create a health app that allows a clinical care team to send and receive mobility data.

## Overview

> Note: This sample code project is associated with WWDC20 session [10664: Getting Started in HealthKit](https://developer.apple.com/wwdc20/10664/) and WWDC20 session [10184: Synchronizing Your Health Data with HealthKit](https://developer.apple.com/wwdc20/10184/).

### Configure the Sample Code Project

Before you run the sample code project in Xcode:

- Download the latest version of Xcode with the iOS 14 SDK. The sample code project requires this version of Xcode.
- Confirm that CareKit is included as a dependency in Swift Packages.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)