I don't want to see "this is not possible in apple", beacause there are some applications which are already on app store and they record call conversations. So please give me some idea on how to record call conversation in iOS application.
Asked
Active
Viewed 5,528 times
2 Answers
7
All active Audio sessions are put on halt when the call is active on iOS platform. It is not supported by Apple by design due to security & performance reasons. In short it's not possible to achieve what you mentioned without Jailbreak.

Gurdev Singh
- 1,996
- 13
- 11
-
2Is it still valid in 2020 or something has changed ? – Awais Fayyaz Apr 01 '20 at 09:58
2
Apple Will not allow it. You can create your VOIP setup and then you can record call. Jail break is another option. There are Cydia tweaks which are able to do that. For example CallRecorder.

Waqas Sultan
- 884
- 5
- 13
-
-
You can follow this tutorial https://www.raywenderlich.com/150015/callkit-tutorial-ios – Waqas Sultan Oct 11 '17 at 10:56
-
-