The setup

Let's start by creating a new app called Chapter 5 HealthKit. Make sure that Swift is the main language. We are not going to use Core Data, as HealthKit can store user data. We just need to know how to query this data. To store any information, we are going to use NSUserDefaults.

The setup

Click on your project in the project navigator, select the app target (Chapter 5 HealthKit), select the Capabilities tab, and turn on HealthKit. Xcode will ask you about your Apple account; this is a mandatory requirement to use this capability.

The setup

Before we start coding, ...

Get Swift 2 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.