I have built my app using the daily build as of today 2013-09-18 and use the following command to set the status bar to hidden in main:
display.setStatusBar( display.HiddenStatusBar )
This is working fine if I build for iOS 6.1, however if I build for 6.1 when the application runs the status bar remains visible.
Anyone found a work around?