Summary
In this chapter, we reviewed one of the best new features of iOS 14: App Clips. We explained what an App Clip is, what the user journey is, which features we should focus on when developing an App Clip, and which options are available for invoking them.
After learning the basics, we developed and configured our first App Clip for a coffee shop app. We refactored the project so that we could share code and resources between the app and the App Clip. We then learned how to use Active Compilation Conditions to trigger pieces of our code base, but only for the App Clip or the app itself, as well as how to configure our app and server for link handling.
Finally, we learned how to configure the App Clip Experiences in App Store Connect and how to test them while in development.
In the next chapter, you will learn about the Vision Framework.