Can\'t hide status bar on view controller on ios 7 device.
Already tried setting through plist file and also in Appcontroll
That's because iOS 7 has changed the way it deals with the status bar.
Setting UIViewControllerBasedStatusBarAppearance to NO on your app Info.plist should work.
UIViewControllerBasedStatusBarAppearance
NO