Learn how to change app icon, name, splash screen in ionic with step by step tutorial.
Steps to update your icon & splash:
- Add your required platform
- Open
project/resources
& Replace youricon.png
,splash.png
- Size for an icon:
1024px x 1024px
& Splash2732px x 2732px
- Execute
ionic cordova resources
Change your App name
- Open
config.xml
Update 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>