my app is designed to run on iOS 14 and later and has been configured with a launch screen storyboard and information in the plist. The launch screen Storyboard has a image in it but the only thing I see is a white screen. Anyone any ideas for me on how I can fix this?
LaunchScreen not showing image
Did you choose Launch Screen file in app General settings?
Yes I have that setting.
This problem of getting a blank launch screen has stopped my development so need some help.
I have tried the following info.plist settings with and without the Launch Screen Name in the General tab with no change. Still get white blank screen at start.
I have created a test app for iOS 14 running on iPhone 6s and get the same problem as in my app shown above. Should I raise a bug report for this?
Hi all this is how it worked for me. Added an app icon set with my desired image(jpg). 1024x1024. Added an app image set, converted to 1x 2x 3x in my asset file. In main app target I went to Build Settings, Alternate App Icon Sets and added the new app icon name. Then in my Info Plist I added the same Image and AppIcon name as the image for the Launch Screen. Clean build folder didn't help, I think I had chached images, I did build in a brand new simulator and it worked.