简体   繁体   English

检测来电iphone 5

[英]Detect incoming call iphone 5

I have a question regarding the possibility of creating a winforms application in C#, which is able to detect incoming calls on an iphone. 我有一个问题,关于在C#中创建winforms应用程序的可能性,它能够检测到iphone上的传入呼叫。

Here is the scenario: 这是场景:

  • the iphone is connected to the computer via a usb cable. iphone通过USB线连接到计算机。
  • whenever the phone rings I would like to be able to do the following: 每当电话响起时我都希望能够做到以下几点:
    1. Retrive the phone number. 收到电话号码。
    2. Use the phone number in the winforms application, to search xml filer. 使用winforms应用程序中的电话号码搜索xml文件管理器。
    3. Answer the phone via the application and play an automated voice message. 通过应用程序接听电话并播放自动语音消息。

Is this even possible in C#? 这在C#中甚至可能吗? If so how could this be done and are there any libraries designed for interacting with an iphone using C#?? 如果是这样,怎么办呢?有没有设计用于使用C#与iphone交互的库?

Thanks and regards. 感谢致敬。

Anders 安德斯

There are no SDK's that allow you to develop .NET apps that interact externally with the iPhone. 没有SDK允许您开发与iPhone外部交互的.NET应用程序。

If you want to write an iPhone app, but are intimidated by the learning curve you could check out MonoTouch . 如果你想写一个iPhone应用程序,但被学习曲线吓到了,你可以查看MonoTouch It allows you to write iPhone\\Android apps using C#. 它允许您使用C#编写iPhone \\ Android应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM