简体   繁体   中英

iTunes Connect Screenshot doesn't accept iPad PRO screenshots

My iPad PRO simulator is not scaling from iPad AIR simulator, I have the launch screen storyboard. So I took a screenshot from the iPad PRO simulator and tried to upload it onto screenshots in iTunes Connect but it gave me a warning that the size was wrong. Why is the iPad PRO simulator use the incorrect size for iTunes Connect?

If you need a full-resolution screenshot, be sure to first turn off the 'Optimize Rendering for Window Scale' option in the Debug menu. When that is on, the framebuffer (from which the screenshot is dumped) matches the pixel dimensions of the scaled window.

In Xcode 9.1 you no longer have a simple scale option in the simulator. This means that on many devices the full screen view will have much of the simulator off screen thus blocking app controls - like the tabbar - making it impossible to select tabs. To override this, after switching off 'Optimize Rendering ...' above, unclick 'Show Device Bezels'. You can then use the simulator while re-selecting the 'Show Device Bezels' for the screenshots.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM