iTunes Connect Batch upload screenshots for multiple languages

app-store-connect

Solution

Checkout deliver (http://github.com/krausefx/deliver), which lets you upload screenshots for all devices in different languages from the command line.

It uses the `itmstransporter` under the hood: https://github.com/KrauseFx/deliver/blob/master/lib/deliver/itunes_transporter.rb

Problem

I have an update to my app and I have to upload new screenshots. This takes a long time for just one language, but I have 8 languages and it requires me to manually upload the new screenshots for each. Is there any way to batch this? Any utility out there?

Original source

Related problems