2

How do I get access to the phone call log via c# in monoTouch? I want to be able to help my legal clients bill for calls received or made. So I need to be able to see the details of a call and institute a billing procedure soon after the call is made.

Any sample code out there? THANKS!

4

2 回答 2

4

你不能。Apple 没有公开任何用于访问电话日志的 API。

于 2013-10-07T15:18:23.307 回答
1

由于您无法通过 SDK 访问电话日志,因此您可以做的一件事是在您的应用程序中重新创建 iOS 电话应用程序的功能,并让您的客户使用它。

1) Your app would show contacts
2) Tap a contact to call
3) (Your app logs the contact and call time)
4) Pass the call off to the actual phone app

不过,对于这个客户项目,让他们购买 Android 手机并使用 Xamarin.Android 可能更容易。 如何访问安卓的通话记录?

于 2013-10-08T08:39:26.663 回答