Couldn't disable dark mode in ios 13 - device specific permission alert based on plist permission text

433 Views Asked by At

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

There are 1 best solutions below

1
On

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