是否可以使用蓝牙以编程方式将文件从 iPhone 传输到 Mac?
是否可以使用 iPhone 应用程序通过蓝牙将文件从 iPhone 传输到另一部 iPhone/iPod/iPad 以及我的 Mac/PC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以使用 iPhone 应用程序通过蓝牙将文件从 iPhone 传输到另一部 iPhone/iPod/iPad 以及我的 Mac/PC?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
iPhone SDK 3.0:蓝牙在哪里?
简而言之:不。
iPhone SDK 3.0: where is the Bluetooth?
in short: no.
我还没有尝试过,但 GameKit 存在于 iPhone 和 Mac 上 - 作为其中的一部分,您可以通过蓝牙在本地两个系统之间建立网络连接。您应该能够使用该连接来传输您喜欢的任何数据。
您不能做的是编写一个使用标准蓝牙文件传输协议的 iPhone 应用程序 - 该协议不受支持。如果您愿意使用自定义 Mac/PC 客户端,那么它就可以工作(PC 客户端可能要棘手得多)。
I have not ever tried it, but GameKit exists on the iPhone, and the Mac - as part of that you can establish a network connection between two systems locally over bluetooth. You should be able to use that connection to transfer any data you like.
What you cannot do is write an iPhone application that makes use of the standard Bluetooth file transfer protocol - that is not supported. If you are open to a custom Mac/PC client though, it will work (PC client might be a lot trickier).