How to update Icon & Splash in Ionic

Learn how to change app icon, name, splash screen in ionic with step by step tutorial.

Steps to update your icon & splash:

  1. Add your required platform
  2. Open project/resources & Replace your icon.pngsplash.png
  3. Size for an icon: 1024px x 1024px & Splash 2732px x 2732px
  4. Execute ionic cordova resources

Change your App name

  1. Open config.xmlUpdate your App name, identifier, and developer details
<widget id="com.codesundar.sample" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>codesundar.com</name>
<description>A Learning Platform</description>
<author email="me@codesundar.com" href="https://codesundar.com/">Sundaravel</author>