App Icons


NativePHP makes it easy to apply a custom app icon to your iOS and Android apps.

#Supply your icon

Place a single high-resolution icon file at: public/icon.png.

#Requirements

  • Format: PNG
  • Size: 1024 × 1024 pixels
  • Background: Transparent or solid — your choice

This image will be automatically resized for all Android densities and used as the base iOS app icon. You must have the GD extension installed in your development machine's PHP environment for this to work.