Once we’ve made all of our necessary changes and generated the screenshots we want to have uploaded to iTunes Connect, we are finally ready to upload our metadata. The simplest command is to use the following:
fastlane deliver
It will confirm that it has successfully uploaded the metadata by returning the following:
... +--------------------------------------+------------------------+ | deliver 2.61.0 Summary | +--------------------------------------+------------------------+ | app_identifier | com.doronkatz.firefox | | username | dktz@mac.com | | screenshots_path | ./fastlane/screenshots | | metadata_path | ./fastlane/metadata | | edit_live | false | | platform | ios | | skip_binary_upload | false | | skip_screenshots ...