Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Simulator Screenshots "Wrong Size" for iTunes Connect

I am taking screenshots from my iOS Simulator and trying to put them into iTunes Connect but it continues to tell me that I have the wrong size. They are the same size with the pictures that are already in iTunes Connect. What just happened?

like image 1000
Amit Kalra Avatar asked Oct 31 '15 19:10

Amit Kalra


People also ask

How do I take a screenshot on iphone simulator?

Open simulator, and press Command along with S at the same time, this will take a screenshot and save on desktop generally. you can also open simulator, go to file menu and select New Screenshot from there.

How do I take a screenshot on IPAD simulator?

To take a screenshot of a running app in Simulator, select Edit | Copy Screen to copy to the clipboard, or File | Save Screen Shot to save the screenshot to your Mac's desktop. You are also able to take a screenshot (or even record a video) using the command line.

How do you zoom in on Iphone simulator?

First you press and release OPTION + SHIFT which will make the gray circles stay on the screen without holding OPTION. Then hold down SHIFT to make the reference point follow the cursor.


4 Answers

For people who need to scale the window size of the simulator, turn off "Optimize Rendering for Window Scale". It's under "Debug" menu.

It would give you the screenshots of the device dimension.

like image 164
Semloh Avatar answered Oct 07 '22 06:10

Semloh


iPhone 6.5 display screenshot specifications lists iPhone Xs Max and iPhone Xr which is misleading. You must take screenshots using the iPhone Xs Max simulator which generates a 1242x2688 image. iPhone Xr screenshots are 828x1792 and will be rejected.

"Debug > Optimize Rendering for Window Scale" does not exist in Xcode 10.2

like image 37
Jon Avatar answered Oct 07 '22 05:10

Jon


Looks like iOS simulator started scaling screenshots. Just check its real size if you are using iOS simulator with non-100% scale.

like image 40
D D Avatar answered Oct 07 '22 06:10

D D


For Xcode 11.0

  1. Select simulator iPhone 11 ProMax
  2. Window -> Physical size
  3. File -> New Screen Shot

Resolution must be:

  • 1242 x 2688 pixels (portrait)
  • 2688 x 1242 pixels (landscape)

Above will be valid in iTunes Connect for:

  • 6.5-inch Display
  • 5.8-inch Display

For 5.5-inch Display and lower size use iPhone 8+ simulator

Resolutions reference https://help.apple.com/app-store-connect/#/devd274dd925

like image 36
ivanko Avatar answered Oct 07 '22 05:10

ivanko