Testing and Submitting Your App to the App Store
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, so far, you’ve only been running your app in Simulator or on your own device using a free Apple Developer account.
In this chapter, you will start by learning how to obtain a paid Apple Developer account. Next, you’ll learn about certificates, identifiers, test device registration, and provisioning profiles. After that, you’ll learn how to create an App Store listing and submit your app to the App Store. Finally, you’ll learn how to conduct testing for your app using internal and external testers.
By the end of this chapter, you’ll know how to test and how to submit your own apps to the App Store.
The following topics will be covered:
- Getting an Apple Developer account ...