Summary
In this chapter, you mastered distributing your app to testers using TestFlight and Crashlytics. You first learned how to distribute a new build manually on TestFlight via the developer portal, as well as how to manage your testers manually, before leveraging fastlane to automate and make this process a lot easier.
You were also introduced to boarding, along with Pilot, to help onboard and add new TestFlight users effortlessly. You finally added a Crashlytics lane to your Fastfile, to be able to distribute to Crashlytics.
In the next chapter, we will take a look at one of fastlane's newest actions, precheck (https://docs.fastlane.tools/actions/precheck/). It is quite specialized, as it will go through your project before you submit to the App Store and verify your metadata, and it does not break Apple's compliance policies for common issues like using trademark names.