Using IOS SDK is it possible to detect an incoming call when another call is inprogress (in background)?

StackOverflow https://stackoverflow.com/questions/14474065

Question

I am aware that we can get the call state info using CoreTelephony framework (using CTCallCenter).If a call is already in progress,is it possible to detect the new incoming call and one more thing is it possible to track the incoming calls in the background application.

Detecting call state in iOS4

background app in iOS that detects incoming phone calls

From the above links, I think it is not possible to run the app in background.Is there any other approach to achieve this ?

Était-ce utile?

La solution

It looks like it is not possible with the current sdk.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top