INFODefiniteGuideline 2.4.1iOSDesign
iPad Launch Screen May Be Missing
Apps supporting iPad must have a launch storyboard that works on all iPad sizes. Missing or improperly configured launch screens cause your app to run letterboxed.
Quick Fix
Add a UILaunchStoryboardName to your Info.plist pointing to a launch storyboard, or ensure your LaunchImage asset catalog includes all required iPad sizes. Launch storyboards are recommended as they automatically adapt.
What Gets Detected
Detection Type:CONFIG CHECK