0

I have added in plist to disable dark mode for ios 13.

UserInterfaceStyle = .light

But still am getting dark mode is appearing for plist based on permission alert like , camera and touchid.

Please find the attachment of issue

enter image description here

How to disable dark mode for that alert also?

  • 1
    I don't think you can. That alert is related to iOS, not your app, right? How do you expect an app's plist to change something related to the OS? –  Jan 13 '20 at 17:56
  • yes. Am also thinking same. but this major issue right? – Seethalakshmi_user8943692 Jan 13 '20 at 18:27
  • I don't think so, but YMMV. Look at this from a user's perspective: they'll know this is issues b the OS, not the app. You *still* have control over the alerts your app throws up (I think). –  Jan 14 '20 at 00:26

1 Answers1

1

This is an OS-level alert and therefore cannot be changed from the user's preferences.

Caroline Harrison
  • 178
  • 1
  • 1
  • 9