I am trying to upload a new version of my app made for iOS 14 that does not include a launch screen storyboard.
I have replaced it with using the plist key Launch Screen which is supposedly supported for apps that want to use SwiftUI exclusively.
I left out a value for color because the documentation says it defaults to systemBackgound, which is what I want.
But I am still getting the following error:
I have replaced it with using the plist key Launch Screen which is supposedly supported for apps that want to use SwiftUI exclusively.
Code Block <key>UILaunchScreen</key> <dict> <key>UIColorName</key> <string></string> </dict>
I left out a value for color because the documentation says it defaults to systemBackgound, which is what I want.
But I am still getting the following error:
Has anyone had any luck getting this to work?Invalid Bundle. Your app supports Multitasking on iPad, so you must include the UILaunchStoryboardName key in your bundle