On This Page
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.
- Add this key-value pair to the app's Info.plist file.<key>UIUserInterfaceStyle</key> <string>Light</string>