Submit apple store for review DarkMode UIUserInterfaceStyle key in info.plist

99 views Asked by At

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?

1

There are 1 answers

0
nevermore On

I think there is no problem for you to upload the application.

From the document:

You can also disable support for Dark Mode entirely using an Info.plist key.

Set the UIUserInterfaceStyle key with a value as Light in your app’s Info.plist file to disable the dark mode.