iPhone calls and sms: user notifications with hidden status bar
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.
Calls and SMS cannot be avoided (otherwise what is the point of the notification system?). You cannot mute the ringtone or stop vibration. If the status bar has been set to hidden, no form of it will display.
Hope this answers your question,
jrtc27
精彩评论