I have an iOS app and I am trying to get the launch screen to work properly. It works fine when I run the app in the simulator or on-device via xCode. But after I upload the binary to the App Store the splash screen image stops working.
I am using Cordova and cordova-plugin-splashscreen
.
It looks like it's still trying to load it and comes up with the spinner but the image doesn't appear.
What can cause differences between a local run and an App Store build?
This is what the broken App Store version looks like on initial boot. It eventually does end up loading properly and the app runs fine. But it looks horrible while loading.