3

I was previously using a single Launch Screen File, but I would now like to switch to the Launch Images Source, where I can defined the launch screen files for all devices.

enter image description here

I have defined the LaunchImage set, and I have left Launch Screen File blank.

However when I run the app on my iPad Mini 3, I still don't get the image I defined for the iPads.

Should I set some other values?

Daniele B
  • 19,801
  • 29
  • 115
  • 173

2 Answers2

1

Confirm in your project's Info.plist that there isn't an entry for

Launch screen interface file base name

UILaunchStoryboardName

In some cases, changing from a launch screen file to xcassets fails to remove this value.

Community
  • 1
  • 1
Chris Droukas
  • 3,196
  • 1
  • 23
  • 26
1

I have the same values for the App Icons and Launch Images section.

Then, the way I have setup the LaunchImage on the sidebar has both iPad portrait and landscape selected:

LaunchImage section options

And have added the 4 necessary files to comply with that configuration:

Launch Image Config

Jorge
  • 2,530
  • 1
  • 19
  • 28