-->

iOS SDK. Show In-Call status bar

2019-05-09 05:20发布

问题:

Any one know how to show In-Call Status Bar with message from application when it is going to be in background? I know many applications from AppStore which can perform it. For instance: http://myevoz.com/. As I understood, they use SBStatusBar class to show it. I've tried to call setDoubleHeightStatusString method and got no result.

Any ideas or links to examples?

Thanks.

回答1:

So, now I can see red double-height status bar without any SpringBoard tricks and using the only legal APIs. You just need to add background mode support for sound and perform recording simulation. That's all. You will see your application name on red statusbar, see the answer here:

SBStatusBarController instance



标签: ios sdk in-call