Carrier, time and battery indicator still visible on published game

I notice that on my published game on the iPhone 4 I can still see the signal indicator, carrier, time and battery indicator at the top of the screen. This is both on the simulator and when I publish to my actual phone.

Is this normal? None of the games I have downloaded from app store have these element visible still. [import]uid: 7863 topic_id: 2242 reply_id: 302242[/import]

No worries I found the magic code to get rid of it

[code]

display.setStatusBar(display.HiddenStatusBar)

[/code] [import]uid: 7863 topic_id: 2242 reply_id: 6775[/import]