The two previous chapters helped us nicely set up where we want to be, generating screenshots and beautifying them. By the end of this chapter, we are going to finally deliver (https://docs.fastlane.tools/actions/upload_to_app_store/) our screenshots, along with our metadata and binaries, to iTunes Connect. This critical action will allow us to automate the process of uploading our build, nicely packaged with all the required assets and descriptions, in preparation for submitting our app to Apple's review team.
This chapter promises to be a pivotal one in the goal of creating your ultimate fastlane workflow.
By the end of this chapter, you will have learned how to add deliver to your workflow process, which will:
- Upload the generated screenshots
- Upload the final IPA file directly
- Manage, preview, and upload app metadata seamlessly...