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.
我希望能够通过安装在每台设备上的应用程序将基本信息(字符串等)从 iOS 设备传输到 Mac,反之亦然。我一直在尝试在 iOS 设备上安装蓝牙,但它似乎只想连接到其他 iOS 设备。
ios上的蓝牙访问非常有限。事实上,您只能通过 GameKit 访问它。
http://developer.apple.com/library/ios/#DOCUMENTATION/NetworkingInternet/Conceptual/GameKit_Guide/Introduction/Introduction.html
因此,如果您想与 Mac 共享信息,您必须让 Mac 显示为 iOS 设备。但是,我忽略了您如何做到这一点。