Record the conversation of phone - ios [duplicate]

余生长醉 提交于 2019-12-02 10:34:42

There is no public API for recording the calls made (or received) by the built-in Phone app.

You will have to implement your own phone calling mechanism. You'll probably want to use VoIP. (That is what Google Voice uses, for example.) You'll need to run your own server on the Internet, or contract with an existing VoIP service. You'll want to use in-app purchase to let the user buy minutes, because it costs money to run your own server or use a third-party service.

There is no public API for this. No app headed for the App Store can record phone calls made with the standard Phone app.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!