【问题标题】:File Transfer to another iOS device using Bluetooth使用蓝牙将文件传输到另一台 iOS 设备
【发布时间】:2014-04-11 00:05:14
【问题描述】:

有没有办法使用蓝牙以编程方式将文件从一台 iOS 设备发送到另一台设备。我使用过 Air Drop,但似乎在 iOS 中找不到合适的代码 sn-p 用于蓝牙文件传输。

【问题讨论】:

标签: ios objective-c bluetooth file-transfer


【解决方案1】:

使用 iOS7 MultipeerConnectivity.framework 通过蓝牙和 wifi 传输文件。查看苹果示例代码https://developer.apple.com/library/ios/samplecode/MultipeerGroupChat/Introduction/Intro.html 并获取文件传输代码。

【讨论】:

    猜你喜欢
    • 2013-02-05
    • 1970-01-01
    • 2013-05-23
    • 2012-01-11
    • 2018-02-06
    • 2015-01-26
    • 2014-12-02
    • 1970-01-01
    • 2015-07-13
    相关资源
    最近更新 更多