I\'ve tried setting the Info.plist \'View controller-based status bar appearance\' to NO, I\'ve tried calling
[[UIApplication sharedApplication] setStatusBar
There's an additional setting you need to turn on, starting in iOS 7. In your app's Info.plist, add a line for View controller-based status bar appearance, a Boolean, and set it to NO.
View controller-based status bar appearance