IOS-AppStore上架审核各个屏幕截图尺寸

Xcode7的时候截图都没问题

升级到Xcode8已截图就崩溃

没办法只能用手机截图了

但是上架需要对应的屏幕尺寸

我这就看了苹果开发文档整理了出来。

其实大家仅仅需要5.5寸屏幕的截图就可以了

1242 x 2208 


3.5

Any of the following sizes:

  • 640 x 920 pixels for hi-res portrait (without status bar) minimum

  • 640 x 960 pixels for hi-res portrait (full screen) maximum

  • 960 x 600 pixels for hi-res landscape (without status bar) minimum

  • 960 x 640 pixels for hi-res landscape (full screen) maximum



4

Any of the following sizes:

  • 640 x 1096 pixels for portrait (without status bar) minimum

  • 640 x 1136 pixels for portrait (full screen) maximum

  • 1136 x 600 pixels for landscape (without status bar) minimum

  • 1136 x 640 pixels for landscape (full screen) minimum




4.7


Don’t include the device status bar in your screenshots. Screenshot requirements are:

  • 72 dpi, RGB, flattened, no transparency

  • High-quality JPEG or PNG image file format

  • 750 x 1334 pixels for hi-res portrait

  • 1334 x 750 pixels for hi-res landscape





5.5


Don’t include the device status bar in your screenshots. Screenshot requirements are:

  • 72 dpi, RGB, flattened, no transparency

  • High-quality JPEG or PNG image file format

  • 1242 x 2208 pixels for hi-res portrait

  • 2208 x 1242 pixels for hi-res landscape




你可能感兴趣的:(IOS-杂碎)