1

Info from review:

We noticed that your marketing screenshot(s) do not sufficiently reflect your app in use. Specifically, they only display the splash screen. In addition, they reflect your app running on an iOS simulator. We've attached screenshot(s) for your reference.

I can make more shots, but that "In addition ..." Is it not allowed to use simulator for screenshots? I have only iPad2 but my app is universal, I do not have 4 different iPhones.

Did anybody get reject because of simulator screenshots?

Krunal
  • 77,632
  • 48
  • 245
  • 261
Boris Gafurov
  • 1,427
  • 16
  • 28

3 Answers3

3

We have published many applications and we ALWAYS used simulator screenshots (cmd-S).

Just make sure they are in the correct resolution since you can scale and optimize rendering for scale, it can produce incorrect resolution in your screenshots

Note that officially Apple asks that you take the screenshots on the device tough: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/FirstSteps.html

Take screenshots on the target device (not in iOS Simulator)

user3802077
  • 849
  • 9
  • 22
  • 3
    well, it seems like they do require screenshots taken on real devices. that is ridiculous, I need to get me 4 iPhones and iPad pro? How do you like them apples. – Boris Gafurov Apr 22 '16 at 15:13
  • 1
    as I said tough, we never did and never will take screenshots on real devices. If you must tough, there are QA services that have all the devices and can produce them – user3802077 Apr 22 '16 at 16:08
1

I had the same issue and I got rejected few times and later only understood that via the simulator we can have screenshots with cmd+S command conveniently. And that gives us the exact resolution for the device we simulate. The review team would have mentioned this, but never did. :)

madu
  • 557
  • 6
  • 14
1

Use ⌘ + S to capture a screen shot.
(Use window + s, if you are using windows/non-apple keyboard).

enter image description here

See for more details: How to change simulator scale options with Xcode 9+.


Answer to your question: How do you get screen shot with 100% (a scale with actual device size) that can be uploaded on AppStore?

Disable Optimize Rendering for Window scale from Debug menu, before you take a screen shot.

Here is an option

Menubar ▶ Debug ▶ Disable "Optimize Rendering for Window scale"

enter image description here

Krunal
  • 77,632
  • 48
  • 245
  • 261