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

Ordering of ITC Uploaded Screenshots? #582

Closed dpettit closed 8 years ago

dpettit commented 8 years ago

I couldn't find anything in the documentation that demonstrates a way to automatically order the screenshots in iTunesConnect.

For example, if I use snapshot to capture 5 snapshots, is there any way for me to set the order of them in ITC? Let's say I wanted them to appear from left to right in a specific sequence (e.g. page-3, page-7, page-14, page-21, page-27): is there a way to do that? Would I use filename to sequence them, something else, or is there even a way to do this at this point?

jeffreyjackson commented 8 years ago

On your snapshot call in UITests, just prefix the tag numerically @"0snapshot", @"1another", @"3login", @"2last" - they will be uploaded in this order:

0snapshot 1another 2last 3login

KrauseFx commented 8 years ago

Yeah, that's the easiest way :+1:

dpettit commented 8 years ago

Perfect! Thanks!

dpettit commented 8 years ago

Works with suggested fix.

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2110. 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: