fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Replace only new screenshots, problem with screenshot order #500

Closed srudoi closed 8 years ago

srudoi commented 8 years ago

Often I have to change only one screenshot out of five. After I download everything from iTunes Connect into the project folder, and then replace only one of the screenshots, during upload to iTunes Connect it still uploads every screenshot - not only the ones changed. Is there any workaround for this?

Another thing is that I have a problem with the screenshots order. For example, I download from iTunes Connect all the screenshots, and their names are "1...", "2...", etc. I replace one of them (lets say, second one), then I run deliver, and besides uploading all of them, sometimes it places the new screenshot at the end instead of putting them in the correct order. However, it doesn't happen with all languages and formats (in 60% of cases). I really have no idea why that happen...

Thanks!

KrauseFx commented 8 years ago

Screenshots should be sorted alphabetically by default. What happens if you run deliver download_screenshots and then deliver?

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1549. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: