In my application in ios8 status bar is hiding.But in iOS7 displaying the status bar. I have added the "Status bar is initially hidden = YES View controller-based status bar appearance = NO " and
[[UIApplication sharedApplication] setStatusBarHidden:YES
withAnimation:UIStatusBarAnimationFade];
But getting the status bar.