FILTER BY TAG

Enforcing Light Mode on the Device

Use this information to configure the app to always display in Light Mode. When Dark Mode is enabled on the device, enforcing Light Mode for the app overrides the device setting and ensures high-contrast visibility for payment-related screens.
  1. Add this key-value pair to the app's Info.plist file.
    <key>UIUserInterfaceStyle</key> <string>Light</string>