Accessing the iPhone's Call log with the iPhone SDK

后端 未结 8 1959
一向
一向 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:23

    Honestly, how can you imagine they would let you access the whole Call log? How about you transmit it over the Internet once you have fetched it and make good use of this information?

提交回复
热议问题