2

Possible Duplicate:
SBStatusBarController instance

I am working on voip based application, i have used "Twilio Api" for this. Every thing works fine but when my goes in background when call is going on, my call is interrupted and iphone does not show green bar on top of screen to return to app. To display green bar and run call in background i have set "voip value in my info.plist" file.

Is there any suggestion??

Thanks..

Community
  • 1
  • 1
Piyush
  • 2,589
  • 6
  • 38
  • 77
  • Maybe you are looking for this: http://stackoverflow.com/a/7283146/1445205 –  Dec 28 '12 at 12:33

1 Answers1

3

if your app is not a voip or audio app, apple wont like this

but it works using a plist key. see: SBStatusBarController instance

Community
  • 1
  • 1
Daij-Djan
  • 49,552
  • 17
  • 113
  • 135