Setup icon & splash screen for your project
Create Icon & Splash Screen Images
If you want to change your icon & splash screen for your ionic project. you need 2 images with following resolution with extension of (.png)
- Icon - 500X500
- Splash Screen - 2208 X 2208
Renaming & moving Files
- Rename your icon image into (icon.png) & Splash screen into (splash.png)
- Copy / Move your icon.png & splash.png to projectname/resources folder
Making & setup icon & splash
- By executing
ionic cordova resources
in your command prompt, you can update your existing icon & splash screen for your application