views:

39

answers:

2

Hi All, I am new to iphone development. I want to make an app, wherin I want to access following

  • Logs: call log, message log, app usage log, media log, ...
  • Logging data per activity: ex) call log: call direction, phone number, call duration, location, ...
  • Privacy policy (logging policy, using policy of the log data, user consent policy, ...)

Are there any APIS available to achieve above mentioned

Thanks in advance

A: 

There are no public available API's that will allow you to access this information.

Claus Broch
A: 

Hi Thanks for your reply. If I may ask, is there any other way to achieve this. I am also interested in tracking media usage like( most played songs, most viewed picture etc). does this limitation extends to all functionalities like calls, messages, media, browsing etc. cant I track any user activity on phone?

Yogi
In general you can not track any user activity from other applications than your own. Users (and Apple) sees this as intrusion of users privacy.
Claus Broch