Hi, my iPhone app uses OpenGL ES in full screen mode (the status bar is hidden), just as the OpenGL ES application template. Using the simulator "Toggle In-Call Status Bar" has no effect, i.e. there is no visual/acoustic notification for the user. I'd like to know whether this is an issue of the simulator or it happens also on the device (I don't have an iPhone). If such behaviour is normal, how can I be notified about the incoming call or sms in order to show the status bar that I'm normally hiding?
Also, I would like to know how are in-calls and sms notifications in the device. Will it play some sounds/vibrate? I'm developing an audio application and I don't want calls or sms (and preferably any kind of notification) to disturb acoustically the user, but only a visual feedback.
Thank you in advance.