How to change Splash Screen image in ionic for both android and ios

Run ionic resources from CLI

After that following folder will be created

resources > android

resources > ios

Add icon.png and splash.png file in resource folder and run ionic resources command again.

It will create icon and splash screen automatically and also add in config.xml file. Nothing to do manually. Ionic will do everything automatically for you.

3 Likes