Accessing the iPhone's Call log with the iPhone SDK

后端 未结 8 1955
一向
一向 2020-11-28 11:01

I am building application that required some data from iPhone\'s Call log(read only). The call log is a sqlite db located at \"/User/Library/CallHistory/call_history.db<

8条回答
  •  醉梦人生
    2020-11-28 11:29

    Applications are not meant to access anything out of their sandbox. The Address Book database is accessible because it's accessed by the public frameworks. Before firmware 2.1, applications did have read-only access out of their sandbox.

提交回复
热议问题