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.
我正在为我的小公司开发本地简单的聊天应用程序,该应用程序将消息从设备发送到设备。 每个设备都分配有一个唯一编号(例如,111,112,113,...)。 我需要一种将消息从设备 (111) 直接发送到设备 (112) 的方法。 我使用了推送通知,它工作得很好,但是必须为应用程序启用通知设置。 是否有另一种方法可以直接从设备发送日期到设备?
一种选择是通过 GameKit 使用蓝牙通信。这是使用该方法的简单聊天应用程序的代码。该示例已有几年历史,但仍然相关:
http://www.devx.com/wireless/Article/43502