What is the Path for Call_History.db in iOS 6. Is it same as that of iOS5?

橙三吉。 提交于 2019-12-08 06:33:59

问题


I am new at iPhone development. I want to access iOS6 call_history. My code work for iOS5 but not work for iOS6. please help me to solve this problem. Many Thanks.


回答1:


You cannot access the call log using the SDK and approved APIs. There are some workarounds, as you probably already know. The only option I know about is accessing call_history.db.

Take a look at this tutorial. Unfortunately for you, security has been made more severe, and you only can access that file in iOS < 5.0 (and probably all jailbreacked versions).



来源:https://stackoverflow.com/questions/19654495/what-is-the-path-for-call-history-db-in-ios-6-is-it-same-as-that-of-ios5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!