Icons and Splash Screens

Automatically create icon and splash screen resources

$ ionic cordova resources [<platform>]

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

Generate Resources

$ ionic cordova resources
$ ionic cordova resources ios
$ ionic cordova resources android

Last updated