SDK for iOS. Show call status bar

Does anyone know how to show the status bar during a call with a message from the application, when it will be in the background? I know many applications from the AppStore that can execute it. For example: http://myevoz.com/ . As I understand it, they use the SBStatusBar class to show it. I tried calling the setDoubleHeightStatusString method and did not get any result.

Any ideas or links to examples?

Thanks.

+4
source share
1 answer

So now I see a red string with double height without any SpringBoard tricks and using only legitimate APIs. You just need to add background mode support for sound and simulate recording. All this. You will see your application name on the red status bar, see the answer here:

instance of SBStatusBarController

+2
source

Source: https://habr.com/ru/post/1368960/


All Articles