I\'ve tried all the solutions I can find including those in: setStatusBarHidden is deprecated in iOS 9.0 but none of them work with my application.
It is a simple, single
you can use
application.statusBarHidden=YES;
in AppDelegate.m
didFinishLaunchingWithOptions