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 to upload the application?
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 to upload the application?
I think there is no problem for you to upload the application.
From the document:
Set the
UIUserInterfaceStyle
key with a value asLight
in your app’sInfo.plist
file to disable the dark mode.