ionic-cordova-icon-splash-screen-linuxquery

Hi viewers, In this article i will show how to add app icon and splash screen in your ionic mobile app.

Required Image Sizes for App Icon and Splash Screen

The source image for icons should ideally be at least 1024×1024px and should be placed on resources/icon.png. The source image for splash screens should ideally be at least 2732×2732px and should be placed on resources/splash.png.

Now in your Ionic project follow the below steps

Add icon.png and splash.png in resources folder which is located in your project main folder if not create new folder and name it as resources.

Run the below command to generate App Icon and Splash.

ionic cordova resources

Leave a Reply

Your email address will not be published. Required fields are marked *