I’m trying to work out how to use launch images contained in an asset catalog. If I start with your universal app and remove the launch storyboard, and its reference in info.plist, then go add a launch image in Xcode and populate it, it doesn’t seem to work correctly.
I couldn’t see a way to tell Fire to use this, but looking inside the element file, I can see the reference to the app icon, so edited it to say:
However, it doesn’t seem to be enough, since when I look in the package created, I see all the various app icons OK, but only 2 launch images are created, and have odd names - LaunchImage-700-568h@2x.png and LaunchImage-700@2x.png.
Attached is the project. Archive.zip (947.2 KB)