Back to All

Setting iOS status bar background color

Hello!

I can't change iOS app status bar background color. In app builder under [Branding] -> [Theme Colors] I can set Status Bar Background Color for light and dark modes. These settings are reflected in appConfig.json under iosStatusBarBackgroundColor and iosStatusBarBackgroundColorDark fields but don't seem to affect status bar appearance.

When I search iOS app source code for iosStatusBarBackgroundColor, it seems it is not used anywhere anymore. It appears it was changed in this commit improving Dark mode support.

Please advise, am I doing something wrong myself?