iPhone通话记录/历史记录

发布于 2024-11-12 17:06:59 字数 466 浏览 6 评论 0原文

我正在对 iPhone 应用程序的可行性进行一些研究,但在 Apple 的文档中找不到任何迹象表明 iPhone 应用程序可以读取手机的通话记录,特别是拨打的号码、时间和持续时间......我还需要短信的相同信息。

首先:我已经完成了我的研究并用谷歌搜索,在这个网站上搜索!我知道这个问题之前已经被问过很多次了,答案总是:“这是不可能的”(至少在未越狱的 iPhone 上是不可能的)。

我搜索了包括 Core Telephony 在内的 API,但我自己也没有找到任何内容。

那么为什么会问这个问题呢?因为App Store中的这个应用程序似乎可以毫无问题地执行此操作...:http://itunes.apple.com/us/app/callog/id327883585?mt=8

I'm doing some research on the feasibility of an iPhone application, and can't find any indication in Apple's documentation that an iPhone app can read the call history of the phone, specifically the number called, when, and the duration... I also need the same information for SMS.

First of all: I've done my research and Googled around, searched around on this site! I know this question had been asked a lot of times before, and the answer was always: "It can't be done" (at least not on a non-jailbroken iPhone).

I searched the API including Core Telephony and didn't find anything myself either.

So why this question? Because this app in the App Store seems to be doing this without a problem... : http://itunes.apple.com/us/app/callog/id327883585?mt=8

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

送你一个梦 2024-11-19 17:06:59

抱歉,但现在确实无法完成。

在 iOS 5 上,无法访问 call_history.db ->这正是您所寻找的。

这里提到的应用程序:
http://itunes.apple.com/us/app/callog/id327883585?mt=8< /a>
不适用于 iOS 5(不要下载,但请检查用户的评论..)

在 iOS 4 上,您仍然可以摆脱它:
http://iosstuff.wordpress.com/2011/08/19/accessing-iphone -通话记录/
但现在谁专门为 iOS 4 开发......?

Sorry but right now it really can't be done..

On iOS 5 there isn't any access to call_history.db -> Which is exactly what you were looking for.

The app mentioned here:
http://itunes.apple.com/us/app/callog/id327883585?mt=8
Does not work with iOS 5 (don't download but check the users' reviews..)

On iOS 4, you might still be able to get away with it:
http://iosstuff.wordpress.com/2011/08/19/accessing-iphone-call-history/
But who develops solely for iOS 4 these days..?

梦一生花开无言 2024-11-19 17:06:59

这个不需要越狱。您可以使用 FMDB 访问 call_history.db。它不需要任何第三方 API。我不知道苹果是否会接受它,但我知道它可以被访问,因为我已经在我目前正在开发的一个应用程序中做到了这一点。

This doesn't need jailbreak. U can use the FMDB to access the call_history.db. It doesn't need any third party API's. I don't know, Apple will accept it or not, but I know it can be accessed as I have already done that in one of my apps, I am currently working on.

谜泪 2024-11-19 17:06:59

这是可能的,因为这个 https://itunes.apple。 com/us/app/navita-tem-personal/id590228620?mt=8 应用程序就是这样做的。问题是,如何?

This is possible since this https://itunes.apple.com/us/app/navita-t.e.m.-personal/id590228620?mt=8 application does that. The question is, how?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文