Is it possible to store a received call?

I want to store a received call in my iOS app in a table view. How can I store the data from a received call and display it in a table view using Swift 5 and Xcode 10.3?

Replies

I think you can only do it if you manage the calls from withing your app (VOIP).

I don't think anything changed since this old thread (except reinforcing privacy protection):

https://stackoverflow.com/questions/4003791/programmatically-get-the-number-of-the-incoming-call


Otherwise, you cannot get info on "general" calls (for privacy reason, as that would be a way of spying telephone).

This thread talks about how it isn't possible. I am trying to develop an app that displays the call history an infinite number of calls since iOS only allows up to 100 calls. Any ideas?

Send a feature request to Apple, and wait. Though, call history is a very private thing and Apple would not provide such features.