handling an incoming call through an app in iphone xcode

前端 未结 3 1438
走了就别回头了
走了就别回头了 2020-12-22 06:24

My requirement from a client is to handle incoming calls of iphone, in such a way that any unwanted calls (such as any call that is outside from the address book) should go

相关标签:
3条回答
  • 2020-12-22 06:53

    As far as my knowledge you don't have controls to handle the phone.

    0 讨论(0)
  • Short Answer : No you cannot control on Incoming calls

    0 讨论(0)
  • 2020-12-22 06:59

    What Record Phone Calls does is not actually recording calls made through the native dialler. The app starts a conference-like call through which basically calls u and the other party and then record the conversation on their server side. Once done the app is pulls the info form the server and provides you with URLs to the recorded audio files. There is no call interception whatsoever.

    0 讨论(0)
提交回复
热议问题