-2

I want details of dial calls,received calls and missed calls in a form of Array or List. So, That I can display that records in UITableView of my app. Please suggest me code for button touch up event instead of suggesting any links.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
hiren245
  • 11
  • 4

2 Answers2

2

Not possible.

Luckily that is not possible. That kind of data and information is far too private to be accessible for everyone.

Something like that can only be achieved via private APIs or on jailbroken devices - both will not get you into the app store.

Community
  • 1
  • 1
luk2302
  • 55,258
  • 23
  • 97
  • 137
0

There is no API to access such private information

FelixSFD
  • 6,052
  • 10
  • 43
  • 117