Yama
Yama

Reputation: 2649

How to get call history, call receiver/sender name from iPhone in Objective C?

I am to work on an application, where I'll have to fetch details of the call history of the last calls in the iPhone, name of the person who made a call or to whom the call is made.

My problem is I found so many applications providing such details,but am not able to get any source code or some solution pertaining to this.

Upvotes: 0

Views: 1062

Answers (2)

KingofBliss
KingofBliss

Reputation: 15115

The call history is stored in call_history.db, this db is not accessible.

Apple restricts call log usage, so you can't access/change the mode like this unless it is a jail-broken iPhone.

Upvotes: 0

Jasarien
Jasarien

Reputation: 58468

There is no legal way to accomplish this and still be able to distribute via the App Store.

Upvotes: 1

Related Questions