Reputation: 5656
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
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.
Upvotes: 24
Reputation: 1458
Set your simulator scale 100%, then using cmd+s. I tested, it worked.
Upvotes: 4