-2

Is it possible to get Cell ID in iOS?

And can we get last call log report like last call duration, time&date?

Alexey
  • 7,127
  • 9
  • 57
  • 94
Naresh
  • 16,698
  • 6
  • 112
  • 113

2 Answers2

1

We don’t have call_history.db access. Also, there is no public API to access the call log. Callkit framework: Here you cannot access call log but you can Identify incoming calls, block calls….

Callkit Display the system-calling UI for your app’s VoIP services, and coordinate your calling services with other apps and the system.

https://developer.apple.com/documentation/callkit

Hitesh Borse
  • 479
  • 2
  • 12
0

No you can not. Apple does not provide a public API to call log. Though you can monitor incoming calls, block some calls e.t.c

check out this thread here Is there an iOS API for accessing call logs?