Can Transporter download screenshots from iTunes Connect?

831 Views Asked by At

I have successfully downloaded metadata for one of my apps from iTunes Connect using Transporter with the following command:

iTMSTransporter -m lookupMetadata -u <username> -p <password> -vendor_id myAppSKU -destination ./

This creates a new folder called myAppSKU.itmsp which contains a single file called metadata.xml. Is there any way to force Transporter to download the screenshot assets for my application to the same folder or must I do this by hand?

2

There are 2 best solutions below

2
On BEST ANSWER

No, there is no such functionality for the iTMSTransporter. (at least not yet)

Source: The Transporter User Guide and the fact that I've been dealing quite a bit with iTMSTransporter for a project.

0
On

You can use fastlane's deliver tool. It can not only upload your app, metadata and screenshots, but also download your metadata or screenshots.