I'm designing an app with ionic framework for iOS and Android. I configured splashscreens and icons but I still have default Cordova splashscreens 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!
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.
there is a pretty thorough explanation in the ionic forums on how to address this issue
Discover this new tool by Ionic for generating splash screens and icons : http://ionicframework.com/blog/automating-icons-and-splash-screens/
When we added our icon/splash image then we should insure that icon image's minimum dimensions should be 192x192 px, and should have no rounded corners. And splash image's minimum dimensions should be 2208x2208 px.