Indrajeet
Indrajeet

Reputation: 5656

iPhone simulator screenshot is not in proper dimension

What I want to do is to upload screenshot of app on iTunes connect, so I take the screenshot from the simulator for all iPhone devices.

When I tried to upload these screenshots on iTunes connect, I got the error The dimensions of one or more screenshots are wrong.

so I verify the dimension of each screenshot which are as follows

This dimensions should be

so the question is why the simulator screenshot coming in @1x not @2x.

I am using Xcode 7.1.

Thanks in advance for any help.

Upvotes: 10

Views: 2987

Answers (2)

arundevma
arundevma

Reputation: 933

If you want to scale simulator down, say 50%, and still get screenshots in proper dimensions, disable "optimize rendering for window scale" in debug menu of simulator. enter image description here

Upvotes: 24

Cong Tran
Cong Tran

Reputation: 1458

Set your simulator scale 100%, then using cmd+s. I tested, it worked.

enter image description here

Upvotes: 4

Related Questions