This section tells you a few things you need to know before you get started, such as what you’ll need for hardware and software, where to find the project files for this book, and more.
Create your first Apple Watch application and learn how SwiftUI now integrates seamlessly between all your apps. No need to learn specific watchOS code.
Apple Watch apps have a slightly different project structure compared to iOS. In this chapter you will learn those differences, so you can create a standalone WatchOS app, or an iPhone companion app.
Learn how to use the scrolling digital crown in your WatchOS application and implement it by building the classic Pong video game.
In this chapter, learn about the Watch Connectivity framework and the different ways you can transfer data between iOS and watchOS apps and how to successfully implement it.
Snapshots provide a way for users to quickly view the state of an app. Great apps should always show updated information in their snapshots. So in this chapter you will learn how to make sure it shows the latest and most useful information to the user.
watchOS offers support for several different types of notifications and allows you to customize them to the individual needs of your watch app. In this chapter, you'll get a complete overview.
Find out about the Apple Watch Lifecycles and how it transitions between states while building a useful app to explain how to extend current runtime sessions.
Complications are small elements that appear on a watch face and provide quick access to frequently used data from your app. This chapter will walk you through setting up your first complication, along with introducing each of the complication families and their corresponding layout templates.
Use background tasks and background URL downloads to keep your complications up to date.
Learn how you can easily share your own custom Watch Faces through your iOS device or via web.
Learn how to use Sign in with Apple to allow simple and straight-forward registration and authentication.
Implement HealthKit in your WatchOS app to track health-related information and take advantage of Apple Health capabilities.