Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic Cordova splash creens / icons

I'm designing an app with Ionic Framework for iOS and Android. I configured splash screens and icons but I still have default Cordova splash screens and icons when I run the app on my phone (using ionic run android) or run on the iOS Simulator (using ionic emulate ios)

Is this normal or are my images badly configured?

Thank you!

like image 596
kaYko Avatar asked Dec 03 '22 19:12

kaYko


2 Answers

To generate icons check out https://github.com/AlexDisler/cordova-icon

It automatically generates all the icons you need for cordova projects for both ios and android and copies them to the right folders.

You can also set it up as a hook to run automatically on every build.

like image 195
Alex Avatar answered Dec 10 '22 11:12

Alex


Discover this new tool by Ionic for generating splash screens and icons : http://ionicframework.com/blog/automating-icons-and-splash-screens/

like image 37
kaYko Avatar answered Dec 10 '22 12:12

kaYko