iTunes Connect Screenshots Sizes for all iOS (iPhone/iPad/Apple Watch) devices

后端 未结 17 1559
逝去的感伤
逝去的感伤 2020-11-28 00:26

I\'m trying to submit a new application to the App Store but now Apple requires screenshots for iPhones of 4.7 inch and 5.5 inch. Anyone has these screenshot specifications

相关标签:
17条回答
  • 2020-11-28 00:44

    Via the simulators for respective devices, we can have screenshots with cmd+S command conveniently. And that gives us the exact resolution for the device we simulate. The review team would have mentioned this, but never did. :)

    0 讨论(0)
  • 2020-11-28 00:44

    Apple Link

    Below is the information about screen sizes. These details are taken from the apple website

    0 讨论(0)
  • 2020-11-28 00:45

    I know there are bunch of very well crafted answers. I found a correct documentation from apple website where they have specified the specification for screenshot requirements. Here is the link below https://help.apple.com/app-store-connect/#/devd274dd925

    0 讨论(0)
  • 2020-11-28 00:46

    for xcode 11.1which doesn't contain ipad pro iPad Pro (2nd Gen) 12.9" Display run this command in terminal

    xcrun simctl create "iPad Pro (12.9-inch) (2nd generation)" "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-" "com.apple.CoreSimulator.SimRuntime.iOS-13-1"

    look here

    0 讨论(0)
  • 2020-11-28 00:47

    To get screenshots of the proper size without having to create them manually -- run your app in the latest version of Xcode and choose the iPhone you need screenshots for, then hit cmd-s while viewing the simulator. This will save a screenshot to your desktop in the full resolution that you need for submission.

    As noted below by @HoffZ, be sure that the scale is set to 100%.

    In Xcode select simulator you want:

    In the Simulator menu set the scale to 100%:

    Press cmd-s to save:

    0 讨论(0)
  • 2020-11-28 00:47

    This is updated as of 6-14-2017 from the following source:
    http://help.apple.com/itunes-connect/developer/#/devd274dd925

    Screenshot specifications

    • 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

    0 讨论(0)
提交回复
热议问题