LauchScreen continues to be exposed on the iPad.

I am using IPadPro.

I moved from one app to another in my app.

Launch Screen File is still exposed when I return to my app.


To use the Launch Screen, the following instructions were applied.

1. I specified "LaunchScreen" in [Launch Screen File] in General> App Icons and Launch Images.

2. I checked "is Initial View Controller" in View controller option of LaunchScreen.storyboard.

3. I added the following value to the info.plist file setting.

key : Launch screen interface file base name

type: String

value : LaunchScreen



This issue does not appear on iPhone devices.

On an iphone device, LaunchScreen is not normally displayed when returning from my app to another app.



I also want to know how to do lauchScreen screen on ipad to show it only once when the app is running.

How do you solve this?

Replies

Do you use a launchScreen storyboard or an image ?


It is now highly recommended to use storyboard.

Which version Xcode are you using?


What iOS version is on your iPad?


Did you use any 3rd party tools, app builders to make that (Universal) app?

Thanks. I used storyboard.