fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.95k stars 140 forks source link

Obscure status bar #393

Closed IngmarStein closed 8 years ago

IngmarStein commented 8 years ago

Besides using SSM to manipulate the simulator to show a "perfect" status bar, there is another way to process the screenshots for the App Store, namely to obscure the status bar area. The free utility Status Barred offers this option. It would be nice to have a post-processing step in snapshot to implement something similar.

KrauseFx commented 8 years ago

Since iOS 7 it's not recommended to remove the status bar, since it's usually half transparent and has content behind it. This is not planned to be implemented in snapshot as of now

IngmarStein commented 8 years ago

The iTunes Connect Developer Guide still states "Don’t include the device status bar in your screenshots". I don't think this is outdated because that sentence is also included in the iPad Pro section which has been added just recently. I know that Apple uses screenshots with status bars for some of its own apps…

KrauseFx commented 8 years ago

Check out the section about the iPhone 6 and 6 Plus, you can't even upload apps without a statusbar according to the docs. They have it in the Pro section, but it seems like a Copy&Paste error, since the listed resolutions don't include the one without a status bar

IngmarStein commented 8 years ago

Yes, the section about iPhone 6 and 6 Plus is why Status Barred offers the option to "obscure" the status bar, instead of cropping it. That way, the images have the right sizes but still don't have a status bar.

Here's an example: simulator screen shot 29 06 2015 19 20 44

fastlanebot commented 8 years ago

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