Splash screen does not appear

Hi, sorry for my bad English…I’m new Ionic, and I developed my first tabs based application, it works perfectly, even with its own icon, which I generated with ionic resources. But there is always a but does not show the splash screen, which I generated with ionic resources.

In the Resources folder, include the file splash.png (2208 x 2208).
node 4.3.1,
ionic 1.7.14.

the package.json has: …
“cordovaPlugins”: [
“cordova-plugin-device”,
“cordova-plugin-console”,
“cordova-plugin-whitelist”,
“cordova-plugin-splashscreen”,
“cordova-plugin-statusbar”,
“ionic-plugin-keyboard”
],

Hi,
Try to save your splash screen in the ressources folder of your project under the name splash.png
execute this command $ ionic resources --splash
and that it.

For more information: Icon and Splash Screen Image Generation
For the configuration of the splashScreen: cordova-plugin-splashscreen#preferences