Question

I already know how to call a phone number from within an app. What I'm wondering is whether there's any way to confirm whether or not that call was answered (just getting a boolean of whether it happened would be good enough)? I suspect the answer would be "no" since the app is basically just giving a one-way communication message to the phone to call the number. However, I thought I'd double check with this community before I give up on finding a way to do it. This particular feature is meant for an enterprise app, so I'm able to use any tool available to make this happen, regardless of what Apple has to say about it.

Was it helpful?

Solution

Take a look at CoreTelephony Framework to see what's available. It depends on your exact circumstances as to how accurate you can get...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top