I have set force lite mode (Opting out of dark mode) by the following code writes in info.plist
UIUserInterfaceStyle Light
I'm trying to submit IOS application to an apple store for review process. Is there any problem for ios 13 below versions(DarkMode not supported versions). Because UIUserInterfaceStyle not needed for ios 13 below versions
You should be good to submit to the App Store with UIUserInterfaceStyle set to Light in the plist without impacting versions prior to iOS 13.
I have submitted to the App Store with this same plist entry while still needing to support iOS 12 (before dark mode was introduced).