Skip to content

Instantly share code, notes, and snippets.

@peterkuiper
Last active January 28, 2018 06:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save peterkuiper/fda6ae073ace09830fea988a8f4fba8a to your computer and use it in GitHub Desktop.
Save peterkuiper/fda6ae073ace09830fea988a8f4fba8a to your computer and use it in GitHub Desktop.
Apps

Meteor

Documentation

Icons

iOS

  • iphone_2x (120x120)
  • iphone_3x (180x180)
  • ipad (76x76)
  • ipad_2x (152x152)
  • ipad_pro (167x167)
  • ios_settings (29x29)
  • ios_settings_2x (58x58)
  • ios_settings_3x (87x87)
  • ios_spotlight (40x40)
  • ios_spotlight_2x (80x80)

File naming:

i.e. meteor/ios/icons/iphone_2x_120x120.png

Android

  • android_mdpi (48x48)
  • android_hdpi (72x72)
  • android_xhdpi (96x96)
  • android_xxhdpi (144x144)
  • android_xxxhdpi (192x192)

File naming:

i.e. meteor/android/icons/android_mdpi_48x48.png

Launch screens

iOS

  • iphone_2x (640x960)
  • iphone5 (640x1136)
  • iphone6 (750x1334)
  • iphone6p_portrait (1242x2208)
  • iphone6p_landscape (2208x1242)
  • ipad_portrait (768x1024)
  • ipad_portrait_2x (1536x2048)
  • ipad_landscape (1024x768)
  • ipad_landscape_2x (2048x1536)

File naming:

i.e. meteor/ios/launchScreens/iphone_2x_640x960.png

Android

  • android_mdpi_portrait (320x470)
  • android_mdpi_landscape (470x320)
  • android_hdpi_portrait (480x640)
  • android_hdpi_landscape (640x480)
  • android_xhdpi_portrait (720x960)
  • android_xhdpi_landscape (960x720)
  • android_xxhdpi_portrait (1080x1440)
  • android_xxhdpi_landscape (1440x1080)

File naming:

i.e. meteor/android/launchScreens/android_mdpi_portrait_320x470.png

App Store

Documentation

General

  • Name (max 255 chars)
  • Description (max 4000 chars)
  • Keywords (comma separated)
  • Copyright

Icons

Requirements:

JPG or PNG (min 72 DPI)

  • App icon (1024x1024)

File naming:

appstore/icons/app_icon_1024x1024.png

Screenshots

Requirements:

72 dpi, RGB, flattened, no transparency. High-quality JPEG or PNG image file format.

  • 3.5" (640x960)
  • 4" (640x1136)
  • 4.7" (750x1334)
  • 5.5" (1242x2208)
  • iPad (1536x2008)
  • iPad Pro (2048x2732)

File naming:

i.e. appstore/screenshots/3.5/screen1_640x960.png

Play Store

Documentation

General

  • Title (max 30 chars)
  • Short description (max 80 chars)
  • Full description (max 4000 chars)
  • Promo video (YouTube video url)

Icons

32-bit PNG, with alpha:

  • Hi-res icon (512x512)

JPG or 24-bit PNG, no alpha:

  • Feature Graphic (1024x500)
  • Promo Graphic (180x120)
  • TV Banner (1280x720)

File naming:

i.e. playstore/icons/hi-res_icon_512x512.png

Screenshots

Requirements:

JPEG or 24-bit PNG (no alpha). Min length for any side: 320px. Max length for any side: 3840px.

  • Phone (1280x2272)
  • Tablet 7-inch (1920x1200)
  • Tablet 10-inch (2560x1600)

File naming:

i.e. playstore/screenshots/phone/screen1_1280x2272.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment