-1

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?

SoftDev
  • 277
  • 1
  • 3
  • 13
  • Does my solution work for you? If yes, can you please accept it (click the ☑️ in the upper left corner of this answer ) so that we can help more people with same problem:). – nevermore Dec 07 '20 at 02:02

1 Answers1

0

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.

nevermore
  • 15,432
  • 1
  • 12
  • 30