iPhone SDK 中是否有新的 API 允许您访问 iPhone 的通话记录(如 App Store 中的 Agile Reply)?

发布于 2024-10-20 02:41:30 字数 535 浏览 1 评论 0原文

我看到一个名为 Agile Reply 的新应用,它允许您向刚刚给您打电话的人发送短信。我没有购买该应用程序,但我不明白它是如何工作的,因为据我所知,你无法通过官方 iPhone SDK 访问通话记录。所以我的主要问题是:

iPhone SDK 中是否有新的 API 允许您访问 iPhone 的通话记录?

我知道也有类似的问题此处这里但是我不知道我是否应该劫持这些或开始一个新的。

I saw a new app called Agile Reply which allows you to send a sms to the person whom just called you. I didn't buy the app but I don't understand how it would work since as far as I know you can't access the call log through the official iPhone SDK. So my main question is:

Are there new API's in the iPhone SDK which allow you to access the iPhone's Call log?

I know there are similar questions here and here however I didn't know if I should hijack those or start a new one.

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

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

发布评论

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

评论(2

风吹雨成花 2024-10-27 02:41:30

看看 CoreTelephony。虽然它不会让您任意访问呼叫日志,但您可以获得呼叫转换的通知,如果您至少可以保持挂起状态,那么这可能就足够了。我不知道Agile Reply的准确性如何。

Take a look at CoreTelephony. While it won't give you arbitrary access to call logs, you can get notifications of call transitions, which if you can keep at least in the suspended state, may be enough. I don't know how accurate Agile Reply is.

只怪假的太真实 2024-10-27 02:41:30

我在这里找到了解决方案,但它不适用于 iOS5。

http://iosstuff.wordpress.com/2011/08/ 19/accessing-iphone-call-history/

I found the solution here but it doesn't work for iOS5.

http://iosstuff.wordpress.com/2011/08/19/accessing-iphone-call-history/

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