我试图向App Store提交一个新应用程序,但现在苹果要求4.7英寸和5.5英寸的iphone提供截图。有人知道这些截图规格(尺寸)吗?

我试过:

640 x 1136(纵向) 640 x 1096(纵向) 1136 x640(景观) 1136 x600(景观)

我也尝试过使用iPad大小的截图,但也没有效果。我没有从苹果公司收到任何关于这方面的建议或电子邮件,我也没有看到iTunes Connect有任何帮助。


当前回答

截至2017年6月14日更新,来源如下: http://help.apple.com/itunes-connect/developer/#/devd274dd925

截图说明

5.5-Inch Retina Display 1242 x 2208 pixels for portrait 2208 x 1242 pixels for landscape 4.7-Inch Retina Display 750 x 1334 pixels for portrait 1334 x 750 pixels for landscape 4-Inch Retina Display 640 x 1096 pixels for portrait (without status bar) 640 x 1136 pixels for portrait (full screen) 1136 x 600 pixels for landscape (without status bar) 1136 x 640 pixels for landscape (full screen) 3.5-Inch Retina Display 640 x 920 pixels for portrait (without status bar) 640 x 960 pixels for portrait (full screen) 960 x 600 pixels for landscape (without status bar) 960 x 640 pixels for landscape (full screen) 12.9-Inch Retina Display 2048 x 2732 pixels for portrait 2732 x 2048 pixels for landscape 9.7-Inch Retina Display High Resolution: 2048 x 1496 pixels for landscape (without status bar) 2048 x 1536 pixels for landscape (full screen) 1536 x 2008 pixels for portrait (without status bar) 1536 x 2048 pixels for portrait (full screen) Standard resolution: 1024 x 748 pixels for landscape (without status bar) 1024 x 768 pixels for landscape (full screen) 768 x 1004 pixels for portrait (without status bar) 768 x 1024 pixels for portrait (full screen) macOS One of the following, with a 16:10 aspect ratio. 1280 x 800 pixels 1440 x 900 pixels 2560 x 1600 pixels 2880 x 1800 pixels tvOS 1920 x 1080 pixels watchOS 312 x 390 pixels

其他回答

(在这里交叉发布我的答案:https://stackoverflow.com/a/25775147/798533)

对于任何想要上传图像分辨率的人(如果你想创建一些花哨的photoshop截图),它们是:

iPhone 6: 750 × 1334 iPhone 6 Plus: 1242 × 2208

这里有很好的参考指南:http://www.paintcodeapp.com/news/iphone-6-screens-demystified(谈论iPhone 6+的分辨率和下采样)。

通过各自设备的模拟器,我们可以方便地使用cmd+S命令进行截图。这为我们模拟的设备提供了精确的分辨率。审查小组本应提及这一点,但从未提及。:)

苹果公司链接

下面是关于屏幕尺寸的信息。这些细节摘自苹果官网

为了获得适当大小的屏幕截图,而无需手动创建它们——在最新版本的Xcode中运行你的应用,并选择你需要截图的iPhone,然后在查看模拟器时点击cmd-s。这将保存一个完整分辨率的截图到你的桌面,你需要提交。

正如下面@HoffZ所指出的,确保比例设置为100%。

在Xcode中选择模拟器:

在模拟器菜单中将比例设置为100%:

按cmd-s保存:

iPhone需要6.5 inc(1242 x 2688) - 5.5 inc(1242 x 2208)

12.9 inc(2048 x 2732)的iPad

你可以得到所有的inc和piksel大小 从链接