Congratulations! You have reached the final chapter of this book.
Over the course of this book, you have learned about the Swift programming language and how to build an entire app using Xcode. However, you've only been running your app in the iOS Simulator or on your own device.
In this chapter, you will start by learning how to obtain an Apple Developer account. Next, you'll learn how to generate a certificate signing request to create certificates that allow you to test apps on your own devices and publish them on the App Store. You'll also learn how to create a bundle identifier to uniquely identify your app on the App Store and register your test devices. After that, you'll learn how to create development and production provisioning profiles to allow apps to run on your test devices and be uploaded to the...