How to add a new splash screen to the app?

I created another target for my app. This new target needs to show a different splash screen as the others.

So I duplicated the LaunchScreen.storyboard file and renamed it to LaunchScreenNew.storyboard. Then in the newTargetinfo.plist file, I replaced the value for Launch Screen File from LaunchScreen to LaunchScreenNew.

But now, only a black screen is showing on my app, and I haven't found a single piece of documentation whatsoever on how to do this.

Answered by Claude31 in 688112022

I duplicated the LaunchScreen.storyboard file

How did you do this ?

You should do it from within Xcode:

  • Select "New File"
  • In iOS UserInterface section, select LaunchScreen
  • Name it
  • Then change the plist as you did.
Accepted Answer

I duplicated the LaunchScreen.storyboard file

How did you do this ?

You should do it from within Xcode:

  • Select "New File"
  • In iOS UserInterface section, select LaunchScreen
  • Name it
  • Then change the plist as you did.
How to add a new splash screen to the app?
 
 
Q