iOS SDK. Show In-Call status bar

2019-05-09 05:00发布

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.

标签: ios sdk in-call
1条回答
孤傲高冷的网名
2楼-- · 2019-05-09 05:26

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

查看更多
登录 后发表回答