How to record a incoming phone call like Google Voice in iOS programmatically?

How to record a incoming phone call like Google Voice in iOS programmatically?

Replies

iOS has no APIs that let you record system phone conversations. If you’re building a VoIP app then you have access to the audio and you can record that, but there’s no way to record, say, a phone conversation made using the Phone app.

If you are building a VoIP app and have questions about recording audio, I recommend that you ask them over in Media > AVFoundation (Audio).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"