Apple Developer has mentioned that you can add 'UIUserInterfaceStyle' key to info.plist. But I checked there is no such key in list and it also gives error when you upload app to the App Store.
I tried using below code in AppDelegate.swift file.
window?.overrideUserInterfaceStyle = .light'
But it seems above code doesn't apply to LaunchScreen.storyboard
How to fix this?
That is LaunchScreen should also obey command to disable dark mode system wide.