Just compile a unity project with Xcode 5 on iPad3 with iOS 7. Somebody know because the status bar is always active?
Same project on iPad1 works fine and status bar is hidden.
This has been fixed in the latest Unity version, however you can fix it by adding a row to Info.plist in Xcode called View controller-based status bar appearance
and set it to NO
.