Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top