How to change the status bar text color

I use cordova to build my ios project, and want change the status bar text color, but it seems have some problem, Here is my config.xml:

Simply add this preference line -
<preference name="StatusBarBackgroundColor" value="#000000" /> //add your color code