Splash screen not showing

I have added a resources folder with splashTemplate.png (2732 x 2732) image. Also added

<preference name="SplashScreenDelay" value="2000" />
<preference name="AutoHideSplashScreen" value="true" />
<plugin name="cordova-plugin-splashscreen" />

in config.xml, but it is showing phonegap splashscreen image, not which I have provided.

Do you have your resources folder set up properly? It should look like this:

Screen Shot 2021-08-13 at 6.40.55 AM

Both iconTemplate,png and splashTemplate.png need to be set.

As always Thank you, It worked
Not realized both icon and splash images required.