Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将数据从一台 iPhone 设备发送到另一台 iPhone 设备,其中一台设备用作发送器,其他设备用作接收器。接收器也可以向发送器(服务器)发送数据。
那么有没有办法使用代码来做到这一点?
iBeacon 是一种仅传输接近技术,这就是它出现在核心位置框架中的原因。它不是设计的,也不支持双向通信。iBeacon 宣传它的存在,仅此而已。
如果您想通过蓝牙执行数据传输,请查看Core Bluetooth 框架及其示例,例如CoreBluetooth 温度传感器示例。