{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
Technology

Optimizing App Screenshots for Store Listings

Mobile app developers submit screenshots to the Apple App Store and Google Play Store, each with different dimension requirements for various device sizes. A single app may need screenshots for phone, tablet, and watch form factors.

Workflow

  1. Capture screenshots on each target device or use the simulator
  2. Use the Image Resizer to scale to exact store requirements: 1290x2796 (iPhone 15 Pro Max), 2048x2732 (iPad Pro)
  3. Use the Image Cropper to adjust framing for each aspect ratio
  4. Use the Image Converter to save as PNG (required by both stores)
  5. Use the Image Compressor to stay under per-screenshot size limits
  6. Upload the optimized screenshots to App Store Connect and Google Play Console

Recommended Tools

Recommended Formats

Related Guides