c# - 是否可以在不使用 Itunes 的情况下从 Windows PC 访问 IOS 设备

标签 c# ios iphone

我在 Windows PC 上安装了 C Sharp 应用程序,我想通过 USB 数据线连接 IOS 设备(例如 iPad Air)。 现在我希望我的 C Sharp 应用程序能够识别 IOS 设备并将一些数据传输到该设备。 我的意图是否可行?如果可能的话,最好的方法是什么?

谢谢你

最佳答案

也许这些信息对你有帮助

jPhone was a Windows application which allowed the user to mount the file system of an iOS device (iPhone, iPad) as a hard drive. The idea behind jPhone was to make it possible for jPod to support managing the media libraries of iOS devices. jPhone was written in C# https://code.google.com/p/jphonewin/

引用:http://jonathan.bergknoff.com/projects/jphone

祝你好运!!!

关于c# - 是否可以在不使用 Itunes 的情况下从 Windows PC 访问 IOS 设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34017787/

相关文章:

iOS自动布局: Can this be done with IB?

iphone - iPhone处理器上哪种音质更容易?

c# - 如何在使用 Newtonsoft.Json 序列化 json 时忽略默认值

c# - 有没有更有效的方法将 LINQ 结果转换为 string[] 或 List<string>?

c# - 具有异步和同步需求的数据访问

ios - 如何确定哪个 UIView super View 导致 subview 具有 userInteractionEnabled = NO?

ios - 检测时间段之间的 If

iphone - iPhone 的 MapKit 是否可以使用 tile overlays

iOS UICollectionView - 默认流程,从右到左填充行

c# - 如何在 C# Windows 窗体中将类对象更改为数组列表