Cordova splash screen showing, not generated one

When testing my app on a iOS device via TestFlight, I have found that a Cordova splash screen is showing. But when I test the app via the iOS emulator, it show the proper splash screen. I’ve removed the splash screen plugin, and re-added it. I’ve modified my initializeApp() function to see if it was the sequence at when the splash screen was being ran, not it. I have two physical test devices, iPhone 6 and iPhone 7 Plus, and they both have the issue.

EDIT: Also, this only happens on iOS, works like normal on Android.

Thoughts?

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.4
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 0.0.47
ios-deploy version: 1.9.0
ios-sim version: 5.0.13
OS: macOS Sierra
Node Version: v7.4.0
Xcode version: Xcode 8.2.1 Build version 8C1002

I solved this problem by ensuring that there were splash screen’s created for each device and screen size.

Can you specify how did you create it @webstaff