Is it possible to know the last call date to specific contact in iPhone by programmatically?
Asked
Active
Viewed 1,614 times
1 Answers
0
NO.
You can't access the call details and message details programmatically.
If you do so apple will reject your app, also you can do it on jailbroken device.
If you are looking for jailbroken devices: Accessing iPhone Call History, anyway I won't recommend it.

Midhun MP
- 103,496
- 31
- 153
- 200
-
But in my application it is the main requirement..any alternative solution is there? – Pavne Feb 06 '13 at 06:21
-
@user2020562: I think no, or you need to wait till Apple release their API for doing this. – Midhun MP Feb 06 '13 at 06:30
-
@user2020562: check this link too : http://avi.alkalay.net/2011/12/iphone-call-history.html – Midhun MP Feb 06 '13 at 06:30
-
1@ Midhun:I found one alternative solution for this...If user make a call using our app then we can get the last call time, date and duration also .But I need to implement the call functionality in the app. – Pavne Feb 07 '13 at 13:28
-
@user2020562: Thanks for the information. Please post it as your answer, so that we can use refer it in future :) – Midhun MP Feb 07 '13 at 14:10