iTunes Connect Screenshot doesn't accept iPad PRO screenshots

走远了吗. 提交于 2019-12-11 11:46:02

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/34009781/itunes-connect-screenshot-doesnt-accept-ipad-pro-screenshots

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!