Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1015 Bytes

File metadata and controls

46 lines (30 loc) · 1015 Bytes

Generate App Icon & Splash-screen Manually {#generate-app-icon--splash-screen-manually}

Of course, you can still do all of this manually.

There are several easy to use packages that do it for you, however I recommend the makeicon and makesplash generator to get both icons and splash screens for both iOS and Android.

iOS

  1. Set AppIcon in Images.xcassets

  2. Add 9 different size icons:

  3. 29pt

  4. 29pt*2

  5. 29pt*3

  6. 40pt*2

  7. 40pt*3

  8. 57pt

  9. 57pt*2

  10. 60pt*2

  11. 60pt*3.

Accessing Images.xcassets on iOS will look like this:
![](/assets/Screenshot 2017-11-28 19.28.46.png)

Android

Putic_launcher.pngto folder[$PrjDir]/android/app/src/main/res/mipmap-*

  • 72*72 ic_launcher.pngto mipmap-hdpi .
  • 48*48ic_launcher.pngtomipmap-mdpi .
  • 96*96ic_launcher.pngtomipmap-xhdpi .
  • 144*144ic_launcher.pngtomipmap-xxhdpi .
  • 192*192ic_launcher.pngtomipmap-xxxhdpi .