Splash screen not working on iPhone 7 and 7 +

Hello,
Splash screen not showing on iPhone 7 and 7+. After app open it will show only default ionic splash screen image. I already added splash screen png file in resources and also followed splash screen generation steps, but still not getting splash screen, I am also tried with psd file.

ionic resources --splash
Ionic splash screen resources generator
splash ios Default-568h@2x~iphone.png (640x1136) from cache
splash ios Default-667h.png (750x1334) from cache
splash ios Default-736h.png (1242x2208) skipped, source image splash.psd (2048x2048) too small
splash ios Default-Landscape-736h.png (2208x1242) skipped, source image splash.psd (2048x2048) too small
splash ios Default-Landscape@2x~ipad.png (2048x1536) from cache
splash ios Default-Landscape@~ipadpro.png (2732x2048) skipped, source image splash.psd (2048x2048) too small
splash ios Default-Landscape~ipad.png (1024x768) from cache
splash ios Default-Portrait@2x~ipad.png (1536x2048) from cache
splash ios Default-Portrait@~ipadpro.png (2048x2732) skipped, source image splash.psd (2048x2048) too small
splash ios Default-Portrait~ipad.png (768x1024) from cache
splash ios Default@2x~iphone.png (640x960) from cache
splash ios Default~iphone.png (320x480) from cache

My system information:

Cordova CLI: 6.3.1
Ionic Framework Version: 1.3.1
Ionic CLI Version: 2.0.0
Ionic App Lib Version: 2.0.0-beta.20
ios-deploy version: Not installed
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v4.4.7
Xcode version: Xcode 8

Thanks in advance…

Answer to self question.
Check resources folder within it all size of resources are generated or not.

If you see log, you will see “splash ios Default-Portrait@~ipadpro.png (2048x2732) skipped, source image splash.psd (2048x2048) too small” this line in log, so that mean you need higher resolution image as base image. Resize it too 3000x3000 and it will work for all devices.