iPhone SDK 中是否有新的 API 允许您访问 iPhone 的通话记录(如 App Store 中的 Agile Reply)?
我看到一个名为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 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.
我在这里找到了解决方案,但它不适用于 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/