Congratulations on embarking on the challenge of learning a new toolchain, one that will empower you and your development team to automate the process of delivery, or rather continuous delivery. In taking the opportunity to learn about fastlane, you’ve achieved the ability to automate the process of the following:
- Creating, maintaining, and distributing provisioning and push-notification profiles and certificates
- Creating your iOS app and its associative metadata on iTunes Connect and Apple Developer Portal
- Building, packaging, and distributing your iOS app for testing, as well as the App Store
- Running unit testing as part of your continuous delivery workflow
- Generating, beautifying, and uploading screenshots of your app automatically to iTunes Connect
- Integrating the Jenkins CI as part of your continuous integration strategy
- Integrating...